Shades of Careys Pink #D99AA0
Tints of Careys Pink #D99AA0
RGB
CMYK
RGB Variations
Color information
#D99AA0 (or 0xD99AA0) is known color: Careys Pink. HEX triplet: D9, 9A and A0. RGB value is (217,154,160). Sum of RGB (Red+Green+Blue) = 217+154+160=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99AA0 is #26655F. Grayscale: #ADADAD. Windows color (decimal): -2516320 or 10525401. OLE color: 10525401.
HSL color Cylindrical-coordinate representation of color #D99AA0: hue angle of 354.29º degrees, saturation: 0.45, 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 #D99AA0 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 160 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.15 |
| HSL | 354.29º | 0.45% | 0.73% | - |
| HSV(B) | 354.29º | 0.29% | 0.85% | - |
| XYZ | 46.52 | 40.4 | 38.6 | - |
| YUV | 173.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 160 | 0 | 0.29 | 0.26 | 0.15 | 354.29 | 0.45 | 0.73 |
| Hex | D9 | 9A | A0 | 0 | 1D | 1A | F | 162 | 2D | 49 |
| Octal | 331 | 232 | 240 | 0 | 35 | 32 | 17 | 542 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10100000 | 0 | 11101 | 11010 | 1111 | 101100010 | 101101 | 1001001 |
Color Harmonies of #D99AA0
Complementary color
Monochromatic Colors of #D99AA0
Black with #D99AA0
Text Example
Text Example
White with #D99AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AA0; }
p { color: rgb(217,154,160); }
H1.HeaderClassName
{
color: #D99AA0;
}
.AnyTagClassName
{
color: #D99AA0;
}
</style>
background-color css
<style>
a { background-color: #D99AA0; }
a { background-color: rgb(217,154,160); }
div.DivClassName
{
background-color: #D99AA0;
}
.BgClassName
{
background-color: #D99AA0;
}
</style>
border-color css
<style>
span { border-color: #D99AA0; }
span { border-color: rgb(217,154,160); }
td.TdClassName
{
border-color: #D99AA0;
}
.TagClassName
{
border-color: #D99AA0;
}
</style>