Shades of Heliotrope #D57DE8
Tints of Heliotrope #D57DE8
RGB
CMYK
RGB Variations
Color information
#D57DE8 (or 0xD57DE8) is known color: Heliotrope. HEX triplet: D5, 7D and E8. RGB value is (213,125,232). Sum of RGB (Red+Green+Blue) = 213+125+232=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #D57DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DE8 is #2A8217. Grayscale: #A3A3A3. Windows color (decimal): -2785816 or 15236565. OLE color: 15236565.
HSL color Cylindrical-coordinate representation of color #D57DE8: hue angle of 289.35º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57DE8 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 125 | 232 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.09 |
| HSL | 289.35º | 0.7% | 0.7% | - |
| HSV(B) | 289.35º | 0.46% | 0.91% | - |
| XYZ | 49.34 | 34.64 | 80.43 | - |
| YUV | 163.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 232 | 0.08 | 0.46 | 0 | 0.09 | 289.35 | 0.7 | 0.7 |
| Hex | D5 | 7D | E8 | 8 | 2E | 0 | 9 | 121 | 46 | 46 |
| Octal | 325 | 175 | 350 | 10 | 56 | 0 | 11 | 441 | 106 | 106 |
| Binary | 11010101 | 1111101 | 11101000 | 1000 | 101110 | 0 | 1001 | 100100001 | 1000110 | 1000110 |
Color Harmonies of #D57DE8
Complementary color
Monochromatic Colors of #D57DE8
Black with #D57DE8
Text Example
Text Example
White with #D57DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DE8; }
p { color: rgb(213,125,232); }
H1.HeaderClassName
{
color: #D57DE8;
}
.AnyTagClassName
{
color: #D57DE8;
}
</style>
background-color css
<style>
a { background-color: #D57DE8; }
a { background-color: rgb(213,125,232); }
div.DivClassName
{
background-color: #D57DE8;
}
.BgClassName
{
background-color: #D57DE8;
}
</style>
border-color css
<style>
span { border-color: #D57DE8; }
span { border-color: rgb(213,125,232); }
td.TdClassName
{
border-color: #D57DE8;
}
.TagClassName
{
border-color: #D57DE8;
}
</style>