Shades of Careys Pink #D99BA2
Tints of Careys Pink #D99BA2
RGB
CMYK
RGB Variations
Color information
#D99BA2 (or 0xD99BA2) is known color: Careys Pink. HEX triplet: D9, 9B and A2. RGB value is (217,155,162). Sum of RGB (Red+Green+Blue) = 217+155+162=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BA2 is #26645D. Grayscale: #AEAEAE. Windows color (decimal): -2516062 or 10656729. OLE color: 10656729.
HSL color Cylindrical-coordinate representation of color #D99BA2: hue angle of 353.23º 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 #D99BA2 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 162 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.15 |
| HSL | 353.23º | 0.45% | 0.73% | - |
| HSV(B) | 353.23º | 0.29% | 0.85% | - |
| XYZ | 46.86 | 40.8 | 39.59 | - |
| YUV | 174.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 162 | 0 | 0.29 | 0.25 | 0.15 | 353.23 | 0.45 | 0.73 |
| Hex | D9 | 9B | A2 | 0 | 1D | 19 | F | 161 | 2D | 49 |
| Octal | 331 | 233 | 242 | 0 | 35 | 31 | 17 | 541 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10100010 | 0 | 11101 | 11001 | 1111 | 101100001 | 101101 | 1001001 |
Color Harmonies of #D99BA2
Complementary color
Monochromatic Colors of #D99BA2
Black with #D99BA2
Text Example
Text Example
White with #D99BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BA2; }
p { color: rgb(217,155,162); }
H1.HeaderClassName
{
color: #D99BA2;
}
.AnyTagClassName
{
color: #D99BA2;
}
</style>
background-color css
<style>
a { background-color: #D99BA2; }
a { background-color: rgb(217,155,162); }
div.DivClassName
{
background-color: #D99BA2;
}
.BgClassName
{
background-color: #D99BA2;
}
</style>
border-color css
<style>
span { border-color: #D99BA2; }
span { border-color: rgb(217,155,162); }
td.TdClassName
{
border-color: #D99BA2;
}
.TagClassName
{
border-color: #D99BA2;
}
</style>