Shades of Kobi #DC82B0
Tints of Kobi #DC82B0
RGB
CMYK
RGB Variations
Color information
#DC82B0 (or 0xDC82B0) is known color: Kobi. HEX triplet: DC, 82 and B0. RGB value is (220,130,176). Sum of RGB (Red+Green+Blue) = 220+130+176=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC82B0 is #237D4F. Grayscale: #A2A2A2. Windows color (decimal): -2325840 or 11567836. OLE color: 11567836.
HSL color Cylindrical-coordinate representation of color #DC82B0: hue angle of 329.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82B0 is Cyan = 0, Magento = 0.41, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 176 | - |
| CMYK | 0 | 0.41 | 0.2 | 0.14 |
| HSL | 329.33º | 0.56% | 0.69% | - |
| HSV(B) | 329.33º | 0.41% | 0.86% | - |
| XYZ | 45.33 | 34.32 | 45.31 | - |
| YUV | 162.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 176 | 0 | 0.41 | 0.2 | 0.14 | 329.33 | 0.56 | 0.69 |
| Hex | DC | 82 | B0 | 0 | 29 | 14 | E | 149 | 38 | 45 |
| Octal | 334 | 202 | 260 | 0 | 51 | 24 | 16 | 511 | 70 | 105 |
| Binary | 11011100 | 10000010 | 10110000 | 0 | 101001 | 10100 | 1110 | 101001001 | 111000 | 1000101 |
Color Harmonies of #DC82B0
Complementary color
Monochromatic Colors of #DC82B0
Black with #DC82B0
Text Example
Text Example
White with #DC82B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82B0; }
p { color: rgb(220,130,176); }
H1.HeaderClassName
{
color: #DC82B0;
}
.AnyTagClassName
{
color: #DC82B0;
}
</style>
background-color css
<style>
a { background-color: #DC82B0; }
a { background-color: rgb(220,130,176); }
div.DivClassName
{
background-color: #DC82B0;
}
.BgClassName
{
background-color: #DC82B0;
}
</style>
border-color css
<style>
span { border-color: #DC82B0; }
span { border-color: rgb(220,130,176); }
td.TdClassName
{
border-color: #DC82B0;
}
.TagClassName
{
border-color: #DC82B0;
}
</style>