Shades of Heliotrope #D355EF
Tints of Heliotrope #D355EF
RGB
CMYK
RGB Variations
Color information
#D355EF (or 0xD355EF) is known color: Heliotrope. HEX triplet: D3, 55 and EF. RGB value is (211,85,239). Sum of RGB (Red+Green+Blue) = 211+85+239=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #D355EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355EF is #2CAA10. Grayscale: #8B8B8B. Windows color (decimal): -2927121 or 15685075. OLE color: 15685075.
HSL color Cylindrical-coordinate representation of color #D355EF: hue angle of 289.09º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D355EF is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 85 | 239 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.06 |
| HSL | 289.09º | 0.83% | 0.64% | - |
| HSV(B) | 289.09º | 0.64% | 0.94% | - |
| XYZ | 45.69 | 26.58 | 84.38 | - |
| YUV | 140.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 239 | 0.12 | 0.64 | 0 | 0.06 | 289.09 | 0.83 | 0.64 |
| Hex | D3 | 55 | EF | C | 40 | 0 | 6 | 121 | 53 | 40 |
| Octal | 323 | 125 | 357 | 14 | 100 | 0 | 6 | 441 | 123 | 100 |
| Binary | 11010011 | 1010101 | 11101111 | 1100 | 1000000 | 0 | 110 | 100100001 | 1010011 | 1000000 |
Color Harmonies of #D355EF
Complementary color
Monochromatic Colors of #D355EF
Black with #D355EF
Text Example
Text Example
White with #D355EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355EF; }
p { color: rgb(211,85,239); }
H1.HeaderClassName
{
color: #D355EF;
}
.AnyTagClassName
{
color: #D355EF;
}
</style>
background-color css
<style>
a { background-color: #D355EF; }
a { background-color: rgb(211,85,239); }
div.DivClassName
{
background-color: #D355EF;
}
.BgClassName
{
background-color: #D355EF;
}
</style>
border-color css
<style>
span { border-color: #D355EF; }
span { border-color: rgb(211,85,239); }
td.TdClassName
{
border-color: #D355EF;
}
.TagClassName
{
border-color: #D355EF;
}
</style>