Shades of Heliotrope #D549F7
Tints of Heliotrope #D549F7
RGB
CMYK
RGB Variations
Color information
#D549F7 (or 0xD549F7) is known color: Heliotrope. HEX triplet: D5, 49 and F7. RGB value is (213,73,247). Sum of RGB (Red+Green+Blue) = 213+73+247=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #D549F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D549F7 is #2AB608. Grayscale: #868686. Windows color (decimal): -2799113 or 16206293. OLE color: 16206293.
HSL color Cylindrical-coordinate representation of color #D549F7: hue angle of 288.28º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D549F7 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 73 | 247 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.03 |
| HSL | 288.28º | 0.92% | 0.63% | - |
| HSV(B) | 288.28º | 0.7% | 0.97% | - |
| XYZ | 46.61 | 25.63 | 90.49 | - |
| YUV | 134.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 247 | 0.14 | 0.70 | 0 | 0.03 | 288.28 | 0.92 | 0.63 |
| Hex | D5 | 49 | F7 | E | 46 | 0 | 3 | 120 | 5C | 3F |
| Octal | 325 | 111 | 367 | 16 | 106 | 0 | 3 | 440 | 134 | 77 |
| Binary | 11010101 | 1001001 | 11110111 | 1110 | 1000110 | 0 | 11 | 100100000 | 1011100 | 111111 |
Color Harmonies of #D549F7
Complementary color
Monochromatic Colors of #D549F7
Black with #D549F7
Text Example
Text Example
White with #D549F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549F7; }
p { color: rgb(213,73,247); }
H1.HeaderClassName
{
color: #D549F7;
}
.AnyTagClassName
{
color: #D549F7;
}
</style>
background-color css
<style>
a { background-color: #D549F7; }
a { background-color: rgb(213,73,247); }
div.DivClassName
{
background-color: #D549F7;
}
.BgClassName
{
background-color: #D549F7;
}
</style>
border-color css
<style>
span { border-color: #D549F7; }
span { border-color: rgb(213,73,247); }
td.TdClassName
{
border-color: #D549F7;
}
.TagClassName
{
border-color: #D549F7;
}
</style>