Shades of Heliotrope #D25FEE
Tints of Heliotrope #D25FEE
RGB
CMYK
RGB Variations
Color information
#D25FEE (or 0xD25FEE) is known color: Heliotrope. HEX triplet: D2, 5F and EE. RGB value is (210,95,238). Sum of RGB (Red+Green+Blue) = 210+95+238=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #D25FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FEE is #2DA011. Grayscale: #919191. Windows color (decimal): -2990098 or 15622098. OLE color: 15622098.
HSL color Cylindrical-coordinate representation of color #D25FEE: hue angle of 288.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25FEE is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 95 | 238 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.07 |
| HSL | 288.25º | 0.81% | 0.65% | - |
| HSV(B) | 288.25º | 0.6% | 0.93% | - |
| XYZ | 46.1 | 28.06 | 83.87 | - |
| YUV | 145.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 238 | 0.12 | 0.60 | 0 | 0.07 | 288.25 | 0.81 | 0.65 |
| Hex | D2 | 5F | EE | C | 3C | 0 | 7 | 120 | 51 | 41 |
| Octal | 322 | 137 | 356 | 14 | 74 | 0 | 7 | 440 | 121 | 101 |
| Binary | 11010010 | 1011111 | 11101110 | 1100 | 111100 | 0 | 111 | 100100000 | 1010001 | 1000001 |
Color Harmonies of #D25FEE
Complementary color
Monochromatic Colors of #D25FEE
Black with #D25FEE
Text Example
Text Example
White with #D25FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FEE; }
p { color: rgb(210,95,238); }
H1.HeaderClassName
{
color: #D25FEE;
}
.AnyTagClassName
{
color: #D25FEE;
}
</style>
background-color css
<style>
a { background-color: #D25FEE; }
a { background-color: rgb(210,95,238); }
div.DivClassName
{
background-color: #D25FEE;
}
.BgClassName
{
background-color: #D25FEE;
}
</style>
border-color css
<style>
span { border-color: #D25FEE; }
span { border-color: rgb(210,95,238); }
td.TdClassName
{
border-color: #D25FEE;
}
.TagClassName
{
border-color: #D25FEE;
}
</style>