Shades of Heliotrope #D573F7
Tints of Heliotrope #D573F7
RGB
CMYK
RGB Variations
Color information
#D573F7 (or 0xD573F7) is known color: Heliotrope. HEX triplet: D5, 73 and F7. RGB value is (213,115,247). Sum of RGB (Red+Green+Blue) = 213+115+247=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #D573F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D573F7 is #2A8C08. Grayscale: #9E9E9E. Windows color (decimal): -2788361 or 16217045. OLE color: 16217045.
HSL color Cylindrical-coordinate representation of color #D573F7: hue angle of 284.55º 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 #D573F7 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 115 | 247 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.03 |
| HSL | 284.55º | 0.89% | 0.71% | - |
| HSV(B) | 284.55º | 0.53% | 0.97% | - |
| XYZ | 50.36 | 33.12 | 91.73 | - |
| YUV | 159.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 247 | 0.14 | 0.53 | 0 | 0.03 | 284.55 | 0.89 | 0.71 |
| Hex | D5 | 73 | F7 | E | 35 | 0 | 3 | 11D | 59 | 47 |
| Octal | 325 | 163 | 367 | 16 | 65 | 0 | 3 | 435 | 131 | 107 |
| Binary | 11010101 | 1110011 | 11110111 | 1110 | 110101 | 0 | 11 | 100011101 | 1011001 | 1000111 |
Color Harmonies of #D573F7
Complementary color
Monochromatic Colors of #D573F7
Black with #D573F7
Text Example
Text Example
White with #D573F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D573F7; }
p { color: rgb(213,115,247); }
H1.HeaderClassName
{
color: #D573F7;
}
.AnyTagClassName
{
color: #D573F7;
}
</style>
background-color css
<style>
a { background-color: #D573F7; }
a { background-color: rgb(213,115,247); }
div.DivClassName
{
background-color: #D573F7;
}
.BgClassName
{
background-color: #D573F7;
}
</style>
border-color css
<style>
span { border-color: #D573F7; }
span { border-color: rgb(213,115,247); }
td.TdClassName
{
border-color: #D573F7;
}
.TagClassName
{
border-color: #D573F7;
}
</style>