Shades of Heliotrope #D93EFE
Tints of Heliotrope #D93EFE
RGB
CMYK
RGB Variations
Color information
#D93EFE (or 0xD93EFE) is known color: Heliotrope. HEX triplet: D9, 3E and FE. RGB value is (217,62,254). Sum of RGB (Red+Green+Blue) = 217+62+254=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 62 (24.61% from 255 or 11.63% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #D93EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93EFE is #26C101. Grayscale: #818181. Windows color (decimal): -2539778 or 16662233. OLE color: 16662233.
HSL color Cylindrical-coordinate representation of color #D93EFE: hue angle of 288.44º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93EFE is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 62 | 254 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.00 |
| HSL | 288.44º | 0.99% | 0.62% | - |
| HSV(B) | 288.44º | 0.76% | 1% | - |
| XYZ | 48.23 | 25.35 | 96.12 | - |
| YUV | 130.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 254 | 0.15 | 0.76 | 0 | 0.00 | 288.44 | 0.99 | 0.62 |
| Hex | D9 | 3E | FE | F | 4C | 0 | 0 | 120 | 63 | 3E |
| Octal | 331 | 76 | 376 | 17 | 114 | 0 | 0 | 440 | 143 | 76 |
| Binary | 11011001 | 111110 | 11111110 | 1111 | 1001100 | 0 | 0 | 100100000 | 1100011 | 111110 |
Color Harmonies of #D93EFE
Complementary color
Monochromatic Colors of #D93EFE
Black with #D93EFE
Text Example
Text Example
White with #D93EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93EFE; }
p { color: rgb(217,62,254); }
H1.HeaderClassName
{
color: #D93EFE;
}
.AnyTagClassName
{
color: #D93EFE;
}
</style>
background-color css
<style>
a { background-color: #D93EFE; }
a { background-color: rgb(217,62,254); }
div.DivClassName
{
background-color: #D93EFE;
}
.BgClassName
{
background-color: #D93EFE;
}
</style>
border-color css
<style>
span { border-color: #D93EFE; }
span { border-color: rgb(217,62,254); }
td.TdClassName
{
border-color: #D93EFE;
}
.TagClassName
{
border-color: #D93EFE;
}
</style>