Shades of Heliotrope #D754F9
Tints of Heliotrope #D754F9
RGB
CMYK
RGB Variations
Color information
#D754F9 (or 0xD754F9) is known color: Heliotrope. HEX triplet: D7, 54 and F9. RGB value is (215,84,249). Sum of RGB (Red+Green+Blue) = 215+84+249=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 84 (33.20% from 255 or 15.33% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #D754F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D754F9 is #28AB06. Grayscale: #8D8D8D. Windows color (decimal): -2665223 or 16340183. OLE color: 16340183.
HSL color Cylindrical-coordinate representation of color #D754F9: hue angle of 287.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D754F9 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 84 | 249 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.02 |
| HSL | 287.64º | 0.93% | 0.65% | - |
| HSV(B) | 287.64º | 0.66% | 0.98% | - |
| XYZ | 48.29 | 27.63 | 92.41 | - |
| YUV | 141.98 | 188.4 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 249 | 0.14 | 0.66 | 0 | 0.02 | 287.64 | 0.93 | 0.65 |
| Hex | D7 | 54 | F9 | E | 42 | 0 | 2 | 120 | 5D | 41 |
| Octal | 327 | 124 | 371 | 16 | 102 | 0 | 2 | 440 | 135 | 101 |
| Binary | 11010111 | 1010100 | 11111001 | 1110 | 1000010 | 0 | 10 | 100100000 | 1011101 | 1000001 |
Color Harmonies of #D754F9
Complementary color
Monochromatic Colors of #D754F9
Black with #D754F9
Text Example
Text Example
White with #D754F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754F9; }
p { color: rgb(215,84,249); }
H1.HeaderClassName
{
color: #D754F9;
}
.AnyTagClassName
{
color: #D754F9;
}
</style>
background-color css
<style>
a { background-color: #D754F9; }
a { background-color: rgb(215,84,249); }
div.DivClassName
{
background-color: #D754F9;
}
.BgClassName
{
background-color: #D754F9;
}
</style>
border-color css
<style>
span { border-color: #D754F9; }
span { border-color: rgb(215,84,249); }
td.TdClassName
{
border-color: #D754F9;
}
.TagClassName
{
border-color: #D754F9;
}
</style>