Shades of Heliotrope #D365F3
Tints of Heliotrope #D365F3
RGB
CMYK
RGB Variations
Color information
#D365F3 (or 0xD365F3) is known color: Heliotrope. HEX triplet: D3, 65 and F3. RGB value is (211,101,243). Sum of RGB (Red+Green+Blue) = 211+101+243=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #D365F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D365F3 is #2C9A0C. Grayscale: #959595. Windows color (decimal): -2923021 or 15951315. OLE color: 15951315.
HSL color Cylindrical-coordinate representation of color #D365F3: hue angle of 286.48º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D365F3 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 101 | 243 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.05 |
| HSL | 286.48º | 0.86% | 0.67% | - |
| HSV(B) | 286.48º | 0.58% | 0.95% | - |
| XYZ | 47.7 | 29.63 | 88 | - |
| YUV | 150.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 243 | 0.13 | 0.58 | 0 | 0.05 | 286.48 | 0.86 | 0.67 |
| Hex | D3 | 65 | F3 | D | 3A | 0 | 5 | 11E | 56 | 43 |
| Octal | 323 | 145 | 363 | 15 | 72 | 0 | 5 | 436 | 126 | 103 |
| Binary | 11010011 | 1100101 | 11110011 | 1101 | 111010 | 0 | 101 | 100011110 | 1010110 | 1000011 |
Color Harmonies of #D365F3
Complementary color
Monochromatic Colors of #D365F3
Black with #D365F3
Text Example
Text Example
White with #D365F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D365F3; }
p { color: rgb(211,101,243); }
H1.HeaderClassName
{
color: #D365F3;
}
.AnyTagClassName
{
color: #D365F3;
}
</style>
background-color css
<style>
a { background-color: #D365F3; }
a { background-color: rgb(211,101,243); }
div.DivClassName
{
background-color: #D365F3;
}
.BgClassName
{
background-color: #D365F3;
}
</style>
border-color css
<style>
span { border-color: #D365F3; }
span { border-color: rgb(211,101,243); }
td.TdClassName
{
border-color: #D365F3;
}
.TagClassName
{
border-color: #D365F3;
}
</style>