Shades of Heliotrope #DC5DFF
Tints of Heliotrope #DC5DFF
RGB
CMYK
RGB Variations
Color information
#DC5DFF (or 0xDC5DFF) is known color: Heliotrope. HEX triplet: DC, 5D and FF. RGB value is (220,93,255). Sum of RGB (Red+Green+Blue) = 220+93+255=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DFF is #23A200. Grayscale: #949494. Windows color (decimal): -2335233 or 16735708. OLE color: 16735708.
HSL color Cylindrical-coordinate representation of color #DC5DFF: hue angle of 287.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5DFF is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 93 | 255 | - |
| CMYK | 0.14 | 0.64 | 0 | 0 |
| HSL | 287.04º | 1% | 0.68% | - |
| HSV(B) | 287.04º | 0.64% | 1% | - |
| XYZ | 51.48 | 30.26 | 97.74 | - |
| YUV | 149.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 255 | 0.14 | 0.64 | 0 | 0 | 287.04 | 1 | 0.68 |
| Hex | DC | 5D | FF | E | 40 | 0 | 0 | 11F | 64 | 44 |
| Octal | 334 | 135 | 377 | 16 | 100 | 0 | 0 | 437 | 144 | 104 |
| Binary | 11011100 | 1011101 | 11111111 | 1110 | 1000000 | 0 | 0 | 100011111 | 1100100 | 1000100 |
Color Harmonies of #DC5DFF
Complementary color
Monochromatic Colors of #DC5DFF
Black with #DC5DFF
Text Example
Text Example
White with #DC5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DFF; }
p { color: rgb(220,93,255); }
H1.HeaderClassName
{
color: #DC5DFF;
}
.AnyTagClassName
{
color: #DC5DFF;
}
</style>
background-color css
<style>
a { background-color: #DC5DFF; }
a { background-color: rgb(220,93,255); }
div.DivClassName
{
background-color: #DC5DFF;
}
.BgClassName
{
background-color: #DC5DFF;
}
</style>
border-color css
<style>
span { border-color: #DC5DFF; }
span { border-color: rgb(220,93,255); }
td.TdClassName
{
border-color: #DC5DFF;
}
.TagClassName
{
border-color: #DC5DFF;
}
</style>