Shades of Heliotrope #D574EE
Tints of Heliotrope #D574EE
RGB
CMYK
RGB Variations
Color information
#D574EE (or 0xD574EE) is known color: Heliotrope. HEX triplet: D5, 74 and EE. RGB value is (213,116,238). Sum of RGB (Red+Green+Blue) = 213+116+238=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #D574EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574EE is #2A8B11. Grayscale: #9E9E9E. Windows color (decimal): -2788114 or 15627477. OLE color: 15627477.
HSL color Cylindrical-coordinate representation of color #D574EE: hue angle of 287.7º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D574EE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 116 | 238 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.07 |
| HSL | 287.7º | 0.78% | 0.69% | - |
| HSV(B) | 287.7º | 0.51% | 0.93% | - |
| XYZ | 49.12 | 32.81 | 84.63 | - |
| YUV | 158.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 238 | 0.11 | 0.51 | 0 | 0.07 | 287.7 | 0.78 | 0.69 |
| Hex | D5 | 74 | EE | B | 33 | 0 | 7 | 120 | 4E | 45 |
| Octal | 325 | 164 | 356 | 13 | 63 | 0 | 7 | 440 | 116 | 105 |
| Binary | 11010101 | 1110100 | 11101110 | 1011 | 110011 | 0 | 111 | 100100000 | 1001110 | 1000101 |
Color Harmonies of #D574EE
Complementary color
Monochromatic Colors of #D574EE
Black with #D574EE
Text Example
Text Example
White with #D574EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574EE; }
p { color: rgb(213,116,238); }
H1.HeaderClassName
{
color: #D574EE;
}
.AnyTagClassName
{
color: #D574EE;
}
</style>
background-color css
<style>
a { background-color: #D574EE; }
a { background-color: rgb(213,116,238); }
div.DivClassName
{
background-color: #D574EE;
}
.BgClassName
{
background-color: #D574EE;
}
</style>
border-color css
<style>
span { border-color: #D574EE; }
span { border-color: rgb(213,116,238); }
td.TdClassName
{
border-color: #D574EE;
}
.TagClassName
{
border-color: #D574EE;
}
</style>