Shades of Heliotrope #D75DF3
Tints of Heliotrope #D75DF3
RGB
CMYK
RGB Variations
Color information
#D75DF3 (or 0xD75DF3) is known color: Heliotrope. HEX triplet: D7, 5D and F3. RGB value is (215,93,243). Sum of RGB (Red+Green+Blue) = 215+93+243=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #D75DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75DF3 is #28A20C. Grayscale: #929292. Windows color (decimal): -2662925 or 15949271. OLE color: 15949271.
HSL color Cylindrical-coordinate representation of color #D75DF3: hue angle of 288.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75DF3 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 93 | 243 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.05 |
| HSL | 288.8º | 0.86% | 0.66% | - |
| HSV(B) | 288.8º | 0.62% | 0.95% | - |
| XYZ | 48.12 | 28.75 | 87.81 | - |
| YUV | 146.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 243 | 0.12 | 0.62 | 0 | 0.05 | 288.8 | 0.86 | 0.66 |
| Hex | D7 | 5D | F3 | C | 3E | 0 | 5 | 121 | 56 | 42 |
| Octal | 327 | 135 | 363 | 14 | 76 | 0 | 5 | 441 | 126 | 102 |
| Binary | 11010111 | 1011101 | 11110011 | 1100 | 111110 | 0 | 101 | 100100001 | 1010110 | 1000010 |
Color Harmonies of #D75DF3
Complementary color
Monochromatic Colors of #D75DF3
Black with #D75DF3
Text Example
Text Example
White with #D75DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DF3; }
p { color: rgb(215,93,243); }
H1.HeaderClassName
{
color: #D75DF3;
}
.AnyTagClassName
{
color: #D75DF3;
}
</style>
background-color css
<style>
a { background-color: #D75DF3; }
a { background-color: rgb(215,93,243); }
div.DivClassName
{
background-color: #D75DF3;
}
.BgClassName
{
background-color: #D75DF3;
}
</style>
border-color css
<style>
span { border-color: #D75DF3; }
span { border-color: rgb(215,93,243); }
td.TdClassName
{
border-color: #D75DF3;
}
.TagClassName
{
border-color: #D75DF3;
}
</style>