Shades of Kobi #DC84B0
Tints of Kobi #DC84B0
RGB
CMYK
RGB Variations
Color information
#DC84B0 (or 0xDC84B0) is known color: Kobi. HEX triplet: DC, 84 and B0. RGB value is (220,132,176). Sum of RGB (Red+Green+Blue) = 220+132+176=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC84B0 is #237B4F. Grayscale: #A3A3A3. Windows color (decimal): -2325328 or 11568348. OLE color: 11568348.
HSL color Cylindrical-coordinate representation of color #DC84B0: hue angle of 330º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC84B0 is Cyan = 0, Magento = 0.40, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 176 | - |
| CMYK | 0 | 0.40 | 0.2 | 0.14 |
| HSL | 330º | 0.56% | 0.69% | - |
| HSV(B) | 330º | 0.4% | 0.86% | - |
| XYZ | 45.6 | 34.85 | 45.4 | - |
| YUV | 163.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 176 | 0 | 0.40 | 0.2 | 0.14 | 330 | 0.56 | 0.69 |
| Hex | DC | 84 | B0 | 0 | 28 | 14 | E | 14A | 38 | 45 |
| Octal | 334 | 204 | 260 | 0 | 50 | 24 | 16 | 512 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10110000 | 0 | 101000 | 10100 | 1110 | 101001010 | 111000 | 1000101 |
Color Harmonies of #DC84B0
Complementary color
Monochromatic Colors of #DC84B0
Black with #DC84B0
Text Example
Text Example
White with #DC84B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84B0; }
p { color: rgb(220,132,176); }
H1.HeaderClassName
{
color: #DC84B0;
}
.AnyTagClassName
{
color: #DC84B0;
}
</style>
background-color css
<style>
a { background-color: #DC84B0; }
a { background-color: rgb(220,132,176); }
div.DivClassName
{
background-color: #DC84B0;
}
.BgClassName
{
background-color: #DC84B0;
}
</style>
border-color css
<style>
span { border-color: #DC84B0; }
span { border-color: rgb(220,132,176); }
td.TdClassName
{
border-color: #DC84B0;
}
.TagClassName
{
border-color: #DC84B0;
}
</style>