Shades of Kobi #DB95AF
Tints of Kobi #DB95AF
RGB
CMYK
RGB Variations
Color information
#DB95AF (or 0xDB95AF) is known color: Kobi. HEX triplet: DB, 95 and AF. RGB value is (219,149,175). Sum of RGB (Red+Green+Blue) = 219+149+175=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95AF is #246A50. Grayscale: #ACACAC. Windows color (decimal): -2386513 or 11507163. OLE color: 11507163.
HSL color Cylindrical-coordinate representation of color #DB95AF: hue angle of 337.71º 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 #DB95AF is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 175 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.14 |
| HSL | 337.71º | 0.49% | 0.72% | - |
| HSV(B) | 337.71º | 0.32% | 0.86% | - |
| XYZ | 47.7 | 39.65 | 45.7 | - |
| YUV | 172.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 175 | 0 | 0.32 | 0.20 | 0.14 | 337.71 | 0.49 | 0.72 |
| Hex | DB | 95 | AF | 0 | 20 | 14 | E | 152 | 31 | 48 |
| Octal | 333 | 225 | 257 | 0 | 40 | 24 | 16 | 522 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10101111 | 0 | 100000 | 10100 | 1110 | 101010010 | 110001 | 1001000 |
Color Harmonies of #DB95AF
Complementary color
Monochromatic Colors of #DB95AF
Black with #DB95AF
Text Example
Text Example
White with #DB95AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95AF; }
p { color: rgb(219,149,175); }
H1.HeaderClassName
{
color: #DB95AF;
}
.AnyTagClassName
{
color: #DB95AF;
}
</style>
background-color css
<style>
a { background-color: #DB95AF; }
a { background-color: rgb(219,149,175); }
div.DivClassName
{
background-color: #DB95AF;
}
.BgClassName
{
background-color: #DB95AF;
}
</style>
border-color css
<style>
span { border-color: #DB95AF; }
span { border-color: rgb(219,149,175); }
td.TdClassName
{
border-color: #DB95AF;
}
.TagClassName
{
border-color: #DB95AF;
}
</style>