Shades of Careys Pink #D0999E
Tints of Careys Pink #D0999E
RGB
CMYK
RGB Variations
Color information
#D0999E (or 0xD0999E) is known color: Careys Pink. HEX triplet: D0, 99 and 9E. RGB value is (208,153,158). Sum of RGB (Red+Green+Blue) = 208+153+158=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0999E is #2F6661. Grayscale: #AAAAAA. Windows color (decimal): -3106402 or 10394064. OLE color: 10394064.
HSL color Cylindrical-coordinate representation of color #D0999E: hue angle of 354.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0999E is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 158 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.18 |
| HSL | 354.55º | 0.37% | 0.71% | - |
| HSV(B) | 354.55º | 0.26% | 0.82% | - |
| XYZ | 43.58 | 38.66 | 37.51 | - |
| YUV | 170.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 158 | 0 | 0.26 | 0.24 | 0.18 | 354.55 | 0.37 | 0.71 |
| Hex | D0 | 99 | 9E | 0 | 1A | 18 | 12 | 163 | 25 | 47 |
| Octal | 320 | 231 | 236 | 0 | 32 | 30 | 22 | 543 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10011110 | 0 | 11010 | 11000 | 10010 | 101100011 | 100101 | 1000111 |
Color Harmonies of #D0999E
Complementary color
Monochromatic Colors of #D0999E
Black with #D0999E
Text Example
Text Example
White with #D0999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0999E; }
p { color: rgb(208,153,158); }
H1.HeaderClassName
{
color: #D0999E;
}
.AnyTagClassName
{
color: #D0999E;
}
</style>
background-color css
<style>
a { background-color: #D0999E; }
a { background-color: rgb(208,153,158); }
div.DivClassName
{
background-color: #D0999E;
}
.BgClassName
{
background-color: #D0999E;
}
</style>
border-color css
<style>
span { border-color: #D0999E; }
span { border-color: rgb(208,153,158); }
td.TdClassName
{
border-color: #D0999E;
}
.TagClassName
{
border-color: #D0999E;
}
</style>