Shades of Heliotrope #DC46FF
Tints of Heliotrope #DC46FF
RGB
CMYK
RGB Variations
Color information
#DC46FF (or 0xDC46FF) is known color: Heliotrope. HEX triplet: DC, 46 and FF. RGB value is (220,70,255). Sum of RGB (Red+Green+Blue) = 220+70+255=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 70 (27.73% from 255 or 12.84% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC46FF is #23B900. Grayscale: #878787. Windows color (decimal): -2341121 or 16729820. OLE color: 16729820.
HSL color Cylindrical-coordinate representation of color #DC46FF: hue angle of 288.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC46FF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 70 | 255 | - |
| CMYK | 0.14 | 0.73 | 0 | 0 |
| HSL | 288.65º | 1% | 0.64% | - |
| HSV(B) | 288.65º | 0.73% | 1% | - |
| XYZ | 49.76 | 26.82 | 97.16 | - |
| YUV | 135.94 | 195.2 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 255 | 0.14 | 0.73 | 0 | 0 | 288.65 | 1 | 0.64 |
| Hex | DC | 46 | FF | E | 49 | 0 | 0 | 121 | 64 | 40 |
| Octal | 334 | 106 | 377 | 16 | 111 | 0 | 0 | 441 | 144 | 100 |
| Binary | 11011100 | 1000110 | 11111111 | 1110 | 1001001 | 0 | 0 | 100100001 | 1100100 | 1000000 |
Color Harmonies of #DC46FF
Complementary color
Monochromatic Colors of #DC46FF
Black with #DC46FF
Text Example
Text Example
White with #DC46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46FF; }
p { color: rgb(220,70,255); }
H1.HeaderClassName
{
color: #DC46FF;
}
.AnyTagClassName
{
color: #DC46FF;
}
</style>
background-color css
<style>
a { background-color: #DC46FF; }
a { background-color: rgb(220,70,255); }
div.DivClassName
{
background-color: #DC46FF;
}
.BgClassName
{
background-color: #DC46FF;
}
</style>
border-color css
<style>
span { border-color: #DC46FF; }
span { border-color: rgb(220,70,255); }
td.TdClassName
{
border-color: #DC46FF;
}
.TagClassName
{
border-color: #DC46FF;
}
</style>