Shades of Heliotrope #D75DFF
Tints of Heliotrope #D75DFF
RGB
CMYK
RGB Variations
Color information
#D75DFF (or 0xD75DFF) is known color: Heliotrope. HEX triplet: D7, 5D and FF. RGB value is (215,93,255). Sum of RGB (Red+Green+Blue) = 215+93+255=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #D75DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75DFF is #28A200. Grayscale: #939393. Windows color (decimal): -2662913 or 16735703. OLE color: 16735703.
HSL color Cylindrical-coordinate representation of color #D75DFF: hue angle of 285.19º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D75DFF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 93 | 255 | - |
| CMYK | 0.16 | 0.64 | 0 | 0 |
| HSL | 285.19º | 1% | 0.68% | - |
| HSV(B) | 285.19º | 0.64% | 1% | - |
| XYZ | 49.99 | 29.5 | 97.67 | - |
| YUV | 147.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 255 | 0.16 | 0.64 | 0 | 0 | 285.19 | 1 | 0.68 |
| Hex | D7 | 5D | FF | 10 | 40 | 0 | 0 | 11D | 64 | 44 |
| Octal | 327 | 135 | 377 | 20 | 100 | 0 | 0 | 435 | 144 | 104 |
| Binary | 11010111 | 1011101 | 11111111 | 10000 | 1000000 | 0 | 0 | 100011101 | 1100100 | 1000100 |
Color Harmonies of #D75DFF
Complementary color
Monochromatic Colors of #D75DFF
Black with #D75DFF
Text Example
Text Example
White with #D75DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DFF; }
p { color: rgb(215,93,255); }
H1.HeaderClassName
{
color: #D75DFF;
}
.AnyTagClassName
{
color: #D75DFF;
}
</style>
background-color css
<style>
a { background-color: #D75DFF; }
a { background-color: rgb(215,93,255); }
div.DivClassName
{
background-color: #D75DFF;
}
.BgClassName
{
background-color: #D75DFF;
}
</style>
border-color css
<style>
span { border-color: #D75DFF; }
span { border-color: rgb(215,93,255); }
td.TdClassName
{
border-color: #D75DFF;
}
.TagClassName
{
border-color: #D75DFF;
}
</style>