Shades of Heliotrope #D754FA
Tints of Heliotrope #D754FA
RGB
CMYK
RGB Variations
Color information
#D754FA (or 0xD754FA) is known color: Heliotrope. HEX triplet: D7, 54 and FA. RGB value is (215,84,250). Sum of RGB (Red+Green+Blue) = 215+84+250=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 84 (33.20% from 255 or 15.30% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #D754FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D754FA is #28AB05. Grayscale: #8D8D8D. Windows color (decimal): -2665222 or 16405719. OLE color: 16405719.
HSL color Cylindrical-coordinate representation of color #D754FA: hue angle of 287.35º degrees, saturation: 0.94, 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 #D754FA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 84 | 250 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.02 |
| HSL | 287.35º | 0.94% | 0.65% | - |
| HSV(B) | 287.35º | 0.66% | 0.98% | - |
| XYZ | 48.45 | 27.69 | 93.23 | - |
| YUV | 142.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 250 | 0.14 | 0.66 | 0 | 0.02 | 287.35 | 0.94 | 0.65 |
| Hex | D7 | 54 | FA | E | 42 | 0 | 2 | 11F | 5E | 41 |
| Octal | 327 | 124 | 372 | 16 | 102 | 0 | 2 | 437 | 136 | 101 |
| Binary | 11010111 | 1010100 | 11111010 | 1110 | 1000010 | 0 | 10 | 100011111 | 1011110 | 1000001 |
Color Harmonies of #D754FA
Complementary color
Monochromatic Colors of #D754FA
Black with #D754FA
Text Example
Text Example
White with #D754FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754FA; }
p { color: rgb(215,84,250); }
H1.HeaderClassName
{
color: #D754FA;
}
.AnyTagClassName
{
color: #D754FA;
}
</style>
background-color css
<style>
a { background-color: #D754FA; }
a { background-color: rgb(215,84,250); }
div.DivClassName
{
background-color: #D754FA;
}
.BgClassName
{
background-color: #D754FA;
}
</style>
border-color css
<style>
span { border-color: #D754FA; }
span { border-color: rgb(215,84,250); }
td.TdClassName
{
border-color: #D754FA;
}
.TagClassName
{
border-color: #D754FA;
}
</style>