Shades of Heliotrope #DC42FF
Tints of Heliotrope #DC42FF
RGB
CMYK
RGB Variations
Color information
#DC42FF (or 0xDC42FF) is known color: Heliotrope. HEX triplet: DC, 42 and FF. RGB value is (220,66,255). Sum of RGB (Red+Green+Blue) = 220+66+255=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 66 (26.17% from 255 or 12.20% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC42FF is #23BD00. Grayscale: #848484. Windows color (decimal): -2342145 or 16728796. OLE color: 16728796.
HSL color Cylindrical-coordinate representation of color #DC42FF: hue angle of 288.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC42FF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 66 | 255 | - |
| CMYK | 0.14 | 0.74 | 0 | 0 |
| HSL | 288.89º | 1% | 0.63% | - |
| HSV(B) | 288.89º | 0.74% | 1% | - |
| XYZ | 49.51 | 26.33 | 97.08 | - |
| YUV | 133.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 255 | 0.14 | 0.74 | 0 | 0 | 288.89 | 1 | 0.63 |
| Hex | DC | 42 | FF | E | 4A | 0 | 0 | 121 | 64 | 3F |
| Octal | 334 | 102 | 377 | 16 | 112 | 0 | 0 | 441 | 144 | 77 |
| Binary | 11011100 | 1000010 | 11111111 | 1110 | 1001010 | 0 | 0 | 100100001 | 1100100 | 111111 |
Color Harmonies of #DC42FF
Complementary color
Monochromatic Colors of #DC42FF
Black with #DC42FF
Text Example
Text Example
White with #DC42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42FF; }
p { color: rgb(220,66,255); }
H1.HeaderClassName
{
color: #DC42FF;
}
.AnyTagClassName
{
color: #DC42FF;
}
</style>
background-color css
<style>
a { background-color: #DC42FF; }
a { background-color: rgb(220,66,255); }
div.DivClassName
{
background-color: #DC42FF;
}
.BgClassName
{
background-color: #DC42FF;
}
</style>
border-color css
<style>
span { border-color: #DC42FF; }
span { border-color: rgb(220,66,255); }
td.TdClassName
{
border-color: #DC42FF;
}
.TagClassName
{
border-color: #DC42FF;
}
</style>