Shades of Careys Pink #D39FAB
Tints of Careys Pink #D39FAB
RGB
CMYK
RGB Variations
Color information
#D39FAB (or 0xD39FAB) is known color: Careys Pink. HEX triplet: D3, 9F and AB. RGB value is (211,159,171). Sum of RGB (Red+Green+Blue) = 211+159+171=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D39FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39FAB is #2C6054. Grayscale: #AFAFAF. Windows color (decimal): -2908245 or 11247571. OLE color: 11247571.
HSL color Cylindrical-coordinate representation of color #D39FAB: hue angle of 346.15º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39FAB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 171 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.17 |
| HSL | 346.15º | 0.37% | 0.73% | - |
| HSV(B) | 346.15º | 0.25% | 0.83% | - |
| XYZ | 46.61 | 41.59 | 44.1 | - |
| YUV | 175.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 171 | 0 | 0.25 | 0.19 | 0.17 | 346.15 | 0.37 | 0.73 |
| Hex | D3 | 9F | AB | 0 | 19 | 13 | 11 | 15A | 25 | 49 |
| Octal | 323 | 237 | 253 | 0 | 31 | 23 | 21 | 532 | 45 | 111 |
| Binary | 11010011 | 10011111 | 10101011 | 0 | 11001 | 10011 | 10001 | 101011010 | 100101 | 1001001 |
Color Harmonies of #D39FAB
Complementary color
Monochromatic Colors of #D39FAB
Black with #D39FAB
Text Example
Text Example
White with #D39FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FAB; }
p { color: rgb(211,159,171); }
H1.HeaderClassName
{
color: #D39FAB;
}
.AnyTagClassName
{
color: #D39FAB;
}
</style>
background-color css
<style>
a { background-color: #D39FAB; }
a { background-color: rgb(211,159,171); }
div.DivClassName
{
background-color: #D39FAB;
}
.BgClassName
{
background-color: #D39FAB;
}
</style>
border-color css
<style>
span { border-color: #D39FAB; }
span { border-color: rgb(211,159,171); }
td.TdClassName
{
border-color: #D39FAB;
}
.TagClassName
{
border-color: #D39FAB;
}
</style>