Shades of Heliotrope #D544F9
Tints of Heliotrope #D544F9
RGB
CMYK
RGB Variations
Color information
#D544F9 (or 0xD544F9) is known color: Heliotrope. HEX triplet: D5, 44 and F9. RGB value is (213,68,249). Sum of RGB (Red+Green+Blue) = 213+68+249=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 68 (26.95% from 255 or 12.83% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #D544F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D544F9 is #2ABB06. Grayscale: #838383. Windows color (decimal): -2800391 or 16336085. OLE color: 16336085.
HSL color Cylindrical-coordinate representation of color #D544F9: hue angle of 288.07º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D544F9 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 68 | 249 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.02 |
| HSL | 288.07º | 0.94% | 0.62% | - |
| HSV(B) | 288.07º | 0.73% | 0.98% | - |
| XYZ | 46.61 | 25.12 | 92.01 | - |
| YUV | 131.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 249 | 0.14 | 0.73 | 0 | 0.02 | 288.07 | 0.94 | 0.62 |
| Hex | D5 | 44 | F9 | E | 49 | 0 | 2 | 120 | 5E | 3E |
| Octal | 325 | 104 | 371 | 16 | 111 | 0 | 2 | 440 | 136 | 76 |
| Binary | 11010101 | 1000100 | 11111001 | 1110 | 1001001 | 0 | 10 | 100100000 | 1011110 | 111110 |
Color Harmonies of #D544F9
Complementary color
Monochromatic Colors of #D544F9
Black with #D544F9
Text Example
Text Example
White with #D544F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D544F9; }
p { color: rgb(213,68,249); }
H1.HeaderClassName
{
color: #D544F9;
}
.AnyTagClassName
{
color: #D544F9;
}
</style>
background-color css
<style>
a { background-color: #D544F9; }
a { background-color: rgb(213,68,249); }
div.DivClassName
{
background-color: #D544F9;
}
.BgClassName
{
background-color: #D544F9;
}
</style>
border-color css
<style>
span { border-color: #D544F9; }
span { border-color: rgb(213,68,249); }
td.TdClassName
{
border-color: #D544F9;
}
.TagClassName
{
border-color: #D544F9;
}
</style>