Shades of Heliotrope #D574F7
Tints of Heliotrope #D574F7
RGB
CMYK
RGB Variations
Color information
#D574F7 (or 0xD574F7) is known color: Heliotrope. HEX triplet: D5, 74 and F7. RGB value is (213,116,247). Sum of RGB (Red+Green+Blue) = 213+116+247=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #D574F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574F7 is #2A8B08. Grayscale: #9F9F9F. Windows color (decimal): -2788105 or 16217301. OLE color: 16217301.
HSL color Cylindrical-coordinate representation of color #D574F7: hue angle of 284.43º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D574F7 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 116 | 247 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.03 |
| HSL | 284.43º | 0.89% | 0.71% | - |
| HSV(B) | 284.43º | 0.53% | 0.97% | - |
| XYZ | 50.47 | 33.35 | 91.77 | - |
| YUV | 159.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 247 | 0.14 | 0.53 | 0 | 0.03 | 284.43 | 0.89 | 0.71 |
| Hex | D5 | 74 | F7 | E | 35 | 0 | 3 | 11C | 59 | 47 |
| Octal | 325 | 164 | 367 | 16 | 65 | 0 | 3 | 434 | 131 | 107 |
| Binary | 11010101 | 1110100 | 11110111 | 1110 | 110101 | 0 | 11 | 100011100 | 1011001 | 1000111 |
Color Harmonies of #D574F7
Complementary color
Monochromatic Colors of #D574F7
Black with #D574F7
Text Example
Text Example
White with #D574F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574F7; }
p { color: rgb(213,116,247); }
H1.HeaderClassName
{
color: #D574F7;
}
.AnyTagClassName
{
color: #D574F7;
}
</style>
background-color css
<style>
a { background-color: #D574F7; }
a { background-color: rgb(213,116,247); }
div.DivClassName
{
background-color: #D574F7;
}
.BgClassName
{
background-color: #D574F7;
}
</style>
border-color css
<style>
span { border-color: #D574F7; }
span { border-color: rgb(213,116,247); }
td.TdClassName
{
border-color: #D574F7;
}
.TagClassName
{
border-color: #D574F7;
}
</style>