Shades of Heliotrope #D362F6
Tints of Heliotrope #D362F6
RGB
CMYK
RGB Variations
Color information
#D362F6 (or 0xD362F6) is known color: Heliotrope. HEX triplet: D3, 62 and F6. RGB value is (211,98,246). Sum of RGB (Red+Green+Blue) = 211+98+246=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #D362F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D362F6 is #2C9D09. Grayscale: #949494. Windows color (decimal): -2923786 or 16147155. OLE color: 16147155.
HSL color Cylindrical-coordinate representation of color #D362F6: hue angle of 285.81º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D362F6 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 98 | 246 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.04 |
| HSL | 285.81º | 0.89% | 0.67% | - |
| HSV(B) | 285.81º | 0.6% | 0.96% | - |
| XYZ | 47.87 | 29.24 | 90.31 | - |
| YUV | 148.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 246 | 0.14 | 0.60 | 0 | 0.04 | 285.81 | 0.89 | 0.67 |
| Hex | D3 | 62 | F6 | E | 3C | 0 | 4 | 11E | 59 | 43 |
| Octal | 323 | 142 | 366 | 16 | 74 | 0 | 4 | 436 | 131 | 103 |
| Binary | 11010011 | 1100010 | 11110110 | 1110 | 111100 | 0 | 100 | 100011110 | 1011001 | 1000011 |
Color Harmonies of #D362F6
Complementary color
Monochromatic Colors of #D362F6
Black with #D362F6
Text Example
Text Example
White with #D362F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362F6; }
p { color: rgb(211,98,246); }
H1.HeaderClassName
{
color: #D362F6;
}
.AnyTagClassName
{
color: #D362F6;
}
</style>
background-color css
<style>
a { background-color: #D362F6; }
a { background-color: rgb(211,98,246); }
div.DivClassName
{
background-color: #D362F6;
}
.BgClassName
{
background-color: #D362F6;
}
</style>
border-color css
<style>
span { border-color: #D362F6; }
span { border-color: rgb(211,98,246); }
td.TdClassName
{
border-color: #D362F6;
}
.TagClassName
{
border-color: #D362F6;
}
</style>