Shades of Heliotrope #D57EEE
Tints of Heliotrope #D57EEE
RGB
CMYK
RGB Variations
Color information
#D57EEE (or 0xD57EEE) is known color: Heliotrope. HEX triplet: D5, 7E and EE. RGB value is (213,126,238). Sum of RGB (Red+Green+Blue) = 213+126+238=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #D57EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57EEE is #2A8111. Grayscale: #A4A4A4. Windows color (decimal): -2785554 or 15630037. OLE color: 15630037.
HSL color Cylindrical-coordinate representation of color #D57EEE: hue angle of 286.61º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57EEE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 126 | 238 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.07 |
| HSL | 286.61º | 0.77% | 0.71% | - |
| HSV(B) | 286.61º | 0.47% | 0.93% | - |
| XYZ | 50.33 | 35.24 | 85.04 | - |
| YUV | 164.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 238 | 0.11 | 0.47 | 0 | 0.07 | 286.61 | 0.77 | 0.71 |
| Hex | D5 | 7E | EE | B | 2F | 0 | 7 | 11F | 4D | 47 |
| Octal | 325 | 176 | 356 | 13 | 57 | 0 | 7 | 437 | 115 | 107 |
| Binary | 11010101 | 1111110 | 11101110 | 1011 | 101111 | 0 | 111 | 100011111 | 1001101 | 1000111 |
Color Harmonies of #D57EEE
Complementary color
Monochromatic Colors of #D57EEE
Black with #D57EEE
Text Example
Text Example
White with #D57EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EEE; }
p { color: rgb(213,126,238); }
H1.HeaderClassName
{
color: #D57EEE;
}
.AnyTagClassName
{
color: #D57EEE;
}
</style>
background-color css
<style>
a { background-color: #D57EEE; }
a { background-color: rgb(213,126,238); }
div.DivClassName
{
background-color: #D57EEE;
}
.BgClassName
{
background-color: #D57EEE;
}
</style>
border-color css
<style>
span { border-color: #D57EEE; }
span { border-color: rgb(213,126,238); }
td.TdClassName
{
border-color: #D57EEE;
}
.TagClassName
{
border-color: #D57EEE;
}
</style>