Shades of Kobi #DC8DA9
Tints of Kobi #DC8DA9
RGB
CMYK
RGB Variations
Color information
#DC8DA9 (or 0xDC8DA9) is known color: Kobi. HEX triplet: DC, 8D and A9. RGB value is (220,141,169). Sum of RGB (Red+Green+Blue) = 220+141+169=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8DA9 is #237256. Grayscale: #A7A7A7. Windows color (decimal): -2323031 or 11111900. OLE color: 11111900.
HSL color Cylindrical-coordinate representation of color #DC8DA9: hue angle of 338.73º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8DA9 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 169 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.14 |
| HSL | 338.73º | 0.53% | 0.71% | - |
| HSV(B) | 338.73º | 0.36% | 0.86% | - |
| XYZ | 46.2 | 37.13 | 42.27 | - |
| YUV | 167.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 169 | 0 | 0.36 | 0.23 | 0.14 | 338.73 | 0.53 | 0.71 |
| Hex | DC | 8D | A9 | 0 | 24 | 17 | E | 153 | 35 | 47 |
| Octal | 334 | 215 | 251 | 0 | 44 | 27 | 16 | 523 | 65 | 107 |
| Binary | 11011100 | 10001101 | 10101001 | 0 | 100100 | 10111 | 1110 | 101010011 | 110101 | 1000111 |
Color Harmonies of #DC8DA9
Complementary color
Monochromatic Colors of #DC8DA9
Black with #DC8DA9
Text Example
Text Example
White with #DC8DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DA9; }
p { color: rgb(220,141,169); }
H1.HeaderClassName
{
color: #DC8DA9;
}
.AnyTagClassName
{
color: #DC8DA9;
}
</style>
background-color css
<style>
a { background-color: #DC8DA9; }
a { background-color: rgb(220,141,169); }
div.DivClassName
{
background-color: #DC8DA9;
}
.BgClassName
{
background-color: #DC8DA9;
}
</style>
border-color css
<style>
span { border-color: #DC8DA9; }
span { border-color: rgb(220,141,169); }
td.TdClassName
{
border-color: #DC8DA9;
}
.TagClassName
{
border-color: #DC8DA9;
}
</style>