Shades of Kobi #DC88AD
Tints of Kobi #DC88AD
RGB
CMYK
RGB Variations
Color information
#DC88AD (or 0xDC88AD) is known color: Kobi. HEX triplet: DC, 88 and AD. RGB value is (220,136,173). Sum of RGB (Red+Green+Blue) = 220+136+173=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88AD is #237752. Grayscale: #A5A5A5. Windows color (decimal): -2324307 or 11372764. OLE color: 11372764.
HSL color Cylindrical-coordinate representation of color #DC88AD: hue angle of 333.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88AD is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 173 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.14 |
| HSL | 333.57º | 0.55% | 0.7% | - |
| HSV(B) | 333.57º | 0.38% | 0.86% | - |
| XYZ | 45.86 | 35.84 | 44.04 | - |
| YUV | 165.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 173 | 0 | 0.38 | 0.21 | 0.14 | 333.57 | 0.55 | 0.7 |
| Hex | DC | 88 | AD | 0 | 26 | 15 | E | 14E | 37 | 46 |
| Octal | 334 | 210 | 255 | 0 | 46 | 25 | 16 | 516 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10101101 | 0 | 100110 | 10101 | 1110 | 101001110 | 110111 | 1000110 |
Color Harmonies of #DC88AD
Complementary color
Monochromatic Colors of #DC88AD
Black with #DC88AD
Text Example
Text Example
White with #DC88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88AD; }
p { color: rgb(220,136,173); }
H1.HeaderClassName
{
color: #DC88AD;
}
.AnyTagClassName
{
color: #DC88AD;
}
</style>
background-color css
<style>
a { background-color: #DC88AD; }
a { background-color: rgb(220,136,173); }
div.DivClassName
{
background-color: #DC88AD;
}
.BgClassName
{
background-color: #DC88AD;
}
</style>
border-color css
<style>
span { border-color: #DC88AD; }
span { border-color: rgb(220,136,173); }
td.TdClassName
{
border-color: #DC88AD;
}
.TagClassName
{
border-color: #DC88AD;
}
</style>