Shades of Heliotrope #DC41FE
Tints of Heliotrope #DC41FE
RGB
CMYK
RGB Variations
Color information
#DC41FE (or 0xDC41FE) is known color: Heliotrope. HEX triplet: DC, 41 and FE. RGB value is (220,65,254). Sum of RGB (Red+Green+Blue) = 220+65+254=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 65 (25.78% from 255 or 12.06% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC41FE is #23BE01. Grayscale: #848484. Windows color (decimal): -2342402 or 16663004. OLE color: 16663004.
HSL color Cylindrical-coordinate representation of color #DC41FE: hue angle of 289.21º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC41FE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 65 | 254 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.00 |
| HSL | 289.21º | 0.99% | 0.63% | - |
| HSV(B) | 289.21º | 0.74% | 1% | - |
| XYZ | 49.29 | 26.15 | 96.22 | - |
| YUV | 132.89 | 196.35 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 254 | 0.13 | 0.74 | 0 | 0.00 | 289.21 | 0.99 | 0.63 |
| Hex | DC | 41 | FE | D | 4A | 0 | 0 | 121 | 63 | 3F |
| Octal | 334 | 101 | 376 | 15 | 112 | 0 | 0 | 441 | 143 | 77 |
| Binary | 11011100 | 1000001 | 11111110 | 1101 | 1001010 | 0 | 0 | 100100001 | 1100011 | 111111 |
Color Harmonies of #DC41FE
Complementary color
Monochromatic Colors of #DC41FE
Black with #DC41FE
Text Example
Text Example
White with #DC41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC41FE; }
p { color: rgb(220,65,254); }
H1.HeaderClassName
{
color: #DC41FE;
}
.AnyTagClassName
{
color: #DC41FE;
}
</style>
background-color css
<style>
a { background-color: #DC41FE; }
a { background-color: rgb(220,65,254); }
div.DivClassName
{
background-color: #DC41FE;
}
.BgClassName
{
background-color: #DC41FE;
}
</style>
border-color css
<style>
span { border-color: #DC41FE; }
span { border-color: rgb(220,65,254); }
td.TdClassName
{
border-color: #DC41FE;
}
.TagClassName
{
border-color: #DC41FE;
}
</style>