Shades of Careys Pink #D3999C
Tints of Careys Pink #D3999C
RGB
CMYK
RGB Variations
Color information
#D3999C (or 0xD3999C) is known color: Careys Pink. HEX triplet: D3, 99 and 9C. RGB value is (211,153,156). Sum of RGB (Red+Green+Blue) = 211+153+156=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D3999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3999C is #2C6663. Grayscale: #AAAAAA. Windows color (decimal): -2909796 or 10262995. OLE color: 10262995.
HSL color Cylindrical-coordinate representation of color #D3999C: hue angle of 356.9º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3999C is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 156 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.17 |
| HSL | 356.9º | 0.4% | 0.71% | - |
| HSV(B) | 356.9º | 0.27% | 0.83% | - |
| XYZ | 44.26 | 39.03 | 36.65 | - |
| YUV | 170.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 156 | 0 | 0.27 | 0.26 | 0.17 | 356.9 | 0.4 | 0.71 |
| Hex | D3 | 99 | 9C | 0 | 1B | 1A | 11 | 165 | 28 | 47 |
| Octal | 323 | 231 | 234 | 0 | 33 | 32 | 21 | 545 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10011100 | 0 | 11011 | 11010 | 10001 | 101100101 | 101000 | 1000111 |
Color Harmonies of #D3999C
Complementary color
Monochromatic Colors of #D3999C
Black with #D3999C
Text Example
Text Example
White with #D3999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3999C; }
p { color: rgb(211,153,156); }
H1.HeaderClassName
{
color: #D3999C;
}
.AnyTagClassName
{
color: #D3999C;
}
</style>
background-color css
<style>
a { background-color: #D3999C; }
a { background-color: rgb(211,153,156); }
div.DivClassName
{
background-color: #D3999C;
}
.BgClassName
{
background-color: #D3999C;
}
</style>
border-color css
<style>
span { border-color: #D3999C; }
span { border-color: rgb(211,153,156); }
td.TdClassName
{
border-color: #D3999C;
}
.TagClassName
{
border-color: #D3999C;
}
</style>