Shades of Heliotrope #D574F3
Tints of Heliotrope #D574F3
RGB
CMYK
RGB Variations
Color information
#D574F3 (or 0xD574F3) is known color: Heliotrope. HEX triplet: D5, 74 and F3. RGB value is (213,116,243). Sum of RGB (Red+Green+Blue) = 213+116+243=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #D574F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574F3 is #2A8B0C. Grayscale: #9F9F9F. Windows color (decimal): -2788109 or 15955157. OLE color: 15955157.
HSL color Cylindrical-coordinate representation of color #D574F3: hue angle of 285.83º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D574F3 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 116 | 243 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.05 |
| HSL | 285.83º | 0.84% | 0.7% | - |
| HSV(B) | 285.83º | 0.52% | 0.95% | - |
| XYZ | 49.86 | 33.11 | 88.56 | - |
| YUV | 159.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 243 | 0.12 | 0.52 | 0 | 0.05 | 285.83 | 0.84 | 0.7 |
| Hex | D5 | 74 | F3 | C | 34 | 0 | 5 | 11E | 54 | 46 |
| Octal | 325 | 164 | 363 | 14 | 64 | 0 | 5 | 436 | 124 | 106 |
| Binary | 11010101 | 1110100 | 11110011 | 1100 | 110100 | 0 | 101 | 100011110 | 1010100 | 1000110 |
Color Harmonies of #D574F3
Complementary color
Monochromatic Colors of #D574F3
Black with #D574F3
Text Example
Text Example
White with #D574F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574F3; }
p { color: rgb(213,116,243); }
H1.HeaderClassName
{
color: #D574F3;
}
.AnyTagClassName
{
color: #D574F3;
}
</style>
background-color css
<style>
a { background-color: #D574F3; }
a { background-color: rgb(213,116,243); }
div.DivClassName
{
background-color: #D574F3;
}
.BgClassName
{
background-color: #D574F3;
}
</style>
border-color css
<style>
span { border-color: #D574F3; }
span { border-color: rgb(213,116,243); }
td.TdClassName
{
border-color: #D574F3;
}
.TagClassName
{
border-color: #D574F3;
}
</style>