Shades of Careys Pink #D1999F
Tints of Careys Pink #D1999F
RGB
CMYK
RGB Variations
Color information
#D1999F (or 0xD1999F) is known color: Careys Pink. HEX triplet: D1, 99 and 9F. RGB value is (209,153,159). Sum of RGB (Red+Green+Blue) = 209+153+159=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1999F is #2E6660. Grayscale: #AAAAAA. Windows color (decimal): -3040865 or 10459601. OLE color: 10459601.
HSL color Cylindrical-coordinate representation of color #D1999F: hue angle of 353.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1999F is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 159 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.18 |
| HSL | 353.57º | 0.38% | 0.71% | - |
| HSV(B) | 353.57º | 0.27% | 0.82% | - |
| XYZ | 43.94 | 38.84 | 37.98 | - |
| YUV | 170.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 159 | 0 | 0.27 | 0.24 | 0.18 | 353.57 | 0.38 | 0.71 |
| Hex | D1 | 99 | 9F | 0 | 1B | 18 | 12 | 162 | 26 | 47 |
| Octal | 321 | 231 | 237 | 0 | 33 | 30 | 22 | 542 | 46 | 107 |
| Binary | 11010001 | 10011001 | 10011111 | 0 | 11011 | 11000 | 10010 | 101100010 | 100110 | 1000111 |
Color Harmonies of #D1999F
Complementary color
Monochromatic Colors of #D1999F
Black with #D1999F
Text Example
Text Example
White with #D1999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1999F; }
p { color: rgb(209,153,159); }
H1.HeaderClassName
{
color: #D1999F;
}
.AnyTagClassName
{
color: #D1999F;
}
</style>
background-color css
<style>
a { background-color: #D1999F; }
a { background-color: rgb(209,153,159); }
div.DivClassName
{
background-color: #D1999F;
}
.BgClassName
{
background-color: #D1999F;
}
</style>
border-color css
<style>
span { border-color: #D1999F; }
span { border-color: rgb(209,153,159); }
td.TdClassName
{
border-color: #D1999F;
}
.TagClassName
{
border-color: #D1999F;
}
</style>