Shades of Heliotrope #D054FE
Tints of Heliotrope #D054FE
RGB
CMYK
RGB Variations
Color information
#D054FE (or 0xD054FE) is known color: Heliotrope. HEX triplet: D0, 54 and FE. RGB value is (208,84,254). Sum of RGB (Red+Green+Blue) = 208+84+254=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 84 (33.20% from 255 or 15.38% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #D054FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D054FE is #2FAB01. Grayscale: #8B8B8B. Windows color (decimal): -3123970 or 16667856. OLE color: 16667856.
HSL color Cylindrical-coordinate representation of color #D054FE: hue angle of 283.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D054FE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 84 | 254 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.00 |
| HSL | 283.76º | 0.99% | 0.66% | - |
| HSV(B) | 283.76º | 0.67% | 1% | - |
| XYZ | 47.07 | 26.91 | 96.48 | - |
| YUV | 140.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 254 | 0.18 | 0.67 | 0 | 0.00 | 283.76 | 0.99 | 0.66 |
| Hex | D0 | 54 | FE | 12 | 43 | 0 | 0 | 11C | 63 | 42 |
| Octal | 320 | 124 | 376 | 22 | 103 | 0 | 0 | 434 | 143 | 102 |
| Binary | 11010000 | 1010100 | 11111110 | 10010 | 1000011 | 0 | 0 | 100011100 | 1100011 | 1000010 |
Color Harmonies of #D054FE
Complementary color
Monochromatic Colors of #D054FE
Black with #D054FE
Text Example
Text Example
White with #D054FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D054FE; }
p { color: rgb(208,84,254); }
H1.HeaderClassName
{
color: #D054FE;
}
.AnyTagClassName
{
color: #D054FE;
}
</style>
background-color css
<style>
a { background-color: #D054FE; }
a { background-color: rgb(208,84,254); }
div.DivClassName
{
background-color: #D054FE;
}
.BgClassName
{
background-color: #D054FE;
}
</style>
border-color css
<style>
span { border-color: #D054FE; }
span { border-color: rgb(208,84,254); }
td.TdClassName
{
border-color: #D054FE;
}
.TagClassName
{
border-color: #D054FE;
}
</style>