Shades of Heliotrope #D95EF0
Tints of Heliotrope #D95EF0
RGB
CMYK
RGB Variations
Color information
#D95EF0 (or 0xD95EF0) is known color: Heliotrope. HEX triplet: D9, 5E and F0. RGB value is (217,94,240). Sum of RGB (Red+Green+Blue) = 217+94+240=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #D95EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95EF0 is #26A10F. Grayscale: #929292. Windows color (decimal): -2531600 or 15752921. OLE color: 15752921.
HSL color Cylindrical-coordinate representation of color #D95EF0: hue angle of 290.55º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95EF0 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 94 | 240 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.06 |
| HSL | 290.55º | 0.83% | 0.65% | - |
| HSV(B) | 290.55º | 0.61% | 0.94% | - |
| XYZ | 48.35 | 29.05 | 85.5 | - |
| YUV | 147.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 94 | 240 | 0.10 | 0.61 | 0 | 0.06 | 290.55 | 0.83 | 0.65 |
| Hex | D9 | 5E | F0 | A | 3D | 0 | 6 | 123 | 53 | 41 |
| Octal | 331 | 136 | 360 | 12 | 75 | 0 | 6 | 443 | 123 | 101 |
| Binary | 11011001 | 1011110 | 11110000 | 1010 | 111101 | 0 | 110 | 100100011 | 1010011 | 1000001 |
Color Harmonies of #D95EF0
Complementary color
Monochromatic Colors of #D95EF0
Black with #D95EF0
Text Example
Text Example
White with #D95EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95EF0; }
p { color: rgb(217,94,240); }
H1.HeaderClassName
{
color: #D95EF0;
}
.AnyTagClassName
{
color: #D95EF0;
}
</style>
background-color css
<style>
a { background-color: #D95EF0; }
a { background-color: rgb(217,94,240); }
div.DivClassName
{
background-color: #D95EF0;
}
.BgClassName
{
background-color: #D95EF0;
}
</style>
border-color css
<style>
span { border-color: #D95EF0; }
span { border-color: rgb(217,94,240); }
td.TdClassName
{
border-color: #D95EF0;
}
.TagClassName
{
border-color: #D95EF0;
}
</style>