Shades of Heliotrope #D357EE
Tints of Heliotrope #D357EE
RGB
CMYK
RGB Variations
Color information
#D357EE (or 0xD357EE) is known color: Heliotrope. HEX triplet: D3, 57 and EE. RGB value is (211,87,238). Sum of RGB (Red+Green+Blue) = 211+87+238=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #D357EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D357EE is #2CA811. Grayscale: #8C8C8C. Windows color (decimal): -2926610 or 15620051. OLE color: 15620051.
HSL color Cylindrical-coordinate representation of color #D357EE: hue angle of 289.27º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D357EE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 87 | 238 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.07 |
| HSL | 289.27º | 0.82% | 0.64% | - |
| HSV(B) | 289.27º | 0.63% | 0.93% | - |
| XYZ | 45.7 | 26.84 | 83.66 | - |
| YUV | 141.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 238 | 0.11 | 0.63 | 0 | 0.07 | 289.27 | 0.82 | 0.64 |
| Hex | D3 | 57 | EE | B | 3F | 0 | 7 | 121 | 52 | 40 |
| Octal | 323 | 127 | 356 | 13 | 77 | 0 | 7 | 441 | 122 | 100 |
| Binary | 11010011 | 1010111 | 11101110 | 1011 | 111111 | 0 | 111 | 100100001 | 1010010 | 1000000 |
Color Harmonies of #D357EE
Complementary color
Monochromatic Colors of #D357EE
Black with #D357EE
Text Example
Text Example
White with #D357EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D357EE; }
p { color: rgb(211,87,238); }
H1.HeaderClassName
{
color: #D357EE;
}
.AnyTagClassName
{
color: #D357EE;
}
</style>
background-color css
<style>
a { background-color: #D357EE; }
a { background-color: rgb(211,87,238); }
div.DivClassName
{
background-color: #D357EE;
}
.BgClassName
{
background-color: #D357EE;
}
</style>
border-color css
<style>
span { border-color: #D357EE; }
span { border-color: rgb(211,87,238); }
td.TdClassName
{
border-color: #D357EE;
}
.TagClassName
{
border-color: #D357EE;
}
</style>