Shades of Careys Pink #D99A9D
Tints of Careys Pink #D99A9D
RGB
CMYK
RGB Variations
Color information
#D99A9D (or 0xD99A9D) is known color: Careys Pink. HEX triplet: D9, 9A and 9D. RGB value is (217,154,157). Sum of RGB (Red+Green+Blue) = 217+154+157=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A9D is #266562. Grayscale: #ADADAD. Windows color (decimal): -2516323 or 10328793. OLE color: 10328793.
HSL color Cylindrical-coordinate representation of color #D99A9D: hue angle of 357.14º 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 #D99A9D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 157 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.15 |
| HSL | 357.14º | 0.45% | 0.73% | - |
| HSV(B) | 357.14º | 0.29% | 0.85% | - |
| XYZ | 46.26 | 40.3 | 37.24 | - |
| YUV | 173.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 157 | 0 | 0.29 | 0.28 | 0.15 | 357.14 | 0.45 | 0.73 |
| Hex | D9 | 9A | 9D | 0 | 1D | 1C | F | 165 | 2D | 49 |
| Octal | 331 | 232 | 235 | 0 | 35 | 34 | 17 | 545 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10011101 | 0 | 11101 | 11100 | 1111 | 101100101 | 101101 | 1001001 |
Color Harmonies of #D99A9D
Complementary color
Monochromatic Colors of #D99A9D
Black with #D99A9D
Text Example
Text Example
White with #D99A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A9D; }
p { color: rgb(217,154,157); }
H1.HeaderClassName
{
color: #D99A9D;
}
.AnyTagClassName
{
color: #D99A9D;
}
</style>
background-color css
<style>
a { background-color: #D99A9D; }
a { background-color: rgb(217,154,157); }
div.DivClassName
{
background-color: #D99A9D;
}
.BgClassName
{
background-color: #D99A9D;
}
</style>
border-color css
<style>
span { border-color: #D99A9D; }
span { border-color: rgb(217,154,157); }
td.TdClassName
{
border-color: #D99A9D;
}
.TagClassName
{
border-color: #D99A9D;
}
</style>