Shades of Careys Pink #DB959D
Tints of Careys Pink #DB959D
RGB
CMYK
RGB Variations
Color information
#DB959D (or 0xDB959D) is known color: Careys Pink. HEX triplet: DB, 95 and 9D. RGB value is (219,149,157). Sum of RGB (Red+Green+Blue) = 219+149+157=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB959D is #246A62. Grayscale: #AAAAAA. Windows color (decimal): -2386531 or 10327515. OLE color: 10327515.
HSL color Cylindrical-coordinate representation of color #DB959D: hue angle of 353.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB959D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 157 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.14 |
| HSL | 353.14º | 0.49% | 0.72% | - |
| HSV(B) | 353.14º | 0.32% | 0.86% | - |
| XYZ | 46.05 | 38.99 | 37 | - |
| YUV | 170.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 157 | 0 | 0.32 | 0.28 | 0.14 | 353.14 | 0.49 | 0.72 |
| Hex | DB | 95 | 9D | 0 | 20 | 1C | E | 161 | 31 | 48 |
| Octal | 333 | 225 | 235 | 0 | 40 | 34 | 16 | 541 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10011101 | 0 | 100000 | 11100 | 1110 | 101100001 | 110001 | 1001000 |
Color Harmonies of #DB959D
Complementary color
Monochromatic Colors of #DB959D
Black with #DB959D
Text Example
Text Example
White with #DB959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB959D; }
p { color: rgb(219,149,157); }
H1.HeaderClassName
{
color: #DB959D;
}
.AnyTagClassName
{
color: #DB959D;
}
</style>
background-color css
<style>
a { background-color: #DB959D; }
a { background-color: rgb(219,149,157); }
div.DivClassName
{
background-color: #DB959D;
}
.BgClassName
{
background-color: #DB959D;
}
</style>
border-color css
<style>
span { border-color: #DB959D; }
span { border-color: rgb(219,149,157); }
td.TdClassName
{
border-color: #DB959D;
}
.TagClassName
{
border-color: #DB959D;
}
</style>