Shades of Heliotrope #D75DFC
Tints of Heliotrope #D75DFC
RGB
CMYK
RGB Variations
Color information
#D75DFC (or 0xD75DFC) is known color: Heliotrope. HEX triplet: D7, 5D and FC. RGB value is (215,93,252). Sum of RGB (Red+Green+Blue) = 215+93+252=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #D75DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75DFC is #28A203. Grayscale: #939393. Windows color (decimal): -2662916 or 16539095. OLE color: 16539095.
HSL color Cylindrical-coordinate representation of color #D75DFC: hue angle of 286.04º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75DFC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 93 | 252 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.01 |
| HSL | 286.04º | 0.96% | 0.68% | - |
| HSV(B) | 286.04º | 0.63% | 0.99% | - |
| XYZ | 49.51 | 29.3 | 95.14 | - |
| YUV | 147.6 | 186.92 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 252 | 0.15 | 0.63 | 0 | 0.01 | 286.04 | 0.96 | 0.68 |
| Hex | D7 | 5D | FC | F | 3F | 0 | 1 | 11E | 60 | 44 |
| Octal | 327 | 135 | 374 | 17 | 77 | 0 | 1 | 436 | 140 | 104 |
| Binary | 11010111 | 1011101 | 11111100 | 1111 | 111111 | 0 | 1 | 100011110 | 1100000 | 1000100 |
Color Harmonies of #D75DFC
Complementary color
Monochromatic Colors of #D75DFC
Black with #D75DFC
Text Example
Text Example
White with #D75DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DFC; }
p { color: rgb(215,93,252); }
H1.HeaderClassName
{
color: #D75DFC;
}
.AnyTagClassName
{
color: #D75DFC;
}
</style>
background-color css
<style>
a { background-color: #D75DFC; }
a { background-color: rgb(215,93,252); }
div.DivClassName
{
background-color: #D75DFC;
}
.BgClassName
{
background-color: #D75DFC;
}
</style>
border-color css
<style>
span { border-color: #D75DFC; }
span { border-color: rgb(215,93,252); }
td.TdClassName
{
border-color: #D75DFC;
}
.TagClassName
{
border-color: #D75DFC;
}
</style>