Shades of Heliotrope #D054F5
Tints of Heliotrope #D054F5
RGB
CMYK
RGB Variations
Color information
#D054F5 (or 0xD054F5) is known color: Heliotrope. HEX triplet: D0, 54 and F5. RGB value is (208,84,245). Sum of RGB (Red+Green+Blue) = 208+84+245=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #D054F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D054F5 is #2FAB0A. Grayscale: #8A8A8A. Windows color (decimal): -3123979 or 16078032. OLE color: 16078032.
HSL color Cylindrical-coordinate representation of color #D054F5: hue angle of 286.21º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D054F5 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 84 | 245 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.04 |
| HSL | 286.21º | 0.89% | 0.65% | - |
| HSV(B) | 286.21º | 0.66% | 0.96% | - |
| XYZ | 45.66 | 26.34 | 89.06 | - |
| YUV | 139.43 | 187.58 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 245 | 0.15 | 0.66 | 0 | 0.04 | 286.21 | 0.89 | 0.65 |
| Hex | D0 | 54 | F5 | F | 42 | 0 | 4 | 11E | 59 | 41 |
| Octal | 320 | 124 | 365 | 17 | 102 | 0 | 4 | 436 | 131 | 101 |
| Binary | 11010000 | 1010100 | 11110101 | 1111 | 1000010 | 0 | 100 | 100011110 | 1011001 | 1000001 |
Color Harmonies of #D054F5
Complementary color
Monochromatic Colors of #D054F5
Black with #D054F5
Text Example
Text Example
White with #D054F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D054F5; }
p { color: rgb(208,84,245); }
H1.HeaderClassName
{
color: #D054F5;
}
.AnyTagClassName
{
color: #D054F5;
}
</style>
background-color css
<style>
a { background-color: #D054F5; }
a { background-color: rgb(208,84,245); }
div.DivClassName
{
background-color: #D054F5;
}
.BgClassName
{
background-color: #D054F5;
}
</style>
border-color css
<style>
span { border-color: #D054F5; }
span { border-color: rgb(208,84,245); }
td.TdClassName
{
border-color: #D054F5;
}
.TagClassName
{
border-color: #D054F5;
}
</style>