Shades of Careys Pink #D9999F
Tints of Careys Pink #D9999F
RGB
CMYK
RGB Variations
Color information
#D9999F (or 0xD9999F) is known color: Careys Pink. HEX triplet: D9, 99 and 9F. RGB value is (217,153,159). Sum of RGB (Red+Green+Blue) = 217+153+159=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9999F is #266660. Grayscale: #ACACAC. Windows color (decimal): -2516577 or 10459609. OLE color: 10459609.
HSL color Cylindrical-coordinate representation of color #D9999F: hue angle of 354.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9999F is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 159 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.15 |
| HSL | 354.38º | 0.46% | 0.73% | - |
| HSV(B) | 354.38º | 0.29% | 0.85% | - |
| XYZ | 46.26 | 40.04 | 38.09 | - |
| YUV | 172.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 159 | 0 | 0.29 | 0.27 | 0.15 | 354.38 | 0.46 | 0.73 |
| Hex | D9 | 99 | 9F | 0 | 1D | 1B | F | 162 | 2E | 49 |
| Octal | 331 | 231 | 237 | 0 | 35 | 33 | 17 | 542 | 56 | 111 |
| Binary | 11011001 | 10011001 | 10011111 | 0 | 11101 | 11011 | 1111 | 101100010 | 101110 | 1001001 |
Color Harmonies of #D9999F
Complementary color
Monochromatic Colors of #D9999F
Black with #D9999F
Text Example
Text Example
White with #D9999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9999F; }
p { color: rgb(217,153,159); }
H1.HeaderClassName
{
color: #D9999F;
}
.AnyTagClassName
{
color: #D9999F;
}
</style>
background-color css
<style>
a { background-color: #D9999F; }
a { background-color: rgb(217,153,159); }
div.DivClassName
{
background-color: #D9999F;
}
.BgClassName
{
background-color: #D9999F;
}
</style>
border-color css
<style>
span { border-color: #D9999F; }
span { border-color: rgb(217,153,159); }
td.TdClassName
{
border-color: #D9999F;
}
.TagClassName
{
border-color: #D9999F;
}
</style>