Shades of Kobi #DC8DB1
Tints of Kobi #DC8DB1
RGB
CMYK
RGB Variations
Color information
#DC8DB1 (or 0xDC8DB1) is known color: Kobi. HEX triplet: DC, 8D and B1. RGB value is (220,141,177). Sum of RGB (Red+Green+Blue) = 220+141+177=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8DB1 is #23724E. Grayscale: #A8A8A8. Windows color (decimal): -2323023 or 11636188. OLE color: 11636188.
HSL color Cylindrical-coordinate representation of color #DC8DB1: hue angle of 332.66º 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 #DC8DB1 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 177 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.14 |
| HSL | 332.66º | 0.53% | 0.71% | - |
| HSV(B) | 332.66º | 0.36% | 0.86% | - |
| XYZ | 46.98 | 37.44 | 46.35 | - |
| YUV | 168.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 177 | 0 | 0.36 | 0.20 | 0.14 | 332.66 | 0.53 | 0.71 |
| Hex | DC | 8D | B1 | 0 | 24 | 14 | E | 14D | 35 | 47 |
| Octal | 334 | 215 | 261 | 0 | 44 | 24 | 16 | 515 | 65 | 107 |
| Binary | 11011100 | 10001101 | 10110001 | 0 | 100100 | 10100 | 1110 | 101001101 | 110101 | 1000111 |
Color Harmonies of #DC8DB1
Complementary color
Monochromatic Colors of #DC8DB1
Black with #DC8DB1
Text Example
Text Example
White with #DC8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DB1; }
p { color: rgb(220,141,177); }
H1.HeaderClassName
{
color: #DC8DB1;
}
.AnyTagClassName
{
color: #DC8DB1;
}
</style>
background-color css
<style>
a { background-color: #DC8DB1; }
a { background-color: rgb(220,141,177); }
div.DivClassName
{
background-color: #DC8DB1;
}
.BgClassName
{
background-color: #DC8DB1;
}
</style>
border-color css
<style>
span { border-color: #DC8DB1; }
span { border-color: rgb(220,141,177); }
td.TdClassName
{
border-color: #DC8DB1;
}
.TagClassName
{
border-color: #DC8DB1;
}
</style>