Shades of Heliotrope #D574F9
Tints of Heliotrope #D574F9
RGB
CMYK
RGB Variations
Color information
#D574F9 (or 0xD574F9) is known color: Heliotrope. HEX triplet: D5, 74 and F9. RGB value is (213,116,249). Sum of RGB (Red+Green+Blue) = 213+116+249=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #D574F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574F9 is #2A8B06. Grayscale: #9F9F9F. Windows color (decimal): -2788103 or 16348373. OLE color: 16348373.
HSL color Cylindrical-coordinate representation of color #D574F9: hue angle of 283.76º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D574F9 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 116 | 249 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.02 |
| HSL | 283.76º | 0.92% | 0.72% | - |
| HSV(B) | 283.76º | 0.53% | 0.98% | - |
| XYZ | 50.78 | 33.48 | 93.41 | - |
| YUV | 160.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 249 | 0.14 | 0.53 | 0 | 0.02 | 283.76 | 0.92 | 0.72 |
| Hex | D5 | 74 | F9 | E | 35 | 0 | 2 | 11C | 5C | 48 |
| Octal | 325 | 164 | 371 | 16 | 65 | 0 | 2 | 434 | 134 | 110 |
| Binary | 11010101 | 1110100 | 11111001 | 1110 | 110101 | 0 | 10 | 100011100 | 1011100 | 1001000 |
Color Harmonies of #D574F9
Complementary color
Monochromatic Colors of #D574F9
Black with #D574F9
Text Example
Text Example
White with #D574F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574F9; }
p { color: rgb(213,116,249); }
H1.HeaderClassName
{
color: #D574F9;
}
.AnyTagClassName
{
color: #D574F9;
}
</style>
background-color css
<style>
a { background-color: #D574F9; }
a { background-color: rgb(213,116,249); }
div.DivClassName
{
background-color: #D574F9;
}
.BgClassName
{
background-color: #D574F9;
}
</style>
border-color css
<style>
span { border-color: #D574F9; }
span { border-color: rgb(213,116,249); }
td.TdClassName
{
border-color: #D574F9;
}
.TagClassName
{
border-color: #D574F9;
}
</style>