Shades of Heliotrope #D75AF6
Tints of Heliotrope #D75AF6
RGB
CMYK
RGB Variations
Color information
#D75AF6 (or 0xD75AF6) is known color: Heliotrope. HEX triplet: D7, 5A and F6. RGB value is (215,90,246). Sum of RGB (Red+Green+Blue) = 215+90+246=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #D75AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75AF6 is #28A509. Grayscale: #909090. Windows color (decimal): -2663690 or 16145111. OLE color: 16145111.
HSL color Cylindrical-coordinate representation of color #D75AF6: hue angle of 288.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75AF6 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 90 | 246 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.04 |
| HSL | 288.08º | 0.9% | 0.66% | - |
| HSV(B) | 288.08º | 0.63% | 0.96% | - |
| XYZ | 48.32 | 28.41 | 90.13 | - |
| YUV | 145.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 246 | 0.13 | 0.63 | 0 | 0.04 | 288.08 | 0.9 | 0.66 |
| Hex | D7 | 5A | F6 | D | 3F | 0 | 4 | 120 | 5A | 42 |
| Octal | 327 | 132 | 366 | 15 | 77 | 0 | 4 | 440 | 132 | 102 |
| Binary | 11010111 | 1011010 | 11110110 | 1101 | 111111 | 0 | 100 | 100100000 | 1011010 | 1000010 |
Color Harmonies of #D75AF6
Complementary color
Monochromatic Colors of #D75AF6
Black with #D75AF6
Text Example
Text Example
White with #D75AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75AF6; }
p { color: rgb(215,90,246); }
H1.HeaderClassName
{
color: #D75AF6;
}
.AnyTagClassName
{
color: #D75AF6;
}
</style>
background-color css
<style>
a { background-color: #D75AF6; }
a { background-color: rgb(215,90,246); }
div.DivClassName
{
background-color: #D75AF6;
}
.BgClassName
{
background-color: #D75AF6;
}
</style>
border-color css
<style>
span { border-color: #D75AF6; }
span { border-color: rgb(215,90,246); }
td.TdClassName
{
border-color: #D75AF6;
}
.TagClassName
{
border-color: #D75AF6;
}
</style>