Shades of Careys Pink #D99BA5
Tints of Careys Pink #D99BA5
RGB
CMYK
RGB Variations
Color information
#D99BA5 (or 0xD99BA5) is known color: Careys Pink. HEX triplet: D9, 9B and A5. RGB value is (217,155,165). Sum of RGB (Red+Green+Blue) = 217+155+165=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BA5 is #26645A. Grayscale: #AEAEAE. Windows color (decimal): -2516059 or 10853337. OLE color: 10853337.
HSL color Cylindrical-coordinate representation of color #D99BA5: hue angle of 350.32º 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 #D99BA5 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 165 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.15 |
| HSL | 350.32º | 0.45% | 0.73% | - |
| HSV(B) | 350.32º | 0.29% | 0.85% | - |
| XYZ | 47.13 | 40.91 | 41.01 | - |
| YUV | 174.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 165 | 0 | 0.29 | 0.24 | 0.15 | 350.32 | 0.45 | 0.73 |
| Hex | D9 | 9B | A5 | 0 | 1D | 18 | F | 15E | 2D | 49 |
| Octal | 331 | 233 | 245 | 0 | 35 | 30 | 17 | 536 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10100101 | 0 | 11101 | 11000 | 1111 | 101011110 | 101101 | 1001001 |
Color Harmonies of #D99BA5
Complementary color
Monochromatic Colors of #D99BA5
Black with #D99BA5
Text Example
Text Example
White with #D99BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BA5; }
p { color: rgb(217,155,165); }
H1.HeaderClassName
{
color: #D99BA5;
}
.AnyTagClassName
{
color: #D99BA5;
}
</style>
background-color css
<style>
a { background-color: #D99BA5; }
a { background-color: rgb(217,155,165); }
div.DivClassName
{
background-color: #D99BA5;
}
.BgClassName
{
background-color: #D99BA5;
}
</style>
border-color css
<style>
span { border-color: #D99BA5; }
span { border-color: rgb(217,155,165); }
td.TdClassName
{
border-color: #D99BA5;
}
.TagClassName
{
border-color: #D99BA5;
}
</style>