Shades of Heliotrope #D57FED
Tints of Heliotrope #D57FED
RGB
CMYK
RGB Variations
Color information
#D57FED (or 0xD57FED) is known color: Heliotrope. HEX triplet: D5, 7F and ED. RGB value is (213,127,237). Sum of RGB (Red+Green+Blue) = 213+127+237=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #D57FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FED is #2A8012. Grayscale: #A4A4A4. Windows color (decimal): -2785299 or 15564757. OLE color: 15564757.
HSL color Cylindrical-coordinate representation of color #D57FED: hue angle of 286.91º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57FED is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 127 | 237 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.07 |
| HSL | 286.91º | 0.75% | 0.71% | - |
| HSV(B) | 286.91º | 0.46% | 0.93% | - |
| XYZ | 50.32 | 35.44 | 84.31 | - |
| YUV | 165.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 237 | 0.10 | 0.46 | 0 | 0.07 | 286.91 | 0.75 | 0.71 |
| Hex | D5 | 7F | ED | A | 2E | 0 | 7 | 11F | 4B | 47 |
| Octal | 325 | 177 | 355 | 12 | 56 | 0 | 7 | 437 | 113 | 107 |
| Binary | 11010101 | 1111111 | 11101101 | 1010 | 101110 | 0 | 111 | 100011111 | 1001011 | 1000111 |
Color Harmonies of #D57FED
Complementary color
Monochromatic Colors of #D57FED
Black with #D57FED
Text Example
Text Example
White with #D57FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FED; }
p { color: rgb(213,127,237); }
H1.HeaderClassName
{
color: #D57FED;
}
.AnyTagClassName
{
color: #D57FED;
}
</style>
background-color css
<style>
a { background-color: #D57FED; }
a { background-color: rgb(213,127,237); }
div.DivClassName
{
background-color: #D57FED;
}
.BgClassName
{
background-color: #D57FED;
}
</style>
border-color css
<style>
span { border-color: #D57FED; }
span { border-color: rgb(213,127,237); }
td.TdClassName
{
border-color: #D57FED;
}
.TagClassName
{
border-color: #D57FED;
}
</style>