Shades of Heliotrope #D763F0
Tints of Heliotrope #D763F0
RGB
CMYK
RGB Variations
Color information
#D763F0 (or 0xD763F0) is known color: Heliotrope. HEX triplet: D7, 63 and F0. RGB value is (215,99,240). Sum of RGB (Red+Green+Blue) = 215+99+240=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #D763F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D763F0 is #289C0F. Grayscale: #959595. Windows color (decimal): -2661392 or 15754199. OLE color: 15754199.
HSL color Cylindrical-coordinate representation of color #D763F0: hue angle of 289.36º degrees, saturation: 0.82, 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 #D763F0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 99 | 240 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.06 |
| HSL | 289.36º | 0.82% | 0.66% | - |
| HSV(B) | 289.36º | 0.59% | 0.94% | - |
| XYZ | 48.21 | 29.66 | 85.62 | - |
| YUV | 149.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 240 | 0.10 | 0.59 | 0 | 0.06 | 289.36 | 0.82 | 0.66 |
| Hex | D7 | 63 | F0 | A | 3B | 0 | 6 | 121 | 52 | 42 |
| Octal | 327 | 143 | 360 | 12 | 73 | 0 | 6 | 441 | 122 | 102 |
| Binary | 11010111 | 1100011 | 11110000 | 1010 | 111011 | 0 | 110 | 100100001 | 1010010 | 1000010 |
Color Harmonies of #D763F0
Complementary color
Monochromatic Colors of #D763F0
Black with #D763F0
Text Example
Text Example
White with #D763F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763F0; }
p { color: rgb(215,99,240); }
H1.HeaderClassName
{
color: #D763F0;
}
.AnyTagClassName
{
color: #D763F0;
}
</style>
background-color css
<style>
a { background-color: #D763F0; }
a { background-color: rgb(215,99,240); }
div.DivClassName
{
background-color: #D763F0;
}
.BgClassName
{
background-color: #D763F0;
}
</style>
border-color css
<style>
span { border-color: #D763F0; }
span { border-color: rgb(215,99,240); }
td.TdClassName
{
border-color: #D763F0;
}
.TagClassName
{
border-color: #D763F0;
}
</style>