Shades of Heliotrope #D25EF1
Tints of Heliotrope #D25EF1
RGB
CMYK
RGB Variations
Color information
#D25EF1 (or 0xD25EF1) is known color: Heliotrope. HEX triplet: D2, 5E and F1. RGB value is (210,94,241). Sum of RGB (Red+Green+Blue) = 210+94+241=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #D25EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EF1 is #2DA10E. Grayscale: #909090. Windows color (decimal): -2990351 or 15818450. OLE color: 15818450.
HSL color Cylindrical-coordinate representation of color #D25EF1: hue angle of 287.35º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25EF1 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 94 | 241 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.05 |
| HSL | 287.35º | 0.84% | 0.66% | - |
| HSV(B) | 287.35º | 0.61% | 0.95% | - |
| XYZ | 46.46 | 28.06 | 86.19 | - |
| YUV | 145.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 241 | 0.13 | 0.61 | 0 | 0.05 | 287.35 | 0.84 | 0.66 |
| Hex | D2 | 5E | F1 | D | 3D | 0 | 5 | 11F | 54 | 42 |
| Octal | 322 | 136 | 361 | 15 | 75 | 0 | 5 | 437 | 124 | 102 |
| Binary | 11010010 | 1011110 | 11110001 | 1101 | 111101 | 0 | 101 | 100011111 | 1010100 | 1000010 |
Color Harmonies of #D25EF1
Complementary color
Monochromatic Colors of #D25EF1
Black with #D25EF1
Text Example
Text Example
White with #D25EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EF1; }
p { color: rgb(210,94,241); }
H1.HeaderClassName
{
color: #D25EF1;
}
.AnyTagClassName
{
color: #D25EF1;
}
</style>
background-color css
<style>
a { background-color: #D25EF1; }
a { background-color: rgb(210,94,241); }
div.DivClassName
{
background-color: #D25EF1;
}
.BgClassName
{
background-color: #D25EF1;
}
</style>
border-color css
<style>
span { border-color: #D25EF1; }
span { border-color: rgb(210,94,241); }
td.TdClassName
{
border-color: #D25EF1;
}
.TagClassName
{
border-color: #D25EF1;
}
</style>