Shades of Kobi #DC88B2
Tints of Kobi #DC88B2
RGB
CMYK
RGB Variations
Color information
#DC88B2 (or 0xDC88B2) is known color: Kobi. HEX triplet: DC, 88 and B2. RGB value is (220,136,178). Sum of RGB (Red+Green+Blue) = 220+136+178=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88B2 is #23774D. Grayscale: #A5A5A5. Windows color (decimal): -2324302 or 11700444. OLE color: 11700444.
HSL color Cylindrical-coordinate representation of color #DC88B2: hue angle of 330º 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 #DC88B2 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 178 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.14 |
| HSL | 330º | 0.55% | 0.7% | - |
| HSV(B) | 330º | 0.38% | 0.86% | - |
| XYZ | 46.36 | 36.04 | 46.63 | - |
| YUV | 165.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 178 | 0 | 0.38 | 0.19 | 0.14 | 330 | 0.55 | 0.7 |
| Hex | DC | 88 | B2 | 0 | 26 | 13 | E | 14A | 37 | 46 |
| Octal | 334 | 210 | 262 | 0 | 46 | 23 | 16 | 512 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10110010 | 0 | 100110 | 10011 | 1110 | 101001010 | 110111 | 1000110 |
Color Harmonies of #DC88B2
Complementary color
Monochromatic Colors of #DC88B2
Black with #DC88B2
Text Example
Text Example
White with #DC88B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88B2; }
p { color: rgb(220,136,178); }
H1.HeaderClassName
{
color: #DC88B2;
}
.AnyTagClassName
{
color: #DC88B2;
}
</style>
background-color css
<style>
a { background-color: #DC88B2; }
a { background-color: rgb(220,136,178); }
div.DivClassName
{
background-color: #DC88B2;
}
.BgClassName
{
background-color: #DC88B2;
}
</style>
border-color css
<style>
span { border-color: #DC88B2; }
span { border-color: rgb(220,136,178); }
td.TdClassName
{
border-color: #DC88B2;
}
.TagClassName
{
border-color: #DC88B2;
}
</style>