Shades of Heliotrope #D57FEB
Tints of Heliotrope #D57FEB
RGB
CMYK
RGB Variations
Color information
#D57FEB (or 0xD57FEB) is known color: Heliotrope. HEX triplet: D5, 7F and EB. RGB value is (213,127,235). Sum of RGB (Red+Green+Blue) = 213+127+235=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #D57FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FEB is #2A8014. Grayscale: #A4A4A4. Windows color (decimal): -2785301 or 15433685. OLE color: 15433685.
HSL color Cylindrical-coordinate representation of color #D57FEB: hue angle of 287.78º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57FEB is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 127 | 235 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.08 |
| HSL | 287.78º | 0.73% | 0.71% | - |
| HSV(B) | 287.78º | 0.46% | 0.92% | - |
| XYZ | 50.03 | 35.32 | 82.78 | - |
| YUV | 165.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 235 | 0.09 | 0.46 | 0 | 0.08 | 287.78 | 0.73 | 0.71 |
| Hex | D5 | 7F | EB | 9 | 2E | 0 | 8 | 120 | 49 | 47 |
| Octal | 325 | 177 | 353 | 11 | 56 | 0 | 10 | 440 | 111 | 107 |
| Binary | 11010101 | 1111111 | 11101011 | 1001 | 101110 | 0 | 1000 | 100100000 | 1001001 | 1000111 |
Color Harmonies of #D57FEB
Complementary color
Monochromatic Colors of #D57FEB
Black with #D57FEB
Text Example
Text Example
White with #D57FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FEB; }
p { color: rgb(213,127,235); }
H1.HeaderClassName
{
color: #D57FEB;
}
.AnyTagClassName
{
color: #D57FEB;
}
</style>
background-color css
<style>
a { background-color: #D57FEB; }
a { background-color: rgb(213,127,235); }
div.DivClassName
{
background-color: #D57FEB;
}
.BgClassName
{
background-color: #D57FEB;
}
</style>
border-color css
<style>
span { border-color: #D57FEB; }
span { border-color: rgb(213,127,235); }
td.TdClassName
{
border-color: #D57FEB;
}
.TagClassName
{
border-color: #D57FEB;
}
</style>