Shades of Kobi #DC8AAF
Tints of Kobi #DC8AAF
RGB
CMYK
RGB Variations
Color information
#DC8AAF (or 0xDC8AAF) is known color: Kobi. HEX triplet: DC, 8A and AF. RGB value is (220,138,175). Sum of RGB (Red+Green+Blue) = 220+138+175=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8AAF is #237550. Grayscale: #A6A6A6. Windows color (decimal): -2323793 or 11504348. OLE color: 11504348.
HSL color Cylindrical-coordinate representation of color #DC8AAF: hue angle of 332.93º 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 #DC8AAF is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 175 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.14 |
| HSL | 332.93º | 0.54% | 0.7% | - |
| HSV(B) | 332.93º | 0.37% | 0.86% | - |
| XYZ | 46.34 | 36.49 | 45.16 | - |
| YUV | 166.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 175 | 0 | 0.37 | 0.20 | 0.14 | 332.93 | 0.54 | 0.7 |
| Hex | DC | 8A | AF | 0 | 25 | 14 | E | 14D | 36 | 46 |
| Octal | 334 | 212 | 257 | 0 | 45 | 24 | 16 | 515 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10101111 | 0 | 100101 | 10100 | 1110 | 101001101 | 110110 | 1000110 |
Color Harmonies of #DC8AAF
Complementary color
Monochromatic Colors of #DC8AAF
Black with #DC8AAF
Text Example
Text Example
White with #DC8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AAF; }
p { color: rgb(220,138,175); }
H1.HeaderClassName
{
color: #DC8AAF;
}
.AnyTagClassName
{
color: #DC8AAF;
}
</style>
background-color css
<style>
a { background-color: #DC8AAF; }
a { background-color: rgb(220,138,175); }
div.DivClassName
{
background-color: #DC8AAF;
}
.BgClassName
{
background-color: #DC8AAF;
}
</style>
border-color css
<style>
span { border-color: #DC8AAF; }
span { border-color: rgb(220,138,175); }
td.TdClassName
{
border-color: #DC8AAF;
}
.TagClassName
{
border-color: #DC8AAF;
}
</style>