Shades of Heliotrope #D574F0
Tints of Heliotrope #D574F0
RGB
CMYK
RGB Variations
Color information
#D574F0 (or 0xD574F0) is known color: Heliotrope. HEX triplet: D5, 74 and F0. RGB value is (213,116,240). Sum of RGB (Red+Green+Blue) = 213+116+240=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #D574F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574F0 is #2A8B0F. Grayscale: #9E9E9E. Windows color (decimal): -2788112 or 15758549. OLE color: 15758549.
HSL color Cylindrical-coordinate representation of color #D574F0: hue angle of 286.94º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D574F0 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 116 | 240 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.06 |
| HSL | 286.94º | 0.81% | 0.7% | - |
| HSV(B) | 286.94º | 0.52% | 0.94% | - |
| XYZ | 49.41 | 32.93 | 86.19 | - |
| YUV | 159.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 240 | 0.11 | 0.52 | 0 | 0.06 | 286.94 | 0.81 | 0.7 |
| Hex | D5 | 74 | F0 | B | 34 | 0 | 6 | 11F | 51 | 46 |
| Octal | 325 | 164 | 360 | 13 | 64 | 0 | 6 | 437 | 121 | 106 |
| Binary | 11010101 | 1110100 | 11110000 | 1011 | 110100 | 0 | 110 | 100011111 | 1010001 | 1000110 |
Color Harmonies of #D574F0
Complementary color
Monochromatic Colors of #D574F0
Black with #D574F0
Text Example
Text Example
White with #D574F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574F0; }
p { color: rgb(213,116,240); }
H1.HeaderClassName
{
color: #D574F0;
}
.AnyTagClassName
{
color: #D574F0;
}
</style>
background-color css
<style>
a { background-color: #D574F0; }
a { background-color: rgb(213,116,240); }
div.DivClassName
{
background-color: #D574F0;
}
.BgClassName
{
background-color: #D574F0;
}
</style>
border-color css
<style>
span { border-color: #D574F0; }
span { border-color: rgb(213,116,240); }
td.TdClassName
{
border-color: #D574F0;
}
.TagClassName
{
border-color: #D574F0;
}
</style>