Shades of Kobi #DC80AD
Tints of Kobi #DC80AD
RGB
CMYK
RGB Variations
Color information
#DC80AD (or 0xDC80AD) is known color: Kobi. HEX triplet: DC, 80 and AD. RGB value is (220,128,173). Sum of RGB (Red+Green+Blue) = 220+128+173=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC80AD is #237F52. Grayscale: #A0A0A0. Windows color (decimal): -2326355 or 11370716. OLE color: 11370716.
HSL color Cylindrical-coordinate representation of color #DC80AD: hue angle of 330.65º 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 #DC80AD is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 173 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.14 |
| HSL | 330.65º | 0.57% | 0.68% | - |
| HSV(B) | 330.65º | 0.42% | 0.86% | - |
| XYZ | 44.78 | 33.67 | 43.67 | - |
| YUV | 160.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 173 | 0 | 0.42 | 0.21 | 0.14 | 330.65 | 0.57 | 0.68 |
| Hex | DC | 80 | AD | 0 | 2A | 15 | E | 14B | 39 | 44 |
| Octal | 334 | 200 | 255 | 0 | 52 | 25 | 16 | 513 | 71 | 104 |
| Binary | 11011100 | 10000000 | 10101101 | 0 | 101010 | 10101 | 1110 | 101001011 | 111001 | 1000100 |
Color Harmonies of #DC80AD
Complementary color
Monochromatic Colors of #DC80AD
Black with #DC80AD
Text Example
Text Example
White with #DC80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80AD; }
p { color: rgb(220,128,173); }
H1.HeaderClassName
{
color: #DC80AD;
}
.AnyTagClassName
{
color: #DC80AD;
}
</style>
background-color css
<style>
a { background-color: #DC80AD; }
a { background-color: rgb(220,128,173); }
div.DivClassName
{
background-color: #DC80AD;
}
.BgClassName
{
background-color: #DC80AD;
}
</style>
border-color css
<style>
span { border-color: #DC80AD; }
span { border-color: rgb(220,128,173); }
td.TdClassName
{
border-color: #DC80AD;
}
.TagClassName
{
border-color: #DC80AD;
}
</style>