Shades of Kobi #DB7CAE
Tints of Kobi #DB7CAE
RGB
CMYK
RGB Variations
Color information
#DB7CAE (or 0xDB7CAE) is known color: Kobi. HEX triplet: DB, 7C and AE. RGB value is (219,124,174). Sum of RGB (Red+Green+Blue) = 219+124+174=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7CAE is #248351. Grayscale: #9E9E9E. Windows color (decimal): -2392914 or 11435227. OLE color: 11435227.
HSL color Cylindrical-coordinate representation of color #DB7CAE: hue angle of 328.42º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7CAE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 174 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.14 |
| HSL | 328.42º | 0.57% | 0.67% | - |
| HSV(B) | 328.42º | 0.43% | 0.86% | - |
| XYZ | 44.06 | 32.53 | 44 | - |
| YUV | 158.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 174 | 0 | 0.43 | 0.21 | 0.14 | 328.42 | 0.57 | 0.67 |
| Hex | DB | 7C | AE | 0 | 2B | 15 | E | 148 | 39 | 43 |
| Octal | 333 | 174 | 256 | 0 | 53 | 25 | 16 | 510 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10101110 | 0 | 101011 | 10101 | 1110 | 101001000 | 111001 | 1000011 |
Color Harmonies of #DB7CAE
Complementary color
Monochromatic Colors of #DB7CAE
Black with #DB7CAE
Text Example
Text Example
White with #DB7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CAE; }
p { color: rgb(219,124,174); }
H1.HeaderClassName
{
color: #DB7CAE;
}
.AnyTagClassName
{
color: #DB7CAE;
}
</style>
background-color css
<style>
a { background-color: #DB7CAE; }
a { background-color: rgb(219,124,174); }
div.DivClassName
{
background-color: #DB7CAE;
}
.BgClassName
{
background-color: #DB7CAE;
}
</style>
border-color css
<style>
span { border-color: #DB7CAE; }
span { border-color: rgb(219,124,174); }
td.TdClassName
{
border-color: #DB7CAE;
}
.TagClassName
{
border-color: #DB7CAE;
}
</style>