Shades of Careys Pink #D99BA3
Tints of Careys Pink #D99BA3
RGB
CMYK
RGB Variations
Color information
#D99BA3 (or 0xD99BA3) is known color: Careys Pink. HEX triplet: D9, 9B and A3. RGB value is (217,155,163). Sum of RGB (Red+Green+Blue) = 217+155+163=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BA3 is #26645C. Grayscale: #AEAEAE. Windows color (decimal): -2516061 or 10722265. OLE color: 10722265.
HSL color Cylindrical-coordinate representation of color #D99BA3: hue angle of 352.26º 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 #D99BA3 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 163 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.15 |
| HSL | 352.26º | 0.45% | 0.73% | - |
| HSV(B) | 352.26º | 0.29% | 0.85% | - |
| XYZ | 46.95 | 40.84 | 40.06 | - |
| YUV | 174.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 163 | 0 | 0.29 | 0.25 | 0.15 | 352.26 | 0.45 | 0.73 |
| Hex | D9 | 9B | A3 | 0 | 1D | 19 | F | 160 | 2D | 49 |
| Octal | 331 | 233 | 243 | 0 | 35 | 31 | 17 | 540 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10100011 | 0 | 11101 | 11001 | 1111 | 101100000 | 101101 | 1001001 |
Color Harmonies of #D99BA3
Complementary color
Monochromatic Colors of #D99BA3
Black with #D99BA3
Text Example
Text Example
White with #D99BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BA3; }
p { color: rgb(217,155,163); }
H1.HeaderClassName
{
color: #D99BA3;
}
.AnyTagClassName
{
color: #D99BA3;
}
</style>
background-color css
<style>
a { background-color: #D99BA3; }
a { background-color: rgb(217,155,163); }
div.DivClassName
{
background-color: #D99BA3;
}
.BgClassName
{
background-color: #D99BA3;
}
</style>
border-color css
<style>
span { border-color: #D99BA3; }
span { border-color: rgb(217,155,163); }
td.TdClassName
{
border-color: #D99BA3;
}
.TagClassName
{
border-color: #D99BA3;
}
</style>