Shades of Kobi #DB96A8
Tints of Kobi #DB96A8
RGB
CMYK
RGB Variations
Color information
#DB96A8 (or 0xDB96A8) is known color: Kobi. HEX triplet: DB, 96 and A8. RGB value is (219,150,168). Sum of RGB (Red+Green+Blue) = 219+150+168=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96A8 is #246957. Grayscale: #ACACAC. Windows color (decimal): -2386264 or 11048667. OLE color: 11048667.
HSL color Cylindrical-coordinate representation of color #DB96A8: hue angle of 344.35º 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 #DB96A8 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 168 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.14 |
| HSL | 344.35º | 0.49% | 0.72% | - |
| HSV(B) | 344.35º | 0.32% | 0.86% | - |
| XYZ | 47.19 | 39.7 | 42.22 | - |
| YUV | 172.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 168 | 0 | 0.32 | 0.23 | 0.14 | 344.35 | 0.49 | 0.72 |
| Hex | DB | 96 | A8 | 0 | 20 | 17 | E | 158 | 31 | 48 |
| Octal | 333 | 226 | 250 | 0 | 40 | 27 | 16 | 530 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10101000 | 0 | 100000 | 10111 | 1110 | 101011000 | 110001 | 1001000 |
Color Harmonies of #DB96A8
Complementary color
Monochromatic Colors of #DB96A8
Black with #DB96A8
Text Example
Text Example
White with #DB96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96A8; }
p { color: rgb(219,150,168); }
H1.HeaderClassName
{
color: #DB96A8;
}
.AnyTagClassName
{
color: #DB96A8;
}
</style>
background-color css
<style>
a { background-color: #DB96A8; }
a { background-color: rgb(219,150,168); }
div.DivClassName
{
background-color: #DB96A8;
}
.BgClassName
{
background-color: #DB96A8;
}
</style>
border-color css
<style>
span { border-color: #DB96A8; }
span { border-color: rgb(219,150,168); }
td.TdClassName
{
border-color: #DB96A8;
}
.TagClassName
{
border-color: #DB96A8;
}
</style>