Shades of Heliotrope #DC3DFF
Tints of Heliotrope #DC3DFF
RGB
CMYK
RGB Variations
Color information
#DC3DFF (or 0xDC3DFF) is known color: Heliotrope. HEX triplet: DC, 3D and FF. RGB value is (220,61,255). Sum of RGB (Red+Green+Blue) = 220+61+255=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 61 (24.22% from 255 or 11.38% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC3DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC3DFF is #23C200. Grayscale: #828282. Windows color (decimal): -2343425 or 16727516. OLE color: 16727516.
HSL color Cylindrical-coordinate representation of color #DC3DFF: hue angle of 289.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3DFF is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 61 | 255 | - |
| CMYK | 0.14 | 0.76 | 0 | 0 |
| HSL | 289.18º | 1% | 0.62% | - |
| HSV(B) | 289.18º | 0.76% | 1% | - |
| XYZ | 49.23 | 25.77 | 96.99 | - |
| YUV | 130.66 | 198.18 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 255 | 0.14 | 0.76 | 0 | 0 | 289.18 | 1 | 0.62 |
| Hex | DC | 3D | FF | E | 4C | 0 | 0 | 121 | 64 | 3E |
| Octal | 334 | 75 | 377 | 16 | 114 | 0 | 0 | 441 | 144 | 76 |
| Binary | 11011100 | 111101 | 11111111 | 1110 | 1001100 | 0 | 0 | 100100001 | 1100100 | 111110 |
Color Harmonies of #DC3DFF
Complementary color
Monochromatic Colors of #DC3DFF
Black with #DC3DFF
Text Example
Text Example
White with #DC3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DFF; }
p { color: rgb(220,61,255); }
H1.HeaderClassName
{
color: #DC3DFF;
}
.AnyTagClassName
{
color: #DC3DFF;
}
</style>
background-color css
<style>
a { background-color: #DC3DFF; }
a { background-color: rgb(220,61,255); }
div.DivClassName
{
background-color: #DC3DFF;
}
.BgClassName
{
background-color: #DC3DFF;
}
</style>
border-color css
<style>
span { border-color: #DC3DFF; }
span { border-color: rgb(220,61,255); }
td.TdClassName
{
border-color: #DC3DFF;
}
.TagClassName
{
border-color: #DC3DFF;
}
</style>