Shades of Kobi #DC7EA8
Tints of Kobi #DC7EA8
RGB
CMYK
RGB Variations
Color information
#DC7EA8 (or 0xDC7EA8) is known color: Kobi. HEX triplet: DC, 7E and A8. RGB value is (220,126,168). Sum of RGB (Red+Green+Blue) = 220+126+168=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7EA8 is #238157. Grayscale: #9E9E9E. Windows color (decimal): -2326872 or 11042524. OLE color: 11042524.
HSL color Cylindrical-coordinate representation of color #DC7EA8: hue angle of 333.19º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7EA8 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 168 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.14 |
| HSL | 333.19º | 0.57% | 0.68% | - |
| HSV(B) | 333.19º | 0.43% | 0.86% | - |
| XYZ | 44.04 | 32.96 | 41.09 | - |
| YUV | 158.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 168 | 0 | 0.43 | 0.24 | 0.14 | 333.19 | 0.57 | 0.68 |
| Hex | DC | 7E | A8 | 0 | 2B | 18 | E | 14D | 39 | 44 |
| Octal | 334 | 176 | 250 | 0 | 53 | 30 | 16 | 515 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10101000 | 0 | 101011 | 11000 | 1110 | 101001101 | 111001 | 1000100 |
Color Harmonies of #DC7EA8
Complementary color
Monochromatic Colors of #DC7EA8
Black with #DC7EA8
Text Example
Text Example
White with #DC7EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EA8; }
p { color: rgb(220,126,168); }
H1.HeaderClassName
{
color: #DC7EA8;
}
.AnyTagClassName
{
color: #DC7EA8;
}
</style>
background-color css
<style>
a { background-color: #DC7EA8; }
a { background-color: rgb(220,126,168); }
div.DivClassName
{
background-color: #DC7EA8;
}
.BgClassName
{
background-color: #DC7EA8;
}
</style>
border-color css
<style>
span { border-color: #DC7EA8; }
span { border-color: rgb(220,126,168); }
td.TdClassName
{
border-color: #DC7EA8;
}
.TagClassName
{
border-color: #DC7EA8;
}
</style>