Shades of Careys Pink #DB969B
Tints of Careys Pink #DB969B
RGB
CMYK
RGB Variations
Color information
#DB969B (or 0xDB969B) is known color: Careys Pink. HEX triplet: DB, 96 and 9B. RGB value is (219,150,155). Sum of RGB (Red+Green+Blue) = 219+150+155=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB969B is #246964. Grayscale: #ABABAB. Windows color (decimal): -2386277 or 10196699. OLE color: 10196699.
HSL color Cylindrical-coordinate representation of color #DB969B: hue angle of 355.65º 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 #DB969B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 155 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.14 |
| HSL | 355.65º | 0.49% | 0.72% | - |
| HSV(B) | 355.65º | 0.32% | 0.86% | - |
| XYZ | 46.04 | 39.24 | 36.16 | - |
| YUV | 171.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 155 | 0 | 0.32 | 0.29 | 0.14 | 355.65 | 0.49 | 0.72 |
| Hex | DB | 96 | 9B | 0 | 20 | 1D | E | 164 | 31 | 48 |
| Octal | 333 | 226 | 233 | 0 | 40 | 35 | 16 | 544 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10011011 | 0 | 100000 | 11101 | 1110 | 101100100 | 110001 | 1001000 |
Color Harmonies of #DB969B
Complementary color
Monochromatic Colors of #DB969B
Black with #DB969B
Text Example
Text Example
White with #DB969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB969B; }
p { color: rgb(219,150,155); }
H1.HeaderClassName
{
color: #DB969B;
}
.AnyTagClassName
{
color: #DB969B;
}
</style>
background-color css
<style>
a { background-color: #DB969B; }
a { background-color: rgb(219,150,155); }
div.DivClassName
{
background-color: #DB969B;
}
.BgClassName
{
background-color: #DB969B;
}
</style>
border-color css
<style>
span { border-color: #DB969B; }
span { border-color: rgb(219,150,155); }
td.TdClassName
{
border-color: #DB969B;
}
.TagClassName
{
border-color: #DB969B;
}
</style>