Shades of Kobi #DB94AE
Tints of Kobi #DB94AE
RGB
CMYK
RGB Variations
Color information
#DB94AE (or 0xDB94AE) is known color: Kobi. HEX triplet: DB, 94 and AE. RGB value is (219,148,174). Sum of RGB (Red+Green+Blue) = 219+148+174=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94AE is #246B51. Grayscale: #ACACAC. Windows color (decimal): -2386770 or 11441371. OLE color: 11441371.
HSL color Cylindrical-coordinate representation of color #DB94AE: hue angle of 338.03º degrees, saturation: 0.5, 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 #DB94AE is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 174 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.14 |
| HSL | 338.03º | 0.5% | 0.72% | - |
| HSV(B) | 338.03º | 0.32% | 0.86% | - |
| XYZ | 47.44 | 39.3 | 45.13 | - |
| YUV | 172.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 174 | 0 | 0.32 | 0.21 | 0.14 | 338.03 | 0.5 | 0.72 |
| Hex | DB | 94 | AE | 0 | 20 | 15 | E | 152 | 32 | 48 |
| Octal | 333 | 224 | 256 | 0 | 40 | 25 | 16 | 522 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10101110 | 0 | 100000 | 10101 | 1110 | 101010010 | 110010 | 1001000 |
Color Harmonies of #DB94AE
Complementary color
Monochromatic Colors of #DB94AE
Black with #DB94AE
Text Example
Text Example
White with #DB94AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94AE; }
p { color: rgb(219,148,174); }
H1.HeaderClassName
{
color: #DB94AE;
}
.AnyTagClassName
{
color: #DB94AE;
}
</style>
background-color css
<style>
a { background-color: #DB94AE; }
a { background-color: rgb(219,148,174); }
div.DivClassName
{
background-color: #DB94AE;
}
.BgClassName
{
background-color: #DB94AE;
}
</style>
border-color css
<style>
span { border-color: #DB94AE; }
span { border-color: rgb(219,148,174); }
td.TdClassName
{
border-color: #DB94AE;
}
.TagClassName
{
border-color: #DB94AE;
}
</style>