Shades of Careys Pink #DB9C9D
Tints of Careys Pink #DB9C9D
RGB
CMYK
RGB Variations
Color information
#DB9C9D (or 0xDB9C9D) is known color: Careys Pink. HEX triplet: DB, 9C and 9D. RGB value is (219,156,157). Sum of RGB (Red+Green+Blue) = 219+156+157=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C9D is #246362. Grayscale: #AFAFAF. Windows color (decimal): -2384739 or 10329307. OLE color: 10329307.
HSL color Cylindrical-coordinate representation of color #DB9C9D: hue angle of 359.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9C9D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 157 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.14 |
| HSL | 359.05º | 0.47% | 0.74% | - |
| HSV(B) | 359.05º | 0.29% | 0.86% | - |
| XYZ | 47.19 | 41.27 | 37.38 | - |
| YUV | 174.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 157 | 0 | 0.29 | 0.28 | 0.14 | 359.05 | 0.47 | 0.74 |
| Hex | DB | 9C | 9D | 0 | 1D | 1C | E | 167 | 2F | 4A |
| Octal | 333 | 234 | 235 | 0 | 35 | 34 | 16 | 547 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10011101 | 0 | 11101 | 11100 | 1110 | 101100111 | 101111 | 1001010 |
Color Harmonies of #DB9C9D
Complementary color
Monochromatic Colors of #DB9C9D
Black with #DB9C9D
Text Example
Text Example
White with #DB9C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C9D; }
p { color: rgb(219,156,157); }
H1.HeaderClassName
{
color: #DB9C9D;
}
.AnyTagClassName
{
color: #DB9C9D;
}
</style>
background-color css
<style>
a { background-color: #DB9C9D; }
a { background-color: rgb(219,156,157); }
div.DivClassName
{
background-color: #DB9C9D;
}
.BgClassName
{
background-color: #DB9C9D;
}
</style>
border-color css
<style>
span { border-color: #DB9C9D; }
span { border-color: rgb(219,156,157); }
td.TdClassName
{
border-color: #DB9C9D;
}
.TagClassName
{
border-color: #DB9C9D;
}
</style>