Shades of Heliotrope #DC3FFF
Tints of Heliotrope #DC3FFF
RGB
CMYK
RGB Variations
Color information
#DC3FFF (or 0xDC3FFF) is known color: Heliotrope. HEX triplet: DC, 3F and FF. RGB value is (220,63,255). Sum of RGB (Red+Green+Blue) = 220+63+255=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 63 (25% from 255 or 11.71% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC3FFF is #23C000. Grayscale: #838383. Windows color (decimal): -2342913 or 16728028. OLE color: 16728028.
HSL color Cylindrical-coordinate representation of color #DC3FFF: hue angle of 289.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3FFF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 63 | 255 | - |
| CMYK | 0.14 | 0.75 | 0 | 0 |
| HSL | 289.06º | 1% | 0.62% | - |
| HSV(B) | 289.06º | 0.75% | 1% | - |
| XYZ | 49.34 | 25.99 | 97.02 | - |
| YUV | 131.83 | 197.51 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 255 | 0.14 | 0.75 | 0 | 0 | 289.06 | 1 | 0.62 |
| Hex | DC | 3F | FF | E | 4B | 0 | 0 | 121 | 64 | 3E |
| Octal | 334 | 77 | 377 | 16 | 113 | 0 | 0 | 441 | 144 | 76 |
| Binary | 11011100 | 111111 | 11111111 | 1110 | 1001011 | 0 | 0 | 100100001 | 1100100 | 111110 |
Color Harmonies of #DC3FFF
Complementary color
Monochromatic Colors of #DC3FFF
Black with #DC3FFF
Text Example
Text Example
White with #DC3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FFF; }
p { color: rgb(220,63,255); }
H1.HeaderClassName
{
color: #DC3FFF;
}
.AnyTagClassName
{
color: #DC3FFF;
}
</style>
background-color css
<style>
a { background-color: #DC3FFF; }
a { background-color: rgb(220,63,255); }
div.DivClassName
{
background-color: #DC3FFF;
}
.BgClassName
{
background-color: #DC3FFF;
}
</style>
border-color css
<style>
span { border-color: #DC3FFF; }
span { border-color: rgb(220,63,255); }
td.TdClassName
{
border-color: #DC3FFF;
}
.TagClassName
{
border-color: #DC3FFF;
}
</style>