Shades of Kobi #DB83AF
Tints of Kobi #DB83AF
RGB
CMYK
RGB Variations
Color information
#DB83AF (or 0xDB83AF) is known color: Kobi. HEX triplet: DB, 83 and AF. RGB value is (219,131,175). Sum of RGB (Red+Green+Blue) = 219+131+175=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83AF is #247C50. Grayscale: #A2A2A2. Windows color (decimal): -2391121 or 11502555. OLE color: 11502555.
HSL color Cylindrical-coordinate representation of color #DB83AF: hue angle of 330º 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 #DB83AF is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 175 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.14 |
| HSL | 330º | 0.55% | 0.69% | - |
| HSV(B) | 330º | 0.4% | 0.86% | - |
| XYZ | 45.07 | 34.39 | 44.82 | - |
| YUV | 162.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 175 | 0 | 0.40 | 0.20 | 0.14 | 330 | 0.55 | 0.69 |
| Hex | DB | 83 | AF | 0 | 28 | 14 | E | 14A | 37 | 45 |
| Octal | 333 | 203 | 257 | 0 | 50 | 24 | 16 | 512 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10101111 | 0 | 101000 | 10100 | 1110 | 101001010 | 110111 | 1000101 |
Color Harmonies of #DB83AF
Complementary color
Monochromatic Colors of #DB83AF
Black with #DB83AF
Text Example
Text Example
White with #DB83AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83AF; }
p { color: rgb(219,131,175); }
H1.HeaderClassName
{
color: #DB83AF;
}
.AnyTagClassName
{
color: #DB83AF;
}
</style>
background-color css
<style>
a { background-color: #DB83AF; }
a { background-color: rgb(219,131,175); }
div.DivClassName
{
background-color: #DB83AF;
}
.BgClassName
{
background-color: #DB83AF;
}
</style>
border-color css
<style>
span { border-color: #DB83AF; }
span { border-color: rgb(219,131,175); }
td.TdClassName
{
border-color: #DB83AF;
}
.TagClassName
{
border-color: #DB83AF;
}
</style>