Shades of Heliotrope #D54FFC
Tints of Heliotrope #D54FFC
RGB
CMYK
RGB Variations
Color information
#D54FFC (or 0xD54FFC) is known color: Heliotrope. HEX triplet: D5, 4F and FC. RGB value is (213,79,252). Sum of RGB (Red+Green+Blue) = 213+79+252=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 79 (31.25% from 255 or 14.52% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #D54FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54FFC is #2AB003. Grayscale: #8A8A8A. Windows color (decimal): -2797572 or 16535509. OLE color: 16535509.
HSL color Cylindrical-coordinate representation of color #D54FFC: hue angle of 286.47º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54FFC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 79 | 252 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.01 |
| HSL | 286.47º | 0.97% | 0.65% | - |
| HSV(B) | 286.47º | 0.69% | 0.99% | - |
| XYZ | 47.81 | 26.77 | 94.74 | - |
| YUV | 138.79 | 191.89 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 252 | 0.15 | 0.69 | 0 | 0.01 | 286.47 | 0.97 | 0.65 |
| Hex | D5 | 4F | FC | F | 45 | 0 | 1 | 11E | 61 | 41 |
| Octal | 325 | 117 | 374 | 17 | 105 | 0 | 1 | 436 | 141 | 101 |
| Binary | 11010101 | 1001111 | 11111100 | 1111 | 1000101 | 0 | 1 | 100011110 | 1100001 | 1000001 |
Color Harmonies of #D54FFC
Complementary color
Monochromatic Colors of #D54FFC
Black with #D54FFC
Text Example
Text Example
White with #D54FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FFC; }
p { color: rgb(213,79,252); }
H1.HeaderClassName
{
color: #D54FFC;
}
.AnyTagClassName
{
color: #D54FFC;
}
</style>
background-color css
<style>
a { background-color: #D54FFC; }
a { background-color: rgb(213,79,252); }
div.DivClassName
{
background-color: #D54FFC;
}
.BgClassName
{
background-color: #D54FFC;
}
</style>
border-color css
<style>
span { border-color: #D54FFC; }
span { border-color: rgb(213,79,252); }
td.TdClassName
{
border-color: #D54FFC;
}
.TagClassName
{
border-color: #D54FFC;
}
</style>