Shades of Careys Pink #D39A9F
Tints of Careys Pink #D39A9F
RGB
CMYK
RGB Variations
Color information
#D39A9F (or 0xD39A9F) is known color: Careys Pink. HEX triplet: D3, 9A and 9F. RGB value is (211,154,159). Sum of RGB (Red+Green+Blue) = 211+154+159=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D39A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39A9F is #2C6560. Grayscale: #ABABAB. Windows color (decimal): -2909537 or 10459859. OLE color: 10459859.
HSL color Cylindrical-coordinate representation of color #D39A9F: hue angle of 354.74º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39A9F is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 159 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.17 |
| HSL | 354.74º | 0.39% | 0.72% | - |
| HSV(B) | 354.74º | 0.27% | 0.83% | - |
| XYZ | 44.68 | 39.46 | 38.06 | - |
| YUV | 171.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 159 | 0 | 0.27 | 0.25 | 0.17 | 354.74 | 0.39 | 0.72 |
| Hex | D3 | 9A | 9F | 0 | 1B | 19 | 11 | 163 | 27 | 48 |
| Octal | 323 | 232 | 237 | 0 | 33 | 31 | 21 | 543 | 47 | 110 |
| Binary | 11010011 | 10011010 | 10011111 | 0 | 11011 | 11001 | 10001 | 101100011 | 100111 | 1001000 |
Color Harmonies of #D39A9F
Complementary color
Monochromatic Colors of #D39A9F
Black with #D39A9F
Text Example
Text Example
White with #D39A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39A9F; }
p { color: rgb(211,154,159); }
H1.HeaderClassName
{
color: #D39A9F;
}
.AnyTagClassName
{
color: #D39A9F;
}
</style>
background-color css
<style>
a { background-color: #D39A9F; }
a { background-color: rgb(211,154,159); }
div.DivClassName
{
background-color: #D39A9F;
}
.BgClassName
{
background-color: #D39A9F;
}
</style>
border-color css
<style>
span { border-color: #D39A9F; }
span { border-color: rgb(211,154,159); }
td.TdClassName
{
border-color: #D39A9F;
}
.TagClassName
{
border-color: #D39A9F;
}
</style>