Shades of Heliotrope #D041FF
Tints of Heliotrope #D041FF
RGB
CMYK
RGB Variations
Color information
#D041FF (or 0xD041FF) is known color: Heliotrope. HEX triplet: D0, 41 and FF. RGB value is (208,65,255). Sum of RGB (Red+Green+Blue) = 208+65+255=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #D041FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D041FF is #2FBE00. Grayscale: #808080. Windows color (decimal): -3128833 or 16728528. OLE color: 16728528.
HSL color Cylindrical-coordinate representation of color #D041FF: hue angle of 285.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D041FF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 65 | 255 | - |
| CMYK | 0.18 | 0.75 | 0 | 0 |
| HSL | 285.16º | 1% | 0.63% | - |
| HSV(B) | 285.16º | 0.75% | 1% | - |
| XYZ | 45.95 | 24.41 | 96.9 | - |
| YUV | 129.42 | 198.88 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 255 | 0.18 | 0.75 | 0 | 0 | 285.16 | 1 | 0.63 |
| Hex | D0 | 41 | FF | 12 | 4B | 0 | 0 | 11D | 64 | 3F |
| Octal | 320 | 101 | 377 | 22 | 113 | 0 | 0 | 435 | 144 | 77 |
| Binary | 11010000 | 1000001 | 11111111 | 10010 | 1001011 | 0 | 0 | 100011101 | 1100100 | 111111 |
Color Harmonies of #D041FF
Complementary color
Monochromatic Colors of #D041FF
Black with #D041FF
Text Example
Text Example
White with #D041FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D041FF; }
p { color: rgb(208,65,255); }
H1.HeaderClassName
{
color: #D041FF;
}
.AnyTagClassName
{
color: #D041FF;
}
</style>
background-color css
<style>
a { background-color: #D041FF; }
a { background-color: rgb(208,65,255); }
div.DivClassName
{
background-color: #D041FF;
}
.BgClassName
{
background-color: #D041FF;
}
</style>
border-color css
<style>
span { border-color: #D041FF; }
span { border-color: rgb(208,65,255); }
td.TdClassName
{
border-color: #D041FF;
}
.TagClassName
{
border-color: #D041FF;
}
</style>