Shades of Careys Pink #D99DA0
Tints of Careys Pink #D99DA0
RGB
CMYK
RGB Variations
Color information
#D99DA0 (or 0xD99DA0) is known color: Careys Pink. HEX triplet: D9, 9D and A0. RGB value is (217,157,160). Sum of RGB (Red+Green+Blue) = 217+157+160=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99DA0 is #26625F. Grayscale: #AFAFAF. Windows color (decimal): -2515552 or 10526169. OLE color: 10526169.
HSL color Cylindrical-coordinate representation of color #D99DA0: hue angle of 357º 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 #D99DA0 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 160 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.15 |
| HSL | 357º | 0.44% | 0.73% | - |
| HSV(B) | 357º | 0.28% | 0.85% | - |
| XYZ | 47.02 | 41.4 | 38.77 | - |
| YUV | 175.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 160 | 0 | 0.28 | 0.26 | 0.15 | 357 | 0.44 | 0.73 |
| Hex | D9 | 9D | A0 | 0 | 1C | 1A | F | 165 | 2C | 49 |
| Octal | 331 | 235 | 240 | 0 | 34 | 32 | 17 | 545 | 54 | 111 |
| Binary | 11011001 | 10011101 | 10100000 | 0 | 11100 | 11010 | 1111 | 101100101 | 101100 | 1001001 |
Color Harmonies of #D99DA0
Complementary color
Monochromatic Colors of #D99DA0
Black with #D99DA0
Text Example
Text Example
White with #D99DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DA0; }
p { color: rgb(217,157,160); }
H1.HeaderClassName
{
color: #D99DA0;
}
.AnyTagClassName
{
color: #D99DA0;
}
</style>
background-color css
<style>
a { background-color: #D99DA0; }
a { background-color: rgb(217,157,160); }
div.DivClassName
{
background-color: #D99DA0;
}
.BgClassName
{
background-color: #D99DA0;
}
</style>
border-color css
<style>
span { border-color: #D99DA0; }
span { border-color: rgb(217,157,160); }
td.TdClassName
{
border-color: #D99DA0;
}
.TagClassName
{
border-color: #D99DA0;
}
</style>