Shades of Careys Pink #D3999D
Tints of Careys Pink #D3999D
RGB
CMYK
RGB Variations
Color information
#D3999D (or 0xD3999D) is known color: Careys Pink. HEX triplet: D3, 99 and 9D. RGB value is (211,153,157). Sum of RGB (Red+Green+Blue) = 211+153+157=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D3999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3999D is #2C6662. Grayscale: #AAAAAA. Windows color (decimal): -2909795 or 10328531. OLE color: 10328531.
HSL color Cylindrical-coordinate representation of color #D3999D: hue angle of 355.86º 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 #D3999D is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 157 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.17 |
| HSL | 355.86º | 0.4% | 0.71% | - |
| HSV(B) | 355.86º | 0.27% | 0.83% | - |
| XYZ | 44.34 | 39.07 | 37.1 | - |
| YUV | 170.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 157 | 0 | 0.27 | 0.26 | 0.17 | 355.86 | 0.4 | 0.71 |
| Hex | D3 | 99 | 9D | 0 | 1B | 1A | 11 | 164 | 28 | 47 |
| Octal | 323 | 231 | 235 | 0 | 33 | 32 | 21 | 544 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10011101 | 0 | 11011 | 11010 | 10001 | 101100100 | 101000 | 1000111 |
Color Harmonies of #D3999D
Complementary color
Monochromatic Colors of #D3999D
Black with #D3999D
Text Example
Text Example
White with #D3999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3999D; }
p { color: rgb(211,153,157); }
H1.HeaderClassName
{
color: #D3999D;
}
.AnyTagClassName
{
color: #D3999D;
}
</style>
background-color css
<style>
a { background-color: #D3999D; }
a { background-color: rgb(211,153,157); }
div.DivClassName
{
background-color: #D3999D;
}
.BgClassName
{
background-color: #D3999D;
}
</style>
border-color css
<style>
span { border-color: #D3999D; }
span { border-color: rgb(211,153,157); }
td.TdClassName
{
border-color: #D3999D;
}
.TagClassName
{
border-color: #D3999D;
}
</style>