Shades of Kobi #DC8DA3
Tints of Kobi #DC8DA3
RGB
CMYK
RGB Variations
Color information
#DC8DA3 (or 0xDC8DA3) is known color: Kobi. HEX triplet: DC, 8D and A3. RGB value is (220,141,163). Sum of RGB (Red+Green+Blue) = 220+141+163=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8DA3 is #23725C. Grayscale: #A7A7A7. Windows color (decimal): -2323037 or 10718684. OLE color: 10718684.
HSL color Cylindrical-coordinate representation of color #DC8DA3: hue angle of 343.29º 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 #DC8DA3 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 141 | 163 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.14 |
| HSL | 343.29º | 0.53% | 0.71% | - |
| HSV(B) | 343.29º | 0.36% | 0.86% | - |
| XYZ | 45.65 | 36.91 | 39.37 | - |
| YUV | 167.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 163 | 0 | 0.36 | 0.26 | 0.14 | 343.29 | 0.53 | 0.71 |
| Hex | DC | 8D | A3 | 0 | 24 | 1A | E | 157 | 35 | 47 |
| Octal | 334 | 215 | 243 | 0 | 44 | 32 | 16 | 527 | 65 | 107 |
| Binary | 11011100 | 10001101 | 10100011 | 0 | 100100 | 11010 | 1110 | 101010111 | 110101 | 1000111 |
Color Harmonies of #DC8DA3
Complementary color
Monochromatic Colors of #DC8DA3
Black with #DC8DA3
Text Example
Text Example
White with #DC8DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DA3; }
p { color: rgb(220,141,163); }
H1.HeaderClassName
{
color: #DC8DA3;
}
.AnyTagClassName
{
color: #DC8DA3;
}
</style>
background-color css
<style>
a { background-color: #DC8DA3; }
a { background-color: rgb(220,141,163); }
div.DivClassName
{
background-color: #DC8DA3;
}
.BgClassName
{
background-color: #DC8DA3;
}
</style>
border-color css
<style>
span { border-color: #DC8DA3; }
span { border-color: rgb(220,141,163); }
td.TdClassName
{
border-color: #DC8DA3;
}
.TagClassName
{
border-color: #DC8DA3;
}
</style>