Shades of Kobi #DC84B2
Tints of Kobi #DC84B2
RGB
CMYK
RGB Variations
Color information
#DC84B2 (or 0xDC84B2) is known color: Kobi. HEX triplet: DC, 84 and B2. RGB value is (220,132,178). Sum of RGB (Red+Green+Blue) = 220+132+178=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC84B2 is #237B4D. Grayscale: #A3A3A3. Windows color (decimal): -2325326 or 11699420. OLE color: 11699420.
HSL color Cylindrical-coordinate representation of color #DC84B2: hue angle of 328.64º 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 #DC84B2 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 178 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.14 |
| HSL | 328.64º | 0.56% | 0.69% | - |
| HSV(B) | 328.64º | 0.4% | 0.86% | - |
| XYZ | 45.8 | 34.93 | 46.45 | - |
| YUV | 163.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 178 | 0 | 0.40 | 0.19 | 0.14 | 328.64 | 0.56 | 0.69 |
| Hex | DC | 84 | B2 | 0 | 28 | 13 | E | 149 | 38 | 45 |
| Octal | 334 | 204 | 262 | 0 | 50 | 23 | 16 | 511 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10110010 | 0 | 101000 | 10011 | 1110 | 101001001 | 111000 | 1000101 |
Color Harmonies of #DC84B2
Complementary color
Monochromatic Colors of #DC84B2
Black with #DC84B2
Text Example
Text Example
White with #DC84B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84B2; }
p { color: rgb(220,132,178); }
H1.HeaderClassName
{
color: #DC84B2;
}
.AnyTagClassName
{
color: #DC84B2;
}
</style>
background-color css
<style>
a { background-color: #DC84B2; }
a { background-color: rgb(220,132,178); }
div.DivClassName
{
background-color: #DC84B2;
}
.BgClassName
{
background-color: #DC84B2;
}
</style>
border-color css
<style>
span { border-color: #DC84B2; }
span { border-color: rgb(220,132,178); }
td.TdClassName
{
border-color: #DC84B2;
}
.TagClassName
{
border-color: #DC84B2;
}
</style>