Shades of Careys Pink #D0999D
Tints of Careys Pink #D0999D
RGB
CMYK
RGB Variations
Color information
#D0999D (or 0xD0999D) is known color: Careys Pink. HEX triplet: D0, 99 and 9D. RGB value is (208,153,157). Sum of RGB (Red+Green+Blue) = 208+153+157=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0999D is #2F6662. Grayscale: #A9A9A9. Windows color (decimal): -3106403 or 10328528. OLE color: 10328528.
HSL color Cylindrical-coordinate representation of color #D0999D: hue angle of 355.64º 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 #D0999D is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 157 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.18 |
| HSL | 355.64º | 0.37% | 0.71% | - |
| HSV(B) | 355.64º | 0.26% | 0.82% | - |
| XYZ | 43.49 | 38.63 | 37.06 | - |
| YUV | 169.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 157 | 0 | 0.26 | 0.25 | 0.18 | 355.64 | 0.37 | 0.71 |
| Hex | D0 | 99 | 9D | 0 | 1A | 19 | 12 | 164 | 25 | 47 |
| Octal | 320 | 231 | 235 | 0 | 32 | 31 | 22 | 544 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10011101 | 0 | 11010 | 11001 | 10010 | 101100100 | 100101 | 1000111 |
Color Harmonies of #D0999D
Complementary color
Monochromatic Colors of #D0999D
Black with #D0999D
Text Example
Text Example
White with #D0999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0999D; }
p { color: rgb(208,153,157); }
H1.HeaderClassName
{
color: #D0999D;
}
.AnyTagClassName
{
color: #D0999D;
}
</style>
background-color css
<style>
a { background-color: #D0999D; }
a { background-color: rgb(208,153,157); }
div.DivClassName
{
background-color: #D0999D;
}
.BgClassName
{
background-color: #D0999D;
}
</style>
border-color css
<style>
span { border-color: #D0999D; }
span { border-color: rgb(208,153,157); }
td.TdClassName
{
border-color: #D0999D;
}
.TagClassName
{
border-color: #D0999D;
}
</style>