Shades of Heliotrope #D046FF
Tints of Heliotrope #D046FF
RGB
CMYK
RGB Variations
Color information
#D046FF (or 0xD046FF) is known color: Heliotrope. HEX triplet: D0, 46 and FF. RGB value is (208,70,255). Sum of RGB (Red+Green+Blue) = 208+70+255=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #D046FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046FF is #2FB900. Grayscale: #838383. Windows color (decimal): -3127553 or 16729808. OLE color: 16729808.
HSL color Cylindrical-coordinate representation of color #D046FF: hue angle of 284.76º 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 #D046FF is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 70 | 255 | - |
| CMYK | 0.18 | 0.73 | 0 | 0 |
| HSL | 284.76º | 1% | 0.64% | - |
| HSV(B) | 284.76º | 0.73% | 1% | - |
| XYZ | 46.25 | 25.01 | 97 | - |
| YUV | 132.35 | 197.22 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 255 | 0.18 | 0.73 | 0 | 0 | 284.76 | 1 | 0.64 |
| Hex | D0 | 46 | FF | 12 | 49 | 0 | 0 | 11D | 64 | 40 |
| Octal | 320 | 106 | 377 | 22 | 111 | 0 | 0 | 435 | 144 | 100 |
| Binary | 11010000 | 1000110 | 11111111 | 10010 | 1001001 | 0 | 0 | 100011101 | 1100100 | 1000000 |
Color Harmonies of #D046FF
Complementary color
Monochromatic Colors of #D046FF
Black with #D046FF
Text Example
Text Example
White with #D046FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046FF; }
p { color: rgb(208,70,255); }
H1.HeaderClassName
{
color: #D046FF;
}
.AnyTagClassName
{
color: #D046FF;
}
</style>
background-color css
<style>
a { background-color: #D046FF; }
a { background-color: rgb(208,70,255); }
div.DivClassName
{
background-color: #D046FF;
}
.BgClassName
{
background-color: #D046FF;
}
</style>
border-color css
<style>
span { border-color: #D046FF; }
span { border-color: rgb(208,70,255); }
td.TdClassName
{
border-color: #D046FF;
}
.TagClassName
{
border-color: #D046FF;
}
</style>