Shades of Heliotrope #DC8AF5
Tints of Heliotrope #DC8AF5
RGB
CMYK
RGB Variations
Color information
#DC8AF5 (or 0xDC8AF5) is known color: Heliotrope. HEX triplet: DC, 8A and F5. RGB value is (220,138,245). Sum of RGB (Red+Green+Blue) = 220+138+245=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC8AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8AF5 is #23750A. Grayscale: #AEAEAE. Windows color (decimal): -2323723 or 16091868. OLE color: 16091868.
HSL color Cylindrical-coordinate representation of color #DC8AF5: hue angle of 285.98º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC8AF5 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 138 | 245 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.04 |
| HSL | 285.98º | 0.84% | 0.75% | - |
| HSV(B) | 285.98º | 0.44% | 0.96% | - |
| XYZ | 55.09 | 39.99 | 91.2 | - |
| YUV | 174.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 245 | 0.10 | 0.44 | 0 | 0.04 | 285.98 | 0.84 | 0.75 |
| Hex | DC | 8A | F5 | A | 2C | 0 | 4 | 11E | 54 | 4B |
| Octal | 334 | 212 | 365 | 12 | 54 | 0 | 4 | 436 | 124 | 113 |
| Binary | 11011100 | 10001010 | 11110101 | 1010 | 101100 | 0 | 100 | 100011110 | 1010100 | 1001011 |
Color Harmonies of #DC8AF5
Complementary color
Monochromatic Colors of #DC8AF5
Black with #DC8AF5
Text Example
Text Example
White with #DC8AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AF5; }
p { color: rgb(220,138,245); }
H1.HeaderClassName
{
color: #DC8AF5;
}
.AnyTagClassName
{
color: #DC8AF5;
}
</style>
background-color css
<style>
a { background-color: #DC8AF5; }
a { background-color: rgb(220,138,245); }
div.DivClassName
{
background-color: #DC8AF5;
}
.BgClassName
{
background-color: #DC8AF5;
}
</style>
border-color css
<style>
span { border-color: #DC8AF5; }
span { border-color: rgb(220,138,245); }
td.TdClassName
{
border-color: #DC8AF5;
}
.TagClassName
{
border-color: #DC8AF5;
}
</style>