Shades of Heliotrope #D241FF
Tints of Heliotrope #D241FF
RGB
CMYK
RGB Variations
Color information
#D241FF (or 0xD241FF) is known color: Heliotrope. HEX triplet: D2, 41 and FF. RGB value is (210,65,255). Sum of RGB (Red+Green+Blue) = 210+65+255=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #D241FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241FF is #2DBE00. Grayscale: #818181. Windows color (decimal): -2997761 or 16728530. OLE color: 16728530.
HSL color Cylindrical-coordinate representation of color #D241FF: hue angle of 285.79º 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 #D241FF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 65 | 255 | - |
| CMYK | 0.18 | 0.75 | 0 | 0 |
| HSL | 285.79º | 1% | 0.63% | - |
| HSV(B) | 285.79º | 0.75% | 1% | - |
| XYZ | 46.52 | 24.7 | 96.92 | - |
| YUV | 130.02 | 198.54 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 255 | 0.18 | 0.75 | 0 | 0 | 285.79 | 1 | 0.63 |
| Hex | D2 | 41 | FF | 12 | 4B | 0 | 0 | 11E | 64 | 3F |
| Octal | 322 | 101 | 377 | 22 | 113 | 0 | 0 | 436 | 144 | 77 |
| Binary | 11010010 | 1000001 | 11111111 | 10010 | 1001011 | 0 | 0 | 100011110 | 1100100 | 111111 |
Color Harmonies of #D241FF
Complementary color
Monochromatic Colors of #D241FF
Black with #D241FF
Text Example
Text Example
White with #D241FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241FF; }
p { color: rgb(210,65,255); }
H1.HeaderClassName
{
color: #D241FF;
}
.AnyTagClassName
{
color: #D241FF;
}
</style>
background-color css
<style>
a { background-color: #D241FF; }
a { background-color: rgb(210,65,255); }
div.DivClassName
{
background-color: #D241FF;
}
.BgClassName
{
background-color: #D241FF;
}
</style>
border-color css
<style>
span { border-color: #D241FF; }
span { border-color: rgb(210,65,255); }
td.TdClassName
{
border-color: #D241FF;
}
.TagClassName
{
border-color: #D241FF;
}
</style>