Shades of Careys Pink #D99AA2
Tints of Careys Pink #D99AA2
RGB
CMYK
RGB Variations
Color information
#D99AA2 (or 0xD99AA2) is known color: Careys Pink. HEX triplet: D9, 9A and A2. RGB value is (217,154,162). Sum of RGB (Red+Green+Blue) = 217+154+162=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99AA2 is #26655D. Grayscale: #ADADAD. Windows color (decimal): -2516318 or 10656473. OLE color: 10656473.
HSL color Cylindrical-coordinate representation of color #D99AA2: hue angle of 352.38º 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 #D99AA2 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 162 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.15 |
| HSL | 352.38º | 0.45% | 0.73% | - |
| HSV(B) | 352.38º | 0.29% | 0.85% | - |
| XYZ | 46.69 | 40.47 | 39.53 | - |
| YUV | 173.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 162 | 0 | 0.29 | 0.25 | 0.15 | 352.38 | 0.45 | 0.73 |
| Hex | D9 | 9A | A2 | 0 | 1D | 19 | F | 160 | 2D | 49 |
| Octal | 331 | 232 | 242 | 0 | 35 | 31 | 17 | 540 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10100010 | 0 | 11101 | 11001 | 1111 | 101100000 | 101101 | 1001001 |
Color Harmonies of #D99AA2
Complementary color
Monochromatic Colors of #D99AA2
Black with #D99AA2
Text Example
Text Example
White with #D99AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AA2; }
p { color: rgb(217,154,162); }
H1.HeaderClassName
{
color: #D99AA2;
}
.AnyTagClassName
{
color: #D99AA2;
}
</style>
background-color css
<style>
a { background-color: #D99AA2; }
a { background-color: rgb(217,154,162); }
div.DivClassName
{
background-color: #D99AA2;
}
.BgClassName
{
background-color: #D99AA2;
}
</style>
border-color css
<style>
span { border-color: #D99AA2; }
span { border-color: rgb(217,154,162); }
td.TdClassName
{
border-color: #D99AA2;
}
.TagClassName
{
border-color: #D99AA2;
}
</style>