Shades of Heliotrope #DD55FE
Tints of Heliotrope #DD55FE
RGB
CMYK
RGB Variations
Color information
#DD55FE (or 0xDD55FE) is known color: Heliotrope. HEX triplet: DD, 55 and FE. RGB value is (221,85,254). Sum of RGB (Red+Green+Blue) = 221+85+254=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 85 (33.59% from 255 or 15.18% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55FE is #22AA01. Grayscale: #909090. Windows color (decimal): -2271746 or 16668125. OLE color: 16668125.
HSL color Cylindrical-coordinate representation of color #DD55FE: hue angle of 288.28º 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 #DD55FE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 85 | 254 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.00 |
| HSL | 288.28º | 0.99% | 0.66% | - |
| HSV(B) | 288.28º | 0.67% | 1% | - |
| XYZ | 50.96 | 29.02 | 96.68 | - |
| YUV | 144.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 254 | 0.13 | 0.67 | 0 | 0.00 | 288.28 | 0.99 | 0.66 |
| Hex | DD | 55 | FE | D | 43 | 0 | 0 | 120 | 63 | 42 |
| Octal | 335 | 125 | 376 | 15 | 103 | 0 | 0 | 440 | 143 | 102 |
| Binary | 11011101 | 1010101 | 11111110 | 1101 | 1000011 | 0 | 0 | 100100000 | 1100011 | 1000010 |
Color Harmonies of #DD55FE
Complementary color
Monochromatic Colors of #DD55FE
Black with #DD55FE
Text Example
Text Example
White with #DD55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55FE; }
p { color: rgb(221,85,254); }
H1.HeaderClassName
{
color: #DD55FE;
}
.AnyTagClassName
{
color: #DD55FE;
}
</style>
background-color css
<style>
a { background-color: #DD55FE; }
a { background-color: rgb(221,85,254); }
div.DivClassName
{
background-color: #DD55FE;
}
.BgClassName
{
background-color: #DD55FE;
}
</style>
border-color css
<style>
span { border-color: #DD55FE; }
span { border-color: rgb(221,85,254); }
td.TdClassName
{
border-color: #DD55FE;
}
.TagClassName
{
border-color: #DD55FE;
}
</style>