Shades of Heliotrope #D557EF
Tints of Heliotrope #D557EF
RGB
CMYK
RGB Variations
Color information
#D557EF (or 0xD557EF) is known color: Heliotrope. HEX triplet: D5, 57 and EF. RGB value is (213,87,239). Sum of RGB (Red+Green+Blue) = 213+87+239=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 87 (34.38% from 255 or 16.14% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #D557EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D557EF is #2AA810. Grayscale: #8D8D8D. Windows color (decimal): -2795537 or 15685589. OLE color: 15685589.
HSL color Cylindrical-coordinate representation of color #D557EF: hue angle of 289.74º 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 #D557EF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 87 | 239 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.06 |
| HSL | 289.74º | 0.83% | 0.64% | - |
| HSV(B) | 289.74º | 0.64% | 0.94% | - |
| XYZ | 46.43 | 27.19 | 84.46 | - |
| YUV | 142 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 239 | 0.11 | 0.64 | 0 | 0.06 | 289.74 | 0.83 | 0.64 |
| Hex | D5 | 57 | EF | B | 40 | 0 | 6 | 122 | 53 | 40 |
| Octal | 325 | 127 | 357 | 13 | 100 | 0 | 6 | 442 | 123 | 100 |
| Binary | 11010101 | 1010111 | 11101111 | 1011 | 1000000 | 0 | 110 | 100100010 | 1010011 | 1000000 |
Color Harmonies of #D557EF
Complementary color
Monochromatic Colors of #D557EF
Black with #D557EF
Text Example
Text Example
White with #D557EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557EF; }
p { color: rgb(213,87,239); }
H1.HeaderClassName
{
color: #D557EF;
}
.AnyTagClassName
{
color: #D557EF;
}
</style>
background-color css
<style>
a { background-color: #D557EF; }
a { background-color: rgb(213,87,239); }
div.DivClassName
{
background-color: #D557EF;
}
.BgClassName
{
background-color: #D557EF;
}
</style>
border-color css
<style>
span { border-color: #D557EF; }
span { border-color: rgb(213,87,239); }
td.TdClassName
{
border-color: #D557EF;
}
.TagClassName
{
border-color: #D557EF;
}
</style>