Shades of Heliotrope #D35DF0
Tints of Heliotrope #D35DF0
RGB
CMYK
RGB Variations
Color information
#D35DF0 (or 0xD35DF0) is known color: Heliotrope. HEX triplet: D3, 5D and F0. RGB value is (211,93,240). Sum of RGB (Red+Green+Blue) = 211+93+240=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #D35DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DF0 is #2CA20F. Grayscale: #909090. Windows color (decimal): -2925072 or 15752659. OLE color: 15752659.
HSL color Cylindrical-coordinate representation of color #D35DF0: hue angle of 288.16º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35DF0 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 93 | 240 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.06 |
| HSL | 288.16º | 0.83% | 0.65% | - |
| HSV(B) | 288.16º | 0.61% | 0.94% | - |
| XYZ | 46.51 | 27.97 | 85.39 | - |
| YUV | 145.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 240 | 0.12 | 0.61 | 0 | 0.06 | 288.16 | 0.83 | 0.65 |
| Hex | D3 | 5D | F0 | C | 3D | 0 | 6 | 120 | 53 | 41 |
| Octal | 323 | 135 | 360 | 14 | 75 | 0 | 6 | 440 | 123 | 101 |
| Binary | 11010011 | 1011101 | 11110000 | 1100 | 111101 | 0 | 110 | 100100000 | 1010011 | 1000001 |
Color Harmonies of #D35DF0
Complementary color
Monochromatic Colors of #D35DF0
Black with #D35DF0
Text Example
Text Example
White with #D35DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DF0; }
p { color: rgb(211,93,240); }
H1.HeaderClassName
{
color: #D35DF0;
}
.AnyTagClassName
{
color: #D35DF0;
}
</style>
background-color css
<style>
a { background-color: #D35DF0; }
a { background-color: rgb(211,93,240); }
div.DivClassName
{
background-color: #D35DF0;
}
.BgClassName
{
background-color: #D35DF0;
}
</style>
border-color css
<style>
span { border-color: #D35DF0; }
span { border-color: rgb(211,93,240); }
td.TdClassName
{
border-color: #D35DF0;
}
.TagClassName
{
border-color: #D35DF0;
}
</style>