Shades of Heliotrope #D25EF8
Tints of Heliotrope #D25EF8
RGB
CMYK
RGB Variations
Color information
#D25EF8 (or 0xD25EF8) is known color: Heliotrope. HEX triplet: D2, 5E and F8. RGB value is (210,94,248). Sum of RGB (Red+Green+Blue) = 210+94+248=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #D25EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EF8 is #2DA107. Grayscale: #919191. Windows color (decimal): -2990344 or 16277202. OLE color: 16277202.
HSL color Cylindrical-coordinate representation of color #D25EF8: hue angle of 285.19º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25EF8 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 94 | 248 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.03 |
| HSL | 285.19º | 0.92% | 0.67% | - |
| HSV(B) | 285.19º | 0.62% | 0.97% | - |
| XYZ | 47.52 | 28.48 | 91.8 | - |
| YUV | 146.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 248 | 0.15 | 0.62 | 0 | 0.03 | 285.19 | 0.92 | 0.67 |
| Hex | D2 | 5E | F8 | F | 3E | 0 | 3 | 11D | 5C | 43 |
| Octal | 322 | 136 | 370 | 17 | 76 | 0 | 3 | 435 | 134 | 103 |
| Binary | 11010010 | 1011110 | 11111000 | 1111 | 111110 | 0 | 11 | 100011101 | 1011100 | 1000011 |
Color Harmonies of #D25EF8
Complementary color
Monochromatic Colors of #D25EF8
Black with #D25EF8
Text Example
Text Example
White with #D25EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EF8; }
p { color: rgb(210,94,248); }
H1.HeaderClassName
{
color: #D25EF8;
}
.AnyTagClassName
{
color: #D25EF8;
}
</style>
background-color css
<style>
a { background-color: #D25EF8; }
a { background-color: rgb(210,94,248); }
div.DivClassName
{
background-color: #D25EF8;
}
.BgClassName
{
background-color: #D25EF8;
}
</style>
border-color css
<style>
span { border-color: #D25EF8; }
span { border-color: rgb(210,94,248); }
td.TdClassName
{
border-color: #D25EF8;
}
.TagClassName
{
border-color: #D25EF8;
}
</style>