Shades of Kobi #DB8CB4
Tints of Kobi #DB8CB4
RGB
CMYK
RGB Variations
Color information
#DB8CB4 (or 0xDB8CB4) is known color: Kobi. HEX triplet: DB, 8C and B4. RGB value is (219,140,180). Sum of RGB (Red+Green+Blue) = 219+140+180=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CB4 is #24734B. Grayscale: #A8A8A8. Windows color (decimal): -2388812 or 11832539. OLE color: 11832539.
HSL color Cylindrical-coordinate representation of color #DB8CB4: hue angle of 329.62º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CB4 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 180 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.14 |
| HSL | 329.62º | 0.52% | 0.7% | - |
| HSV(B) | 329.62º | 0.36% | 0.86% | - |
| XYZ | 46.83 | 37.11 | 47.88 | - |
| YUV | 168.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 180 | 0 | 0.36 | 0.18 | 0.14 | 329.62 | 0.52 | 0.7 |
| Hex | DB | 8C | B4 | 0 | 24 | 12 | E | 14A | 34 | 46 |
| Octal | 333 | 214 | 264 | 0 | 44 | 22 | 16 | 512 | 64 | 106 |
| Binary | 11011011 | 10001100 | 10110100 | 0 | 100100 | 10010 | 1110 | 101001010 | 110100 | 1000110 |
Color Harmonies of #DB8CB4
Complementary color
Monochromatic Colors of #DB8CB4
Black with #DB8CB4
Text Example
Text Example
White with #DB8CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CB4; }
p { color: rgb(219,140,180); }
H1.HeaderClassName
{
color: #DB8CB4;
}
.AnyTagClassName
{
color: #DB8CB4;
}
</style>
background-color css
<style>
a { background-color: #DB8CB4; }
a { background-color: rgb(219,140,180); }
div.DivClassName
{
background-color: #DB8CB4;
}
.BgClassName
{
background-color: #DB8CB4;
}
</style>
border-color css
<style>
span { border-color: #DB8CB4; }
span { border-color: rgb(219,140,180); }
td.TdClassName
{
border-color: #DB8CB4;
}
.TagClassName
{
border-color: #DB8CB4;
}
</style>