Shades of Kobi #DC7FB0
Tints of Kobi #DC7FB0
RGB
CMYK
RGB Variations
Color information
#DC7FB0 (or 0xDC7FB0) is known color: Kobi. HEX triplet: DC, 7F and B0. RGB value is (220,127,176). Sum of RGB (Red+Green+Blue) = 220+127+176=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7FB0 is #23804F. Grayscale: #A0A0A0. Windows color (decimal): -2326608 or 11567068. OLE color: 11567068.
HSL color Cylindrical-coordinate representation of color #DC7FB0: hue angle of 328.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FB0 is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 176 | - |
| CMYK | 0 | 0.42 | 0.2 | 0.14 |
| HSL | 328.39º | 0.57% | 0.68% | - |
| HSV(B) | 328.39º | 0.42% | 0.86% | - |
| XYZ | 44.94 | 33.53 | 45.18 | - |
| YUV | 160.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 176 | 0 | 0.42 | 0.2 | 0.14 | 328.39 | 0.57 | 0.68 |
| Hex | DC | 7F | B0 | 0 | 2A | 14 | E | 148 | 39 | 44 |
| Octal | 334 | 177 | 260 | 0 | 52 | 24 | 16 | 510 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10110000 | 0 | 101010 | 10100 | 1110 | 101001000 | 111001 | 1000100 |
Color Harmonies of #DC7FB0
Complementary color
Monochromatic Colors of #DC7FB0
Black with #DC7FB0
Text Example
Text Example
White with #DC7FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FB0; }
p { color: rgb(220,127,176); }
H1.HeaderClassName
{
color: #DC7FB0;
}
.AnyTagClassName
{
color: #DC7FB0;
}
</style>
background-color css
<style>
a { background-color: #DC7FB0; }
a { background-color: rgb(220,127,176); }
div.DivClassName
{
background-color: #DC7FB0;
}
.BgClassName
{
background-color: #DC7FB0;
}
</style>
border-color css
<style>
span { border-color: #DC7FB0; }
span { border-color: rgb(220,127,176); }
td.TdClassName
{
border-color: #DC7FB0;
}
.TagClassName
{
border-color: #DC7FB0;
}
</style>