Shades of Careys Pink #D3989F
Tints of Careys Pink #D3989F
RGB
CMYK
RGB Variations
Color information
#D3989F (or 0xD3989F) is known color: Careys Pink. HEX triplet: D3, 98 and 9F. RGB value is (211,152,159). Sum of RGB (Red+Green+Blue) = 211+152+159=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D3989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3989F is #2C6760. Grayscale: #AAAAAA. Windows color (decimal): -2910049 or 10459347. OLE color: 10459347.
HSL color Cylindrical-coordinate representation of color #D3989F: hue angle of 352.88º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3989F is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 159 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.17 |
| HSL | 352.88º | 0.4% | 0.71% | - |
| HSV(B) | 352.88º | 0.28% | 0.83% | - |
| XYZ | 44.35 | 38.81 | 37.95 | - |
| YUV | 170.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 159 | 0 | 0.28 | 0.25 | 0.17 | 352.88 | 0.4 | 0.71 |
| Hex | D3 | 98 | 9F | 0 | 1C | 19 | 11 | 161 | 28 | 47 |
| Octal | 323 | 230 | 237 | 0 | 34 | 31 | 21 | 541 | 50 | 107 |
| Binary | 11010011 | 10011000 | 10011111 | 0 | 11100 | 11001 | 10001 | 101100001 | 101000 | 1000111 |
Color Harmonies of #D3989F
Complementary color
Monochromatic Colors of #D3989F
Black with #D3989F
Text Example
Text Example
White with #D3989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3989F; }
p { color: rgb(211,152,159); }
H1.HeaderClassName
{
color: #D3989F;
}
.AnyTagClassName
{
color: #D3989F;
}
</style>
background-color css
<style>
a { background-color: #D3989F; }
a { background-color: rgb(211,152,159); }
div.DivClassName
{
background-color: #D3989F;
}
.BgClassName
{
background-color: #D3989F;
}
</style>
border-color css
<style>
span { border-color: #D3989F; }
span { border-color: rgb(211,152,159); }
td.TdClassName
{
border-color: #D3989F;
}
.TagClassName
{
border-color: #D3989F;
}
</style>