Shades of Heliotrope #D762F0
Tints of Heliotrope #D762F0
RGB
CMYK
RGB Variations
Color information
#D762F0 (or 0xD762F0) is known color: Heliotrope. HEX triplet: D7, 62 and F0. RGB value is (215,98,240). Sum of RGB (Red+Green+Blue) = 215+98+240=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #D762F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D762F0 is #289D0F. Grayscale: #949494. Windows color (decimal): -2661648 or 15753943. OLE color: 15753943.
HSL color Cylindrical-coordinate representation of color #D762F0: hue angle of 289.44º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D762F0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 98 | 240 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.06 |
| HSL | 289.44º | 0.83% | 0.66% | - |
| HSV(B) | 289.44º | 0.59% | 0.94% | - |
| XYZ | 48.12 | 29.47 | 85.59 | - |
| YUV | 149.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 240 | 0.10 | 0.59 | 0 | 0.06 | 289.44 | 0.83 | 0.66 |
| Hex | D7 | 62 | F0 | A | 3B | 0 | 6 | 121 | 53 | 42 |
| Octal | 327 | 142 | 360 | 12 | 73 | 0 | 6 | 441 | 123 | 102 |
| Binary | 11010111 | 1100010 | 11110000 | 1010 | 111011 | 0 | 110 | 100100001 | 1010011 | 1000010 |
Color Harmonies of #D762F0
Complementary color
Monochromatic Colors of #D762F0
Black with #D762F0
Text Example
Text Example
White with #D762F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762F0; }
p { color: rgb(215,98,240); }
H1.HeaderClassName
{
color: #D762F0;
}
.AnyTagClassName
{
color: #D762F0;
}
</style>
background-color css
<style>
a { background-color: #D762F0; }
a { background-color: rgb(215,98,240); }
div.DivClassName
{
background-color: #D762F0;
}
.BgClassName
{
background-color: #D762F0;
}
</style>
border-color css
<style>
span { border-color: #D762F0; }
span { border-color: rgb(215,98,240); }
td.TdClassName
{
border-color: #D762F0;
}
.TagClassName
{
border-color: #D762F0;
}
</style>