Shades of Careys Pink #D19EA8
Tints of Careys Pink #D19EA8
RGB
CMYK
RGB Variations
Color information
#D19EA8 (or 0xD19EA8) is known color: Careys Pink. HEX triplet: D1, 9E and A8. RGB value is (209,158,168). Sum of RGB (Red+Green+Blue) = 209+158+168=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19EA8 is #2E6157. Grayscale: #AEAEAE. Windows color (decimal): -3039576 or 11050705. OLE color: 11050705.
HSL color Cylindrical-coordinate representation of color #D19EA8: hue angle of 348.24º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19EA8 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 168 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.18 |
| HSL | 348.24º | 0.36% | 0.72% | - |
| HSV(B) | 348.24º | 0.24% | 0.82% | - |
| XYZ | 45.59 | 40.84 | 42.53 | - |
| YUV | 174.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 168 | 0 | 0.24 | 0.20 | 0.18 | 348.24 | 0.36 | 0.72 |
| Hex | D1 | 9E | A8 | 0 | 18 | 14 | 12 | 15C | 24 | 48 |
| Octal | 321 | 236 | 250 | 0 | 30 | 24 | 22 | 534 | 44 | 110 |
| Binary | 11010001 | 10011110 | 10101000 | 0 | 11000 | 10100 | 10010 | 101011100 | 100100 | 1001000 |
Color Harmonies of #D19EA8
Complementary color
Monochromatic Colors of #D19EA8
Black with #D19EA8
Text Example
Text Example
White with #D19EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EA8; }
p { color: rgb(209,158,168); }
H1.HeaderClassName
{
color: #D19EA8;
}
.AnyTagClassName
{
color: #D19EA8;
}
</style>
background-color css
<style>
a { background-color: #D19EA8; }
a { background-color: rgb(209,158,168); }
div.DivClassName
{
background-color: #D19EA8;
}
.BgClassName
{
background-color: #D19EA8;
}
</style>
border-color css
<style>
span { border-color: #D19EA8; }
span { border-color: rgb(209,158,168); }
td.TdClassName
{
border-color: #D19EA8;
}
.TagClassName
{
border-color: #D19EA8;
}
</style>