Shades of Careys Pink #DB9698
Tints of Careys Pink #DB9698
RGB
CMYK
RGB Variations
Color information
#DB9698 (or 0xDB9698) is known color: Careys Pink. HEX triplet: DB, 96 and 98. RGB value is (219,150,152). Sum of RGB (Red+Green+Blue) = 219+150+152=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9698 is #246967. Grayscale: #AAAAAA. Windows color (decimal): -2386280 or 10000091. OLE color: 10000091.
HSL color Cylindrical-coordinate representation of color #DB9698: hue angle of 358.26º 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 #DB9698 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 152 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.14 |
| HSL | 358.26º | 0.49% | 0.72% | - |
| HSV(B) | 358.26º | 0.32% | 0.86% | - |
| XYZ | 45.79 | 39.14 | 34.85 | - |
| YUV | 170.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 152 | 0 | 0.32 | 0.31 | 0.14 | 358.26 | 0.49 | 0.72 |
| Hex | DB | 96 | 98 | 0 | 20 | 1F | E | 166 | 31 | 48 |
| Octal | 333 | 226 | 230 | 0 | 40 | 37 | 16 | 546 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10011000 | 0 | 100000 | 11111 | 1110 | 101100110 | 110001 | 1001000 |
Color Harmonies of #DB9698
Complementary color
Monochromatic Colors of #DB9698
Black with #DB9698
Text Example
Text Example
White with #DB9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9698; }
p { color: rgb(219,150,152); }
H1.HeaderClassName
{
color: #DB9698;
}
.AnyTagClassName
{
color: #DB9698;
}
</style>
background-color css
<style>
a { background-color: #DB9698; }
a { background-color: rgb(219,150,152); }
div.DivClassName
{
background-color: #DB9698;
}
.BgClassName
{
background-color: #DB9698;
}
</style>
border-color css
<style>
span { border-color: #DB9698; }
span { border-color: rgb(219,150,152); }
td.TdClassName
{
border-color: #DB9698;
}
.TagClassName
{
border-color: #DB9698;
}
</style>