Shades of Kobi #DC85AD
Tints of Kobi #DC85AD
RGB
CMYK
RGB Variations
Color information
#DC85AD (or 0xDC85AD) is known color: Kobi. HEX triplet: DC, 85 and AD. RGB value is (220,133,173). Sum of RGB (Red+Green+Blue) = 220+133+173=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC85AD is #237A52. Grayscale: #A3A3A3. Windows color (decimal): -2325075 or 11371996. OLE color: 11371996.
HSL color Cylindrical-coordinate representation of color #DC85AD: hue angle of 332.41º degrees, saturation: 0.55, 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 #DC85AD is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 173 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.14 |
| HSL | 332.41º | 0.55% | 0.69% | - |
| HSV(B) | 332.41º | 0.4% | 0.86% | - |
| XYZ | 45.45 | 35.01 | 43.9 | - |
| YUV | 163.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 173 | 0 | 0.40 | 0.21 | 0.14 | 332.41 | 0.55 | 0.69 |
| Hex | DC | 85 | AD | 0 | 28 | 15 | E | 14C | 37 | 45 |
| Octal | 334 | 205 | 255 | 0 | 50 | 25 | 16 | 514 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10101101 | 0 | 101000 | 10101 | 1110 | 101001100 | 110111 | 1000101 |
Color Harmonies of #DC85AD
Complementary color
Monochromatic Colors of #DC85AD
Black with #DC85AD
Text Example
Text Example
White with #DC85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85AD; }
p { color: rgb(220,133,173); }
H1.HeaderClassName
{
color: #DC85AD;
}
.AnyTagClassName
{
color: #DC85AD;
}
</style>
background-color css
<style>
a { background-color: #DC85AD; }
a { background-color: rgb(220,133,173); }
div.DivClassName
{
background-color: #DC85AD;
}
.BgClassName
{
background-color: #DC85AD;
}
</style>
border-color css
<style>
span { border-color: #DC85AD; }
span { border-color: rgb(220,133,173); }
td.TdClassName
{
border-color: #DC85AD;
}
.TagClassName
{
border-color: #DC85AD;
}
</style>