Shades of Kobi #DC7CA8
Tints of Kobi #DC7CA8
RGB
CMYK
RGB Variations
Color information
#DC7CA8 (or 0xDC7CA8) is known color: Kobi. HEX triplet: DC, 7C and A8. RGB value is (220,124,168). Sum of RGB (Red+Green+Blue) = 220+124+168=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7CA8 is #238357. Grayscale: #9D9D9D. Windows color (decimal): -2327384 or 11042012. OLE color: 11042012.
HSL color Cylindrical-coordinate representation of color #DC7CA8: hue angle of 332.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7CA8 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 168 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.14 |
| HSL | 332.5º | 0.58% | 0.67% | - |
| HSV(B) | 332.5º | 0.44% | 0.86% | - |
| XYZ | 43.79 | 32.46 | 41 | - |
| YUV | 157.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 168 | 0 | 0.44 | 0.24 | 0.14 | 332.5 | 0.58 | 0.67 |
| Hex | DC | 7C | A8 | 0 | 2C | 18 | E | 14C | 3A | 43 |
| Octal | 334 | 174 | 250 | 0 | 54 | 30 | 16 | 514 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10101000 | 0 | 101100 | 11000 | 1110 | 101001100 | 111010 | 1000011 |
Color Harmonies of #DC7CA8
Complementary color
Monochromatic Colors of #DC7CA8
Black with #DC7CA8
Text Example
Text Example
White with #DC7CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CA8; }
p { color: rgb(220,124,168); }
H1.HeaderClassName
{
color: #DC7CA8;
}
.AnyTagClassName
{
color: #DC7CA8;
}
</style>
background-color css
<style>
a { background-color: #DC7CA8; }
a { background-color: rgb(220,124,168); }
div.DivClassName
{
background-color: #DC7CA8;
}
.BgClassName
{
background-color: #DC7CA8;
}
</style>
border-color css
<style>
span { border-color: #DC7CA8; }
span { border-color: rgb(220,124,168); }
td.TdClassName
{
border-color: #DC7CA8;
}
.TagClassName
{
border-color: #DC7CA8;
}
</style>