Shades of Kobi #DC88A8
Tints of Kobi #DC88A8
RGB
CMYK
RGB Variations
Color information
#DC88A8 (or 0xDC88A8) is known color: Kobi. HEX triplet: DC, 88 and A8. RGB value is (220,136,168). Sum of RGB (Red+Green+Blue) = 220+136+168=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88A8 is #237757. Grayscale: #A4A4A4. Windows color (decimal): -2324312 or 11045084. OLE color: 11045084.
HSL color Cylindrical-coordinate representation of color #DC88A8: hue angle of 337.14º 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 #DC88A8 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 168 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.14 |
| HSL | 337.14º | 0.55% | 0.7% | - |
| HSV(B) | 337.14º | 0.38% | 0.86% | - |
| XYZ | 45.39 | 35.65 | 41.53 | - |
| YUV | 164.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 168 | 0 | 0.38 | 0.24 | 0.14 | 337.14 | 0.55 | 0.7 |
| Hex | DC | 88 | A8 | 0 | 26 | 18 | E | 151 | 37 | 46 |
| Octal | 334 | 210 | 250 | 0 | 46 | 30 | 16 | 521 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10101000 | 0 | 100110 | 11000 | 1110 | 101010001 | 110111 | 1000110 |
Color Harmonies of #DC88A8
Complementary color
Monochromatic Colors of #DC88A8
Black with #DC88A8
Text Example
Text Example
White with #DC88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88A8; }
p { color: rgb(220,136,168); }
H1.HeaderClassName
{
color: #DC88A8;
}
.AnyTagClassName
{
color: #DC88A8;
}
</style>
background-color css
<style>
a { background-color: #DC88A8; }
a { background-color: rgb(220,136,168); }
div.DivClassName
{
background-color: #DC88A8;
}
.BgClassName
{
background-color: #DC88A8;
}
</style>
border-color css
<style>
span { border-color: #DC88A8; }
span { border-color: rgb(220,136,168); }
td.TdClassName
{
border-color: #DC88A8;
}
.TagClassName
{
border-color: #DC88A8;
}
</style>