Shades of Heliotrope #D25EFA
Tints of Heliotrope #D25EFA
RGB
CMYK
RGB Variations
Color information
#D25EFA (or 0xD25EFA) is known color: Heliotrope. HEX triplet: D2, 5E and FA. RGB value is (210,94,250). Sum of RGB (Red+Green+Blue) = 210+94+250=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #D25EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EFA is #2DA105. Grayscale: #919191. Windows color (decimal): -2990342 or 16408274. OLE color: 16408274.
HSL color Cylindrical-coordinate representation of color #D25EFA: hue angle of 284.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25EFA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 94 | 250 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.02 |
| HSL | 284.62º | 0.94% | 0.67% | - |
| HSV(B) | 284.62º | 0.62% | 0.98% | - |
| XYZ | 47.84 | 28.61 | 93.44 | - |
| YUV | 146.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 250 | 0.16 | 0.62 | 0 | 0.02 | 284.62 | 0.94 | 0.67 |
| Hex | D2 | 5E | FA | 10 | 3E | 0 | 2 | 11D | 5E | 43 |
| Octal | 322 | 136 | 372 | 20 | 76 | 0 | 2 | 435 | 136 | 103 |
| Binary | 11010010 | 1011110 | 11111010 | 10000 | 111110 | 0 | 10 | 100011101 | 1011110 | 1000011 |
Color Harmonies of #D25EFA
Complementary color
Monochromatic Colors of #D25EFA
Black with #D25EFA
Text Example
Text Example
White with #D25EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EFA; }
p { color: rgb(210,94,250); }
H1.HeaderClassName
{
color: #D25EFA;
}
.AnyTagClassName
{
color: #D25EFA;
}
</style>
background-color css
<style>
a { background-color: #D25EFA; }
a { background-color: rgb(210,94,250); }
div.DivClassName
{
background-color: #D25EFA;
}
.BgClassName
{
background-color: #D25EFA;
}
</style>
border-color css
<style>
span { border-color: #D25EFA; }
span { border-color: rgb(210,94,250); }
td.TdClassName
{
border-color: #D25EFA;
}
.TagClassName
{
border-color: #D25EFA;
}
</style>