Shades of Kobi #DC7CAF
Tints of Kobi #DC7CAF
RGB
CMYK
RGB Variations
Color information
#DC7CAF (or 0xDC7CAF) is known color: Kobi. HEX triplet: DC, 7C and AF. RGB value is (220,124,175). Sum of RGB (Red+Green+Blue) = 220+124+175=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7CAF is #238350. Grayscale: #9E9E9E. Windows color (decimal): -2327377 or 11500764. OLE color: 11500764.
HSL color Cylindrical-coordinate representation of color #DC7CAF: hue angle of 328.12º 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 #DC7CAF is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 175 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.14 |
| HSL | 328.13º | 0.58% | 0.67% | - |
| HSV(B) | 328.13º | 0.44% | 0.86% | - |
| XYZ | 44.46 | 32.73 | 44.53 | - |
| YUV | 158.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 175 | 0 | 0.44 | 0.20 | 0.14 | 328.13 | 0.58 | 0.67 |
| Hex | DC | 7C | AF | 0 | 2C | 14 | E | 148 | 3A | 43 |
| Octal | 334 | 174 | 257 | 0 | 54 | 24 | 16 | 510 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10101111 | 0 | 101100 | 10100 | 1110 | 101001000 | 111010 | 1000011 |
Color Harmonies of #DC7CAF
Complementary color
Monochromatic Colors of #DC7CAF
Black with #DC7CAF
Text Example
Text Example
White with #DC7CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CAF; }
p { color: rgb(220,124,175); }
H1.HeaderClassName
{
color: #DC7CAF;
}
.AnyTagClassName
{
color: #DC7CAF;
}
</style>
background-color css
<style>
a { background-color: #DC7CAF; }
a { background-color: rgb(220,124,175); }
div.DivClassName
{
background-color: #DC7CAF;
}
.BgClassName
{
background-color: #DC7CAF;
}
</style>
border-color css
<style>
span { border-color: #DC7CAF; }
span { border-color: rgb(220,124,175); }
td.TdClassName
{
border-color: #DC7CAF;
}
.TagClassName
{
border-color: #DC7CAF;
}
</style>