Shades of Kobi #DC8AB2
Tints of Kobi #DC8AB2
RGB
CMYK
RGB Variations
Color information
#DC8AB2 (or 0xDC8AB2) is known color: Kobi. HEX triplet: DC, 8A and B2. RGB value is (220,138,178). Sum of RGB (Red+Green+Blue) = 220+138+178=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8AB2 is #23754D. Grayscale: #A7A7A7. Windows color (decimal): -2323790 or 11700956. OLE color: 11700956.
HSL color Cylindrical-coordinate representation of color #DC8AB2: hue angle of 330.73º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AB2 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 178 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.14 |
| HSL | 330.73º | 0.54% | 0.7% | - |
| HSV(B) | 330.73º | 0.37% | 0.86% | - |
| XYZ | 46.64 | 36.61 | 46.73 | - |
| YUV | 167.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 178 | 0 | 0.37 | 0.19 | 0.14 | 330.73 | 0.54 | 0.7 |
| Hex | DC | 8A | B2 | 0 | 25 | 13 | E | 14B | 36 | 46 |
| Octal | 334 | 212 | 262 | 0 | 45 | 23 | 16 | 513 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10110010 | 0 | 100101 | 10011 | 1110 | 101001011 | 110110 | 1000110 |
Color Harmonies of #DC8AB2
Complementary color
Monochromatic Colors of #DC8AB2
Black with #DC8AB2
Text Example
Text Example
White with #DC8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AB2; }
p { color: rgb(220,138,178); }
H1.HeaderClassName
{
color: #DC8AB2;
}
.AnyTagClassName
{
color: #DC8AB2;
}
</style>
background-color css
<style>
a { background-color: #DC8AB2; }
a { background-color: rgb(220,138,178); }
div.DivClassName
{
background-color: #DC8AB2;
}
.BgClassName
{
background-color: #DC8AB2;
}
</style>
border-color css
<style>
span { border-color: #DC8AB2; }
span { border-color: rgb(220,138,178); }
td.TdClassName
{
border-color: #DC8AB2;
}
.TagClassName
{
border-color: #DC8AB2;
}
</style>