Shades of Heliotrope #D546F9
Tints of Heliotrope #D546F9
RGB
CMYK
RGB Variations
Color information
#D546F9 (or 0xD546F9) is known color: Heliotrope. HEX triplet: D5, 46 and F9. RGB value is (213,70,249). Sum of RGB (Red+Green+Blue) = 213+70+249=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 70 (27.73% from 255 or 13.16% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #D546F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D546F9 is #2AB906. Grayscale: #848484. Windows color (decimal): -2799879 or 16336597. OLE color: 16336597.
HSL color Cylindrical-coordinate representation of color #D546F9: hue angle of 287.93º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D546F9 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 70 | 249 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.02 |
| HSL | 287.93º | 0.94% | 0.63% | - |
| HSV(B) | 287.93º | 0.72% | 0.98% | - |
| XYZ | 46.73 | 25.37 | 92.06 | - |
| YUV | 133.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 249 | 0.14 | 0.72 | 0 | 0.02 | 287.93 | 0.94 | 0.63 |
| Hex | D5 | 46 | F9 | E | 48 | 0 | 2 | 120 | 5E | 3F |
| Octal | 325 | 106 | 371 | 16 | 110 | 0 | 2 | 440 | 136 | 77 |
| Binary | 11010101 | 1000110 | 11111001 | 1110 | 1001000 | 0 | 10 | 100100000 | 1011110 | 111111 |
Color Harmonies of #D546F9
Complementary color
Monochromatic Colors of #D546F9
Black with #D546F9
Text Example
Text Example
White with #D546F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D546F9; }
p { color: rgb(213,70,249); }
H1.HeaderClassName
{
color: #D546F9;
}
.AnyTagClassName
{
color: #D546F9;
}
</style>
background-color css
<style>
a { background-color: #D546F9; }
a { background-color: rgb(213,70,249); }
div.DivClassName
{
background-color: #D546F9;
}
.BgClassName
{
background-color: #D546F9;
}
</style>
border-color css
<style>
span { border-color: #D546F9; }
span { border-color: rgb(213,70,249); }
td.TdClassName
{
border-color: #D546F9;
}
.TagClassName
{
border-color: #D546F9;
}
</style>