Shades of Kobi #DB83A4
Tints of Kobi #DB83A4
RGB
CMYK
RGB Variations
Color information
#DB83A4 (or 0xDB83A4) is known color: Kobi. HEX triplet: DB, 83 and A4. RGB value is (219,131,164). Sum of RGB (Red+Green+Blue) = 219+131+164=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83A4 is #247C5B. Grayscale: #A1A1A1. Windows color (decimal): -2391132 or 10781659. OLE color: 10781659.
HSL color Cylindrical-coordinate representation of color #DB83A4: hue angle of 337.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83A4 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 164 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.14 |
| HSL | 337.5º | 0.55% | 0.69% | - |
| HSV(B) | 337.5º | 0.4% | 0.86% | - |
| XYZ | 44.03 | 33.97 | 39.36 | - |
| YUV | 161.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 164 | 0 | 0.40 | 0.25 | 0.14 | 337.5 | 0.55 | 0.69 |
| Hex | DB | 83 | A4 | 0 | 28 | 19 | E | 152 | 37 | 45 |
| Octal | 333 | 203 | 244 | 0 | 50 | 31 | 16 | 522 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10100100 | 0 | 101000 | 11001 | 1110 | 101010010 | 110111 | 1000101 |
Color Harmonies of #DB83A4
Complementary color
Monochromatic Colors of #DB83A4
Black with #DB83A4
Text Example
Text Example
White with #DB83A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83A4; }
p { color: rgb(219,131,164); }
H1.HeaderClassName
{
color: #DB83A4;
}
.AnyTagClassName
{
color: #DB83A4;
}
</style>
background-color css
<style>
a { background-color: #DB83A4; }
a { background-color: rgb(219,131,164); }
div.DivClassName
{
background-color: #DB83A4;
}
.BgClassName
{
background-color: #DB83A4;
}
</style>
border-color css
<style>
span { border-color: #DB83A4; }
span { border-color: rgb(219,131,164); }
td.TdClassName
{
border-color: #DB83A4;
}
.TagClassName
{
border-color: #DB83A4;
}
</style>