Shades of Careys Pink #DB959A
Tints of Careys Pink #DB959A
RGB
CMYK
RGB Variations
Color information
#DB959A (or 0xDB959A) is known color: Careys Pink. HEX triplet: DB, 95 and 9A. RGB value is (219,149,154). Sum of RGB (Red+Green+Blue) = 219+149+154=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB959A is #246A65. Grayscale: #AAAAAA. Windows color (decimal): -2386534 or 10130907. OLE color: 10130907.
HSL color Cylindrical-coordinate representation of color #DB959A: hue angle of 355.71º 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 #DB959A is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 154 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.14 |
| HSL | 355.71º | 0.49% | 0.72% | - |
| HSV(B) | 355.71º | 0.32% | 0.86% | - |
| XYZ | 45.79 | 38.89 | 35.66 | - |
| YUV | 170.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 154 | 0 | 0.32 | 0.30 | 0.14 | 355.71 | 0.49 | 0.72 |
| Hex | DB | 95 | 9A | 0 | 20 | 1E | E | 164 | 31 | 48 |
| Octal | 333 | 225 | 232 | 0 | 40 | 36 | 16 | 544 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10011010 | 0 | 100000 | 11110 | 1110 | 101100100 | 110001 | 1001000 |
Color Harmonies of #DB959A
Complementary color
Monochromatic Colors of #DB959A
Black with #DB959A
Text Example
Text Example
White with #DB959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB959A; }
p { color: rgb(219,149,154); }
H1.HeaderClassName
{
color: #DB959A;
}
.AnyTagClassName
{
color: #DB959A;
}
</style>
background-color css
<style>
a { background-color: #DB959A; }
a { background-color: rgb(219,149,154); }
div.DivClassName
{
background-color: #DB959A;
}
.BgClassName
{
background-color: #DB959A;
}
</style>
border-color css
<style>
span { border-color: #DB959A; }
span { border-color: rgb(219,149,154); }
td.TdClassName
{
border-color: #DB959A;
}
.TagClassName
{
border-color: #DB959A;
}
</style>