Shades of Careys Pink #D1999B
Tints of Careys Pink #D1999B
RGB
CMYK
RGB Variations
Color information
#D1999B (or 0xD1999B) is known color: Careys Pink. HEX triplet: D1, 99 and 9B. RGB value is (209,153,155). Sum of RGB (Red+Green+Blue) = 209+153+155=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1999B is #2E6664. Grayscale: #AAAAAA. Windows color (decimal): -3040869 or 10197457. OLE color: 10197457.
HSL color Cylindrical-coordinate representation of color #D1999B: hue angle of 357.86º 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 #D1999B is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 153 | 155 | - |
CMYK | 0 | 0.27 | 0.26 | 0.18 |
HSL | 357.86º | 0.38% | 0.71% | - |
HSV(B) | 357.86º | 0.27% | 0.82% | - |
XYZ | 43.6 | 38.7 | 36.18 | - |
YUV | 169.97 | 119.55 | 155.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 153 | 155 | 0 | 0.27 | 0.26 | 0.18 | 357.86 | 0.38 | 0.71 |
Hex | D1 | 99 | 9B | 0 | 1B | 1A | 12 | 166 | 26 | 47 |
Octal | 321 | 231 | 233 | 0 | 33 | 32 | 22 | 546 | 46 | 107 |
Binary | 11010001 | 10011001 | 10011011 | 0 | 11011 | 11010 | 10010 | 101100110 | 100110 | 1000111 |
Color Harmonies of #D1999B
Complementary color
Monochromatic Colors of #D1999B
Black with #D1999B
Text Example
Text Example
White with #D1999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1999B; }
p { color: rgb(209,153,155); }
H1.HeaderClassName
{
color: #D1999B;
}
.AnyTagClassName
{
color: #D1999B;
}
</style>
background-color css
<style>
a { background-color: #D1999B; }
a { background-color: rgb(209,153,155); }
div.DivClassName
{
background-color: #D1999B;
}
.BgClassName
{
background-color: #D1999B;
}
</style>
border-color css
<style>
span { border-color: #D1999B; }
span { border-color: rgb(209,153,155); }
td.TdClassName
{
border-color: #D1999B;
}
.TagClassName
{
border-color: #D1999B;
}
</style>