Shades of Kobi #DC84A3
Tints of Kobi #DC84A3
RGB
CMYK
RGB Variations
Color information
#DC84A3 (or 0xDC84A3) is known color: Kobi. HEX triplet: DC, 84 and A3. RGB value is (220,132,163). Sum of RGB (Red+Green+Blue) = 220+132+163=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC84A3 is #237B5C. Grayscale: #A1A1A1. Windows color (decimal): -2325341 or 10716380. OLE color: 10716380.
HSL color Cylindrical-coordinate representation of color #DC84A3: hue angle of 338.86º 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 #DC84A3 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 163 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.14 |
| HSL | 338.86º | 0.56% | 0.69% | - |
| HSV(B) | 338.86º | 0.4% | 0.86% | - |
| XYZ | 44.38 | 34.36 | 38.94 | - |
| YUV | 161.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 163 | 0 | 0.40 | 0.26 | 0.14 | 338.86 | 0.56 | 0.69 |
| Hex | DC | 84 | A3 | 0 | 28 | 1A | E | 153 | 38 | 45 |
| Octal | 334 | 204 | 243 | 0 | 50 | 32 | 16 | 523 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10100011 | 0 | 101000 | 11010 | 1110 | 101010011 | 111000 | 1000101 |
Color Harmonies of #DC84A3
Complementary color
Monochromatic Colors of #DC84A3
Black with #DC84A3
Text Example
Text Example
White with #DC84A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84A3; }
p { color: rgb(220,132,163); }
H1.HeaderClassName
{
color: #DC84A3;
}
.AnyTagClassName
{
color: #DC84A3;
}
</style>
background-color css
<style>
a { background-color: #DC84A3; }
a { background-color: rgb(220,132,163); }
div.DivClassName
{
background-color: #DC84A3;
}
.BgClassName
{
background-color: #DC84A3;
}
</style>
border-color css
<style>
span { border-color: #DC84A3; }
span { border-color: rgb(220,132,163); }
td.TdClassName
{
border-color: #DC84A3;
}
.TagClassName
{
border-color: #DC84A3;
}
</style>