Shades of Heliotrope #DC3FFE
Tints of Heliotrope #DC3FFE
RGB
CMYK
RGB Variations
Color information
#DC3FFE (or 0xDC3FFE) is known color: Heliotrope. HEX triplet: DC, 3F and FE. RGB value is (220,63,254). Sum of RGB (Red+Green+Blue) = 220+63+254=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 63 (25% from 255 or 11.73% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC3FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC3FFE is #23C001. Grayscale: #838383. Windows color (decimal): -2342914 or 16662492. OLE color: 16662492.
HSL color Cylindrical-coordinate representation of color #DC3FFE: hue angle of 289.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3FFE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 63 | 254 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.00 |
| HSL | 289.32º | 0.99% | 0.62% | - |
| HSV(B) | 289.32º | 0.75% | 1% | - |
| XYZ | 49.18 | 25.93 | 96.18 | - |
| YUV | 131.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 254 | 0.13 | 0.75 | 0 | 0.00 | 289.32 | 0.99 | 0.62 |
| Hex | DC | 3F | FE | D | 4B | 0 | 0 | 121 | 63 | 3E |
| Octal | 334 | 77 | 376 | 15 | 113 | 0 | 0 | 441 | 143 | 76 |
| Binary | 11011100 | 111111 | 11111110 | 1101 | 1001011 | 0 | 0 | 100100001 | 1100011 | 111110 |
Color Harmonies of #DC3FFE
Complementary color
Monochromatic Colors of #DC3FFE
Black with #DC3FFE
Text Example
Text Example
White with #DC3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FFE; }
p { color: rgb(220,63,254); }
H1.HeaderClassName
{
color: #DC3FFE;
}
.AnyTagClassName
{
color: #DC3FFE;
}
</style>
background-color css
<style>
a { background-color: #DC3FFE; }
a { background-color: rgb(220,63,254); }
div.DivClassName
{
background-color: #DC3FFE;
}
.BgClassName
{
background-color: #DC3FFE;
}
</style>
border-color css
<style>
span { border-color: #DC3FFE; }
span { border-color: rgb(220,63,254); }
td.TdClassName
{
border-color: #DC3FFE;
}
.TagClassName
{
border-color: #DC3FFE;
}
</style>