Shades of Heliotrope #D057EF
Tints of Heliotrope #D057EF
RGB
CMYK
RGB Variations
Color information
#D057EF (or 0xD057EF) is known color: Heliotrope. HEX triplet: D0, 57 and EF. RGB value is (208,87,239). Sum of RGB (Red+Green+Blue) = 208+87+239=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 87 (34.38% from 255 or 16.29% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #D057EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D057EF is #2FA810. Grayscale: #8C8C8C. Windows color (decimal): -3123217 or 15685584. OLE color: 15685584.
HSL color Cylindrical-coordinate representation of color #D057EF: hue angle of 287.76º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D057EF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 87 | 239 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.06 |
| HSL | 287.76º | 0.83% | 0.64% | - |
| HSV(B) | 287.76º | 0.64% | 0.94% | - |
| XYZ | 45 | 26.46 | 84.4 | - |
| YUV | 140.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 239 | 0.13 | 0.64 | 0 | 0.06 | 287.76 | 0.83 | 0.64 |
| Hex | D0 | 57 | EF | D | 40 | 0 | 6 | 120 | 53 | 40 |
| Octal | 320 | 127 | 357 | 15 | 100 | 0 | 6 | 440 | 123 | 100 |
| Binary | 11010000 | 1010111 | 11101111 | 1101 | 1000000 | 0 | 110 | 100100000 | 1010011 | 1000000 |
Color Harmonies of #D057EF
Complementary color
Monochromatic Colors of #D057EF
Black with #D057EF
Text Example
Text Example
White with #D057EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057EF; }
p { color: rgb(208,87,239); }
H1.HeaderClassName
{
color: #D057EF;
}
.AnyTagClassName
{
color: #D057EF;
}
</style>
background-color css
<style>
a { background-color: #D057EF; }
a { background-color: rgb(208,87,239); }
div.DivClassName
{
background-color: #D057EF;
}
.BgClassName
{
background-color: #D057EF;
}
</style>
border-color css
<style>
span { border-color: #D057EF; }
span { border-color: rgb(208,87,239); }
td.TdClassName
{
border-color: #D057EF;
}
.TagClassName
{
border-color: #D057EF;
}
</style>