Shades of Heliotrope #D363F0
Tints of Heliotrope #D363F0
RGB
CMYK
RGB Variations
Color information
#D363F0 (or 0xD363F0) is known color: Heliotrope. HEX triplet: D3, 63 and F0. RGB value is (211,99,240). Sum of RGB (Red+Green+Blue) = 211+99+240=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #D363F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D363F0 is #2C9C0F. Grayscale: #949494. Windows color (decimal): -2923536 or 15754195. OLE color: 15754195.
HSL color Cylindrical-coordinate representation of color #D363F0: hue angle of 287.66º 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 #D363F0 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 99 | 240 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.06 |
| HSL | 287.66º | 0.82% | 0.66% | - |
| HSV(B) | 287.66º | 0.59% | 0.94% | - |
| XYZ | 47.05 | 29.06 | 85.57 | - |
| YUV | 148.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 240 | 0.12 | 0.59 | 0 | 0.06 | 287.66 | 0.82 | 0.66 |
| Hex | D3 | 63 | F0 | C | 3B | 0 | 6 | 120 | 52 | 42 |
| Octal | 323 | 143 | 360 | 14 | 73 | 0 | 6 | 440 | 122 | 102 |
| Binary | 11010011 | 1100011 | 11110000 | 1100 | 111011 | 0 | 110 | 100100000 | 1010010 | 1000010 |
Color Harmonies of #D363F0
Complementary color
Monochromatic Colors of #D363F0
Black with #D363F0
Text Example
Text Example
White with #D363F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D363F0; }
p { color: rgb(211,99,240); }
H1.HeaderClassName
{
color: #D363F0;
}
.AnyTagClassName
{
color: #D363F0;
}
</style>
background-color css
<style>
a { background-color: #D363F0; }
a { background-color: rgb(211,99,240); }
div.DivClassName
{
background-color: #D363F0;
}
.BgClassName
{
background-color: #D363F0;
}
</style>
border-color css
<style>
span { border-color: #D363F0; }
span { border-color: rgb(211,99,240); }
td.TdClassName
{
border-color: #D363F0;
}
.TagClassName
{
border-color: #D363F0;
}
</style>