Shades of Heliotrope #DC5AFF
Tints of Heliotrope #DC5AFF
RGB
CMYK
RGB Variations
Color information
#DC5AFF (or 0xDC5AFF) is known color: Heliotrope. HEX triplet: DC, 5A and FF. RGB value is (220,90,255). Sum of RGB (Red+Green+Blue) = 220+90+255=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 90 (35.55% from 255 or 15.93% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5AFF is #23A500. Grayscale: #939393. Windows color (decimal): -2336001 or 16734940. OLE color: 16734940.
HSL color Cylindrical-coordinate representation of color #DC5AFF: hue angle of 287.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC5AFF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 90 | 255 | - |
| CMYK | 0.14 | 0.65 | 0 | 0 |
| HSL | 287.27º | 1% | 0.68% | - |
| HSV(B) | 287.27º | 0.65% | 1% | - |
| XYZ | 51.22 | 29.75 | 97.65 | - |
| YUV | 147.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 255 | 0.14 | 0.65 | 0 | 0 | 287.27 | 1 | 0.68 |
| Hex | DC | 5A | FF | E | 41 | 0 | 0 | 11F | 64 | 44 |
| Octal | 334 | 132 | 377 | 16 | 101 | 0 | 0 | 437 | 144 | 104 |
| Binary | 11011100 | 1011010 | 11111111 | 1110 | 1000001 | 0 | 0 | 100011111 | 1100100 | 1000100 |
Color Harmonies of #DC5AFF
Complementary color
Monochromatic Colors of #DC5AFF
Black with #DC5AFF
Text Example
Text Example
White with #DC5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5AFF; }
p { color: rgb(220,90,255); }
H1.HeaderClassName
{
color: #DC5AFF;
}
.AnyTagClassName
{
color: #DC5AFF;
}
</style>
background-color css
<style>
a { background-color: #DC5AFF; }
a { background-color: rgb(220,90,255); }
div.DivClassName
{
background-color: #DC5AFF;
}
.BgClassName
{
background-color: #DC5AFF;
}
</style>
border-color css
<style>
span { border-color: #DC5AFF; }
span { border-color: rgb(220,90,255); }
td.TdClassName
{
border-color: #DC5AFF;
}
.TagClassName
{
border-color: #DC5AFF;
}
</style>