Shades of Heliotrope #D95DF7
Tints of Heliotrope #D95DF7
RGB
CMYK
RGB Variations
Color information
#D95DF7 (or 0xD95DF7) is known color: Heliotrope. HEX triplet: D9, 5D and F7. RGB value is (217,93,247). Sum of RGB (Red+Green+Blue) = 217+93+247=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 93 (36.72% from 255 or 16.70% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #D95DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95DF7 is #26A208. Grayscale: #939393. Windows color (decimal): -2531849 or 16211417. OLE color: 16211417.
HSL color Cylindrical-coordinate representation of color #D95DF7: hue angle of 288.31º degrees, saturation: 0.91, 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 #D95DF7 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 93 | 247 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.03 |
| HSL | 288.31º | 0.91% | 0.67% | - |
| HSV(B) | 288.31º | 0.62% | 0.97% | - |
| XYZ | 49.32 | 29.3 | 91.05 | - |
| YUV | 147.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 247 | 0.12 | 0.62 | 0 | 0.03 | 288.31 | 0.91 | 0.67 |
| Hex | D9 | 5D | F7 | C | 3E | 0 | 3 | 120 | 5B | 43 |
| Octal | 331 | 135 | 367 | 14 | 76 | 0 | 3 | 440 | 133 | 103 |
| Binary | 11011001 | 1011101 | 11110111 | 1100 | 111110 | 0 | 11 | 100100000 | 1011011 | 1000011 |
Color Harmonies of #D95DF7
Complementary color
Monochromatic Colors of #D95DF7
Black with #D95DF7
Text Example
Text Example
White with #D95DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95DF7; }
p { color: rgb(217,93,247); }
H1.HeaderClassName
{
color: #D95DF7;
}
.AnyTagClassName
{
color: #D95DF7;
}
</style>
background-color css
<style>
a { background-color: #D95DF7; }
a { background-color: rgb(217,93,247); }
div.DivClassName
{
background-color: #D95DF7;
}
.BgClassName
{
background-color: #D95DF7;
}
</style>
border-color css
<style>
span { border-color: #D95DF7; }
span { border-color: rgb(217,93,247); }
td.TdClassName
{
border-color: #D95DF7;
}
.TagClassName
{
border-color: #D95DF7;
}
</style>