Shades of Heliotrope #D54FF8
Tints of Heliotrope #D54FF8
RGB
CMYK
RGB Variations
Color information
#D54FF8 (or 0xD54FF8) is known color: Heliotrope. HEX triplet: D5, 4F and F8. RGB value is (213,79,248). Sum of RGB (Red+Green+Blue) = 213+79+248=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 79 (31.25% from 255 or 14.63% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #D54FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54FF8 is #2AB007. Grayscale: #898989. Windows color (decimal): -2797576 or 16273365. OLE color: 16273365.
HSL color Cylindrical-coordinate representation of color #D54FF8: hue angle of 287.57º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54FF8 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 79 | 248 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.03 |
| HSL | 287.57º | 0.92% | 0.64% | - |
| HSV(B) | 287.57º | 0.68% | 0.97% | - |
| XYZ | 47.18 | 26.52 | 91.44 | - |
| YUV | 138.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 248 | 0.14 | 0.68 | 0 | 0.03 | 287.57 | 0.92 | 0.64 |
| Hex | D5 | 4F | F8 | E | 44 | 0 | 3 | 120 | 5C | 40 |
| Octal | 325 | 117 | 370 | 16 | 104 | 0 | 3 | 440 | 134 | 100 |
| Binary | 11010101 | 1001111 | 11111000 | 1110 | 1000100 | 0 | 11 | 100100000 | 1011100 | 1000000 |
Color Harmonies of #D54FF8
Complementary color
Monochromatic Colors of #D54FF8
Black with #D54FF8
Text Example
Text Example
White with #D54FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FF8; }
p { color: rgb(213,79,248); }
H1.HeaderClassName
{
color: #D54FF8;
}
.AnyTagClassName
{
color: #D54FF8;
}
</style>
background-color css
<style>
a { background-color: #D54FF8; }
a { background-color: rgb(213,79,248); }
div.DivClassName
{
background-color: #D54FF8;
}
.BgClassName
{
background-color: #D54FF8;
}
</style>
border-color css
<style>
span { border-color: #D54FF8; }
span { border-color: rgb(213,79,248); }
td.TdClassName
{
border-color: #D54FF8;
}
.TagClassName
{
border-color: #D54FF8;
}
</style>