Shades of Kobi #DC7DAE
Tints of Kobi #DC7DAE
RGB
CMYK
RGB Variations
Color information
#DC7DAE (or 0xDC7DAE) is known color: Kobi. HEX triplet: DC, 7D and AE. RGB value is (220,125,174). Sum of RGB (Red+Green+Blue) = 220+125+174=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DAE is #238251. Grayscale: #9E9E9E. Windows color (decimal): -2327122 or 11435484. OLE color: 11435484.
HSL color Cylindrical-coordinate representation of color #DC7DAE: hue angle of 329.05º degrees, saturation: 0.58, 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 #DC7DAE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 174 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.14 |
| HSL | 329.05º | 0.58% | 0.68% | - |
| HSV(B) | 329.05º | 0.43% | 0.86% | - |
| XYZ | 44.49 | 32.94 | 44.06 | - |
| YUV | 158.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 174 | 0 | 0.43 | 0.21 | 0.14 | 329.05 | 0.58 | 0.68 |
| Hex | DC | 7D | AE | 0 | 2B | 15 | E | 149 | 3A | 44 |
| Octal | 334 | 175 | 256 | 0 | 53 | 25 | 16 | 511 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10101110 | 0 | 101011 | 10101 | 1110 | 101001001 | 111010 | 1000100 |
Color Harmonies of #DC7DAE
Complementary color
Monochromatic Colors of #DC7DAE
Black with #DC7DAE
Text Example
Text Example
White with #DC7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DAE; }
p { color: rgb(220,125,174); }
H1.HeaderClassName
{
color: #DC7DAE;
}
.AnyTagClassName
{
color: #DC7DAE;
}
</style>
background-color css
<style>
a { background-color: #DC7DAE; }
a { background-color: rgb(220,125,174); }
div.DivClassName
{
background-color: #DC7DAE;
}
.BgClassName
{
background-color: #DC7DAE;
}
</style>
border-color css
<style>
span { border-color: #DC7DAE; }
span { border-color: rgb(220,125,174); }
td.TdClassName
{
border-color: #DC7DAE;
}
.TagClassName
{
border-color: #DC7DAE;
}
</style>