Shades of Careys Pink #DB969A
Tints of Careys Pink #DB969A
RGB
CMYK
RGB Variations
Color information
#DB969A (or 0xDB969A) is known color: Careys Pink. HEX triplet: DB, 96 and 9A. RGB value is (219,150,154). Sum of RGB (Red+Green+Blue) = 219+150+154=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB969A is #246965. Grayscale: #ABABAB. Windows color (decimal): -2386278 or 10131163. OLE color: 10131163.
HSL color Cylindrical-coordinate representation of color #DB969A: hue angle of 356.52º 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 #DB969A is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 154 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.14 |
| HSL | 356.52º | 0.49% | 0.72% | - |
| HSV(B) | 356.52º | 0.32% | 0.86% | - |
| XYZ | 45.95 | 39.21 | 35.72 | - |
| YUV | 171.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 154 | 0 | 0.32 | 0.30 | 0.14 | 356.52 | 0.49 | 0.72 |
| Hex | DB | 96 | 9A | 0 | 20 | 1E | E | 165 | 31 | 48 |
| Octal | 333 | 226 | 232 | 0 | 40 | 36 | 16 | 545 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10011010 | 0 | 100000 | 11110 | 1110 | 101100101 | 110001 | 1001000 |
Color Harmonies of #DB969A
Complementary color
Monochromatic Colors of #DB969A
Black with #DB969A
Text Example
Text Example
White with #DB969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB969A; }
p { color: rgb(219,150,154); }
H1.HeaderClassName
{
color: #DB969A;
}
.AnyTagClassName
{
color: #DB969A;
}
</style>
background-color css
<style>
a { background-color: #DB969A; }
a { background-color: rgb(219,150,154); }
div.DivClassName
{
background-color: #DB969A;
}
.BgClassName
{
background-color: #DB969A;
}
</style>
border-color css
<style>
span { border-color: #DB969A; }
span { border-color: rgb(219,150,154); }
td.TdClassName
{
border-color: #DB969A;
}
.TagClassName
{
border-color: #DB969A;
}
</style>