Shades of Heliotrope #D355F0
Tints of Heliotrope #D355F0
RGB
CMYK
RGB Variations
Color information
#D355F0 (or 0xD355F0) is known color: Heliotrope. HEX triplet: D3, 55 and F0. RGB value is (211,85,240). Sum of RGB (Red+Green+Blue) = 211+85+240=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #D355F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355F0 is #2CAA0F. Grayscale: #8B8B8B. Windows color (decimal): -2927120 or 15750611. OLE color: 15750611.
HSL color Cylindrical-coordinate representation of color #D355F0: hue angle of 288.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D355F0 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 85 | 240 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.06 |
| HSL | 288.77º | 0.84% | 0.64% | - |
| HSV(B) | 288.77º | 0.65% | 0.94% | - |
| XYZ | 45.84 | 26.64 | 85.16 | - |
| YUV | 140.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 240 | 0.12 | 0.65 | 0 | 0.06 | 288.77 | 0.84 | 0.64 |
| Hex | D3 | 55 | F0 | C | 41 | 0 | 6 | 121 | 54 | 40 |
| Octal | 323 | 125 | 360 | 14 | 101 | 0 | 6 | 441 | 124 | 100 |
| Binary | 11010011 | 1010101 | 11110000 | 1100 | 1000001 | 0 | 110 | 100100001 | 1010100 | 1000000 |
Color Harmonies of #D355F0
Complementary color
Monochromatic Colors of #D355F0
Black with #D355F0
Text Example
Text Example
White with #D355F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355F0; }
p { color: rgb(211,85,240); }
H1.HeaderClassName
{
color: #D355F0;
}
.AnyTagClassName
{
color: #D355F0;
}
</style>
background-color css
<style>
a { background-color: #D355F0; }
a { background-color: rgb(211,85,240); }
div.DivClassName
{
background-color: #D355F0;
}
.BgClassName
{
background-color: #D355F0;
}
</style>
border-color css
<style>
span { border-color: #D355F0; }
span { border-color: rgb(211,85,240); }
td.TdClassName
{
border-color: #D355F0;
}
.TagClassName
{
border-color: #D355F0;
}
</style>