Shades of Heliotrope #D358EF
Tints of Heliotrope #D358EF
RGB
CMYK
RGB Variations
Color information
#D358EF (or 0xD358EF) is known color: Heliotrope. HEX triplet: D3, 58 and EF. RGB value is (211,88,239). Sum of RGB (Red+Green+Blue) = 211+88+239=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #D358EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D358EF is #2CA710. Grayscale: #8D8D8D. Windows color (decimal): -2926353 or 15685843. OLE color: 15685843.
HSL color Cylindrical-coordinate representation of color #D358EF: hue angle of 288.87º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D358EF is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 88 | 239 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.06 |
| HSL | 288.87º | 0.83% | 0.64% | - |
| HSV(B) | 288.87º | 0.63% | 0.94% | - |
| XYZ | 45.93 | 27.06 | 84.46 | - |
| YUV | 141.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 239 | 0.12 | 0.63 | 0 | 0.06 | 288.87 | 0.83 | 0.64 |
| Hex | D3 | 58 | EF | C | 3F | 0 | 6 | 121 | 53 | 40 |
| Octal | 323 | 130 | 357 | 14 | 77 | 0 | 6 | 441 | 123 | 100 |
| Binary | 11010011 | 1011000 | 11101111 | 1100 | 111111 | 0 | 110 | 100100001 | 1010011 | 1000000 |
Color Harmonies of #D358EF
Complementary color
Monochromatic Colors of #D358EF
Black with #D358EF
Text Example
Text Example
White with #D358EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358EF; }
p { color: rgb(211,88,239); }
H1.HeaderClassName
{
color: #D358EF;
}
.AnyTagClassName
{
color: #D358EF;
}
</style>
background-color css
<style>
a { background-color: #D358EF; }
a { background-color: rgb(211,88,239); }
div.DivClassName
{
background-color: #D358EF;
}
.BgClassName
{
background-color: #D358EF;
}
</style>
border-color css
<style>
span { border-color: #D358EF; }
span { border-color: rgb(211,88,239); }
td.TdClassName
{
border-color: #D358EF;
}
.TagClassName
{
border-color: #D358EF;
}
</style>