Shades of Kobi #DC7EAF
Tints of Kobi #DC7EAF
RGB
CMYK
RGB Variations
Color information
#DC7EAF (or 0xDC7EAF) is known color: Kobi. HEX triplet: DC, 7E and AF. RGB value is (220,126,175). Sum of RGB (Red+Green+Blue) = 220+126+175=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7EAF is #238150. Grayscale: #9F9F9F. Windows color (decimal): -2326865 or 11501276. OLE color: 11501276.
HSL color Cylindrical-coordinate representation of color #DC7EAF: hue angle of 328.72º 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 #DC7EAF is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 175 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.14 |
| HSL | 328.72º | 0.57% | 0.68% | - |
| HSV(B) | 328.72º | 0.43% | 0.86% | - |
| XYZ | 44.71 | 33.23 | 44.62 | - |
| YUV | 159.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 175 | 0 | 0.43 | 0.20 | 0.14 | 328.72 | 0.57 | 0.68 |
| Hex | DC | 7E | AF | 0 | 2B | 14 | E | 149 | 39 | 44 |
| Octal | 334 | 176 | 257 | 0 | 53 | 24 | 16 | 511 | 71 | 104 |
| Binary | 11011100 | 1111110 | 10101111 | 0 | 101011 | 10100 | 1110 | 101001001 | 111001 | 1000100 |
Color Harmonies of #DC7EAF
Complementary color
Monochromatic Colors of #DC7EAF
Black with #DC7EAF
Text Example
Text Example
White with #DC7EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EAF; }
p { color: rgb(220,126,175); }
H1.HeaderClassName
{
color: #DC7EAF;
}
.AnyTagClassName
{
color: #DC7EAF;
}
</style>
background-color css
<style>
a { background-color: #DC7EAF; }
a { background-color: rgb(220,126,175); }
div.DivClassName
{
background-color: #DC7EAF;
}
.BgClassName
{
background-color: #DC7EAF;
}
</style>
border-color css
<style>
span { border-color: #DC7EAF; }
span { border-color: rgb(220,126,175); }
td.TdClassName
{
border-color: #DC7EAF;
}
.TagClassName
{
border-color: #DC7EAF;
}
</style>