Shades of Kobi #DC7BAE
Tints of Kobi #DC7BAE
RGB
CMYK
RGB Variations
Color information
#DC7BAE (or 0xDC7BAE) is known color: Kobi. HEX triplet: DC, 7B and AE. RGB value is (220,123,174). Sum of RGB (Red+Green+Blue) = 220+123+174=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BAE is #238451. Grayscale: #9D9D9D. Windows color (decimal): -2327634 or 11434972. OLE color: 11434972.
HSL color Cylindrical-coordinate representation of color #DC7BAE: hue angle of 328.45º 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 #DC7BAE is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 174 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.14 |
| HSL | 328.45º | 0.58% | 0.67% | - |
| HSV(B) | 328.45º | 0.44% | 0.86% | - |
| XYZ | 44.24 | 32.44 | 43.97 | - |
| YUV | 157.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 174 | 0 | 0.44 | 0.21 | 0.14 | 328.45 | 0.58 | 0.67 |
| Hex | DC | 7B | AE | 0 | 2C | 15 | E | 148 | 3A | 43 |
| Octal | 334 | 173 | 256 | 0 | 54 | 25 | 16 | 510 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10101110 | 0 | 101100 | 10101 | 1110 | 101001000 | 111010 | 1000011 |
Color Harmonies of #DC7BAE
Complementary color
Monochromatic Colors of #DC7BAE
Black with #DC7BAE
Text Example
Text Example
White with #DC7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BAE; }
p { color: rgb(220,123,174); }
H1.HeaderClassName
{
color: #DC7BAE;
}
.AnyTagClassName
{
color: #DC7BAE;
}
</style>
background-color css
<style>
a { background-color: #DC7BAE; }
a { background-color: rgb(220,123,174); }
div.DivClassName
{
background-color: #DC7BAE;
}
.BgClassName
{
background-color: #DC7BAE;
}
</style>
border-color css
<style>
span { border-color: #DC7BAE; }
span { border-color: rgb(220,123,174); }
td.TdClassName
{
border-color: #DC7BAE;
}
.TagClassName
{
border-color: #DC7BAE;
}
</style>