Shades of Kobi #DC85AF
Tints of Kobi #DC85AF
RGB
CMYK
RGB Variations
Color information
#DC85AF (or 0xDC85AF) is known color: Kobi. HEX triplet: DC, 85 and AF. RGB value is (220,133,175). Sum of RGB (Red+Green+Blue) = 220+133+175=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC85AF is #237A50. Grayscale: #A3A3A3. Windows color (decimal): -2325073 or 11503068. OLE color: 11503068.
HSL color Cylindrical-coordinate representation of color #DC85AF: hue angle of 331.03º 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 #DC85AF is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 175 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.14 |
| HSL | 331.03º | 0.55% | 0.69% | - |
| HSV(B) | 331.03º | 0.4% | 0.86% | - |
| XYZ | 45.64 | 35.09 | 44.92 | - |
| YUV | 163.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 175 | 0 | 0.40 | 0.20 | 0.14 | 331.03 | 0.55 | 0.69 |
| Hex | DC | 85 | AF | 0 | 28 | 14 | E | 14B | 37 | 45 |
| Octal | 334 | 205 | 257 | 0 | 50 | 24 | 16 | 513 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10101111 | 0 | 101000 | 10100 | 1110 | 101001011 | 110111 | 1000101 |
Color Harmonies of #DC85AF
Complementary color
Monochromatic Colors of #DC85AF
Black with #DC85AF
Text Example
Text Example
White with #DC85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85AF; }
p { color: rgb(220,133,175); }
H1.HeaderClassName
{
color: #DC85AF;
}
.AnyTagClassName
{
color: #DC85AF;
}
</style>
background-color css
<style>
a { background-color: #DC85AF; }
a { background-color: rgb(220,133,175); }
div.DivClassName
{
background-color: #DC85AF;
}
.BgClassName
{
background-color: #DC85AF;
}
</style>
border-color css
<style>
span { border-color: #DC85AF; }
span { border-color: rgb(220,133,175); }
td.TdClassName
{
border-color: #DC85AF;
}
.TagClassName
{
border-color: #DC85AF;
}
</style>