Shades of Heliotrope #D055FE
Tints of Heliotrope #D055FE
RGB
CMYK
RGB Variations
Color information
#D055FE (or 0xD055FE) is known color: Heliotrope. HEX triplet: D0, 55 and FE. RGB value is (208,85,254). Sum of RGB (Red+Green+Blue) = 208+85+254=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #D055FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D055FE is #2FAA01. Grayscale: #8C8C8C. Windows color (decimal): -3123714 or 16668112. OLE color: 16668112.
HSL color Cylindrical-coordinate representation of color #D055FE: hue angle of 283.67º 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 #D055FE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 85 | 254 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.00 |
| HSL | 283.67º | 0.99% | 0.66% | - |
| HSV(B) | 283.67º | 0.67% | 1% | - |
| XYZ | 47.15 | 27.06 | 96.5 | - |
| YUV | 141.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 254 | 0.18 | 0.67 | 0 | 0.00 | 283.67 | 0.99 | 0.66 |
| Hex | D0 | 55 | FE | 12 | 43 | 0 | 0 | 11C | 63 | 42 |
| Octal | 320 | 125 | 376 | 22 | 103 | 0 | 0 | 434 | 143 | 102 |
| Binary | 11010000 | 1010101 | 11111110 | 10010 | 1000011 | 0 | 0 | 100011100 | 1100011 | 1000010 |
Color Harmonies of #D055FE
Complementary color
Monochromatic Colors of #D055FE
Black with #D055FE
Text Example
Text Example
White with #D055FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055FE; }
p { color: rgb(208,85,254); }
H1.HeaderClassName
{
color: #D055FE;
}
.AnyTagClassName
{
color: #D055FE;
}
</style>
background-color css
<style>
a { background-color: #D055FE; }
a { background-color: rgb(208,85,254); }
div.DivClassName
{
background-color: #D055FE;
}
.BgClassName
{
background-color: #D055FE;
}
</style>
border-color css
<style>
span { border-color: #D055FE; }
span { border-color: rgb(208,85,254); }
td.TdClassName
{
border-color: #D055FE;
}
.TagClassName
{
border-color: #D055FE;
}
</style>