Shades of Careys Pink #D99DA1
Tints of Careys Pink #D99DA1
RGB
CMYK
RGB Variations
Color information
#D99DA1 (or 0xD99DA1) is known color: Careys Pink. HEX triplet: D9, 9D and A1. RGB value is (217,157,161). Sum of RGB (Red+Green+Blue) = 217+157+161=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99DA1 is #26625E. Grayscale: #AFAFAF. Windows color (decimal): -2515551 or 10591705. OLE color: 10591705.
HSL color Cylindrical-coordinate representation of color #D99DA1: hue angle of 356º 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 #D99DA1 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 161 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.15 |
| HSL | 356º | 0.44% | 0.73% | - |
| HSV(B) | 356º | 0.28% | 0.85% | - |
| XYZ | 47.11 | 41.44 | 39.23 | - |
| YUV | 175.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 161 | 0 | 0.28 | 0.26 | 0.15 | 356 | 0.44 | 0.73 |
| Hex | D9 | 9D | A1 | 0 | 1C | 1A | F | 164 | 2C | 49 |
| Octal | 331 | 235 | 241 | 0 | 34 | 32 | 17 | 544 | 54 | 111 |
| Binary | 11011001 | 10011101 | 10100001 | 0 | 11100 | 11010 | 1111 | 101100100 | 101100 | 1001001 |
Color Harmonies of #D99DA1
Complementary color
Monochromatic Colors of #D99DA1
Black with #D99DA1
Text Example
Text Example
White with #D99DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DA1; }
p { color: rgb(217,157,161); }
H1.HeaderClassName
{
color: #D99DA1;
}
.AnyTagClassName
{
color: #D99DA1;
}
</style>
background-color css
<style>
a { background-color: #D99DA1; }
a { background-color: rgb(217,157,161); }
div.DivClassName
{
background-color: #D99DA1;
}
.BgClassName
{
background-color: #D99DA1;
}
</style>
border-color css
<style>
span { border-color: #D99DA1; }
span { border-color: rgb(217,157,161); }
td.TdClassName
{
border-color: #D99DA1;
}
.TagClassName
{
border-color: #D99DA1;
}
</style>