Shades of Careys Pink #DB969E
Tints of Careys Pink #DB969E
RGB
CMYK
RGB Variations
Color information
#DB969E (or 0xDB969E) is known color: Careys Pink. HEX triplet: DB, 96 and 9E. RGB value is (219,150,158). Sum of RGB (Red+Green+Blue) = 219+150+158=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB969E is #246961. Grayscale: #ABABAB. Windows color (decimal): -2386274 or 10393307. OLE color: 10393307.
HSL color Cylindrical-coordinate representation of color #DB969E: hue angle of 353.04º 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 #DB969E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 158 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.14 |
| HSL | 353.04º | 0.49% | 0.72% | - |
| HSV(B) | 353.04º | 0.32% | 0.86% | - |
| XYZ | 46.29 | 39.34 | 37.5 | - |
| YUV | 171.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 158 | 0 | 0.32 | 0.28 | 0.14 | 353.04 | 0.49 | 0.72 |
| Hex | DB | 96 | 9E | 0 | 20 | 1C | E | 161 | 31 | 48 |
| Octal | 333 | 226 | 236 | 0 | 40 | 34 | 16 | 541 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10011110 | 0 | 100000 | 11100 | 1110 | 101100001 | 110001 | 1001000 |
Color Harmonies of #DB969E
Complementary color
Monochromatic Colors of #DB969E
Black with #DB969E
Text Example
Text Example
White with #DB969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB969E; }
p { color: rgb(219,150,158); }
H1.HeaderClassName
{
color: #DB969E;
}
.AnyTagClassName
{
color: #DB969E;
}
</style>
background-color css
<style>
a { background-color: #DB969E; }
a { background-color: rgb(219,150,158); }
div.DivClassName
{
background-color: #DB969E;
}
.BgClassName
{
background-color: #DB969E;
}
</style>
border-color css
<style>
span { border-color: #DB969E; }
span { border-color: rgb(219,150,158); }
td.TdClassName
{
border-color: #DB969E;
}
.TagClassName
{
border-color: #DB969E;
}
</style>