Shades of Careys Pink #D39EAA
Tints of Careys Pink #D39EAA
RGB
CMYK
RGB Variations
Color information
#D39EAA (or 0xD39EAA) is known color: Careys Pink. HEX triplet: D3, 9E and AA. RGB value is (211,158,170). Sum of RGB (Red+Green+Blue) = 211+158+170=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D39EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39EAA is #2C6155. Grayscale: #AFAFAF. Windows color (decimal): -2908502 or 11181779. OLE color: 11181779.
HSL color Cylindrical-coordinate representation of color #D39EAA: hue angle of 346.42º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39EAA is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 158 | 170 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.17 |
| HSL | 346.42º | 0.38% | 0.72% | - |
| HSV(B) | 346.42º | 0.25% | 0.83% | - |
| XYZ | 46.35 | 41.2 | 43.54 | - |
| YUV | 175.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 170 | 0 | 0.25 | 0.19 | 0.17 | 346.42 | 0.38 | 0.72 |
| Hex | D3 | 9E | AA | 0 | 19 | 13 | 11 | 15A | 26 | 48 |
| Octal | 323 | 236 | 252 | 0 | 31 | 23 | 21 | 532 | 46 | 110 |
| Binary | 11010011 | 10011110 | 10101010 | 0 | 11001 | 10011 | 10001 | 101011010 | 100110 | 1001000 |
Color Harmonies of #D39EAA
Complementary color
Monochromatic Colors of #D39EAA
Black with #D39EAA
Text Example
Text Example
White with #D39EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EAA; }
p { color: rgb(211,158,170); }
H1.HeaderClassName
{
color: #D39EAA;
}
.AnyTagClassName
{
color: #D39EAA;
}
</style>
background-color css
<style>
a { background-color: #D39EAA; }
a { background-color: rgb(211,158,170); }
div.DivClassName
{
background-color: #D39EAA;
}
.BgClassName
{
background-color: #D39EAA;
}
</style>
border-color css
<style>
span { border-color: #D39EAA; }
span { border-color: rgb(211,158,170); }
td.TdClassName
{
border-color: #D39EAA;
}
.TagClassName
{
border-color: #D39EAA;
}
</style>