Shades of Kobi #DC7DB0
Tints of Kobi #DC7DB0
RGB
CMYK
RGB Variations
Color information
#DC7DB0 (or 0xDC7DB0) is known color: Kobi. HEX triplet: DC, 7D and B0. RGB value is (220,125,176). Sum of RGB (Red+Green+Blue) = 220+125+176=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7DB0 is #23824F. Grayscale: #9F9F9F. Windows color (decimal): -2327120 or 11566556. OLE color: 11566556.
HSL color Cylindrical-coordinate representation of color #DC7DB0: hue angle of 327.79º 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 #DC7DB0 is Cyan = 0, Magento = 0.43, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 176 | - |
| CMYK | 0 | 0.43 | 0.2 | 0.14 |
| HSL | 327.79º | 0.58% | 0.68% | - |
| HSV(B) | 327.79º | 0.43% | 0.86% | - |
| XYZ | 44.69 | 33.02 | 45.09 | - |
| YUV | 159.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 176 | 0 | 0.43 | 0.2 | 0.14 | 327.79 | 0.58 | 0.68 |
| Hex | DC | 7D | B0 | 0 | 2B | 14 | E | 148 | 3A | 44 |
| Octal | 334 | 175 | 260 | 0 | 53 | 24 | 16 | 510 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10110000 | 0 | 101011 | 10100 | 1110 | 101001000 | 111010 | 1000100 |
Color Harmonies of #DC7DB0
Complementary color
Monochromatic Colors of #DC7DB0
Black with #DC7DB0
Text Example
Text Example
White with #DC7DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DB0; }
p { color: rgb(220,125,176); }
H1.HeaderClassName
{
color: #DC7DB0;
}
.AnyTagClassName
{
color: #DC7DB0;
}
</style>
background-color css
<style>
a { background-color: #DC7DB0; }
a { background-color: rgb(220,125,176); }
div.DivClassName
{
background-color: #DC7DB0;
}
.BgClassName
{
background-color: #DC7DB0;
}
</style>
border-color css
<style>
span { border-color: #DC7DB0; }
span { border-color: rgb(220,125,176); }
td.TdClassName
{
border-color: #DC7DB0;
}
.TagClassName
{
border-color: #DC7DB0;
}
</style>