Shades of Heliotrope #D241FE
Tints of Heliotrope #D241FE
RGB
CMYK
RGB Variations
Color information
#D241FE (or 0xD241FE) is known color: Heliotrope. HEX triplet: D2, 41 and FE. RGB value is (210,65,254). Sum of RGB (Red+Green+Blue) = 210+65+254=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #D241FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241FE is #2DBE01. Grayscale: #818181. Windows color (decimal): -2997762 or 16662994. OLE color: 16662994.
HSL color Cylindrical-coordinate representation of color #D241FE: hue angle of 286.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D241FE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 65 | 254 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.00 |
| HSL | 286.03º | 0.99% | 0.63% | - |
| HSV(B) | 286.03º | 0.74% | 1% | - |
| XYZ | 46.36 | 24.64 | 96.08 | - |
| YUV | 129.9 | 198.04 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 254 | 0.17 | 0.74 | 0 | 0.00 | 286.03 | 0.99 | 0.63 |
| Hex | D2 | 41 | FE | 11 | 4A | 0 | 0 | 11E | 63 | 3F |
| Octal | 322 | 101 | 376 | 21 | 112 | 0 | 0 | 436 | 143 | 77 |
| Binary | 11010010 | 1000001 | 11111110 | 10001 | 1001010 | 0 | 0 | 100011110 | 1100011 | 111111 |
Color Harmonies of #D241FE
Complementary color
Monochromatic Colors of #D241FE
Black with #D241FE
Text Example
Text Example
White with #D241FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241FE; }
p { color: rgb(210,65,254); }
H1.HeaderClassName
{
color: #D241FE;
}
.AnyTagClassName
{
color: #D241FE;
}
</style>
background-color css
<style>
a { background-color: #D241FE; }
a { background-color: rgb(210,65,254); }
div.DivClassName
{
background-color: #D241FE;
}
.BgClassName
{
background-color: #D241FE;
}
</style>
border-color css
<style>
span { border-color: #D241FE; }
span { border-color: rgb(210,65,254); }
td.TdClassName
{
border-color: #D241FE;
}
.TagClassName
{
border-color: #D241FE;
}
</style>