Shades of Careys Pink #D99DA2
Tints of Careys Pink #D99DA2
RGB
CMYK
RGB Variations
Color information
#D99DA2 (or 0xD99DA2) is known color: Careys Pink. HEX triplet: D9, 9D and A2. RGB value is (217,157,162). Sum of RGB (Red+Green+Blue) = 217+157+162=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99DA2 is #26625D. Grayscale: #AFAFAF. Windows color (decimal): -2515550 or 10657241. OLE color: 10657241.
HSL color Cylindrical-coordinate representation of color #D99DA2: hue angle of 355º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DA2 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 162 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.15 |
| HSL | 355º | 0.44% | 0.73% | - |
| HSV(B) | 355º | 0.28% | 0.85% | - |
| XYZ | 47.19 | 41.47 | 39.7 | - |
| YUV | 175.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 162 | 0 | 0.28 | 0.25 | 0.15 | 355 | 0.44 | 0.73 |
| Hex | D9 | 9D | A2 | 0 | 1C | 19 | F | 163 | 2C | 49 |
| Octal | 331 | 235 | 242 | 0 | 34 | 31 | 17 | 543 | 54 | 111 |
| Binary | 11011001 | 10011101 | 10100010 | 0 | 11100 | 11001 | 1111 | 101100011 | 101100 | 1001001 |
Color Harmonies of #D99DA2
Complementary color
Monochromatic Colors of #D99DA2
Black with #D99DA2
Text Example
Text Example
White with #D99DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DA2; }
p { color: rgb(217,157,162); }
H1.HeaderClassName
{
color: #D99DA2;
}
.AnyTagClassName
{
color: #D99DA2;
}
</style>
background-color css
<style>
a { background-color: #D99DA2; }
a { background-color: rgb(217,157,162); }
div.DivClassName
{
background-color: #D99DA2;
}
.BgClassName
{
background-color: #D99DA2;
}
</style>
border-color css
<style>
span { border-color: #D99DA2; }
span { border-color: rgb(217,157,162); }
td.TdClassName
{
border-color: #D99DA2;
}
.TagClassName
{
border-color: #D99DA2;
}
</style>