Shades of Heliotrope #DD55FC
Tints of Heliotrope #DD55FC
RGB
CMYK
RGB Variations
Color information
#DD55FC (or 0xDD55FC) is known color: Heliotrope. HEX triplet: DD, 55 and FC. RGB value is (221,85,252). Sum of RGB (Red+Green+Blue) = 221+85+252=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD55FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55FC is #22AA03. Grayscale: #909090. Windows color (decimal): -2271748 or 16537053. OLE color: 16537053.
HSL color Cylindrical-coordinate representation of color #DD55FC: hue angle of 288.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD55FC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 85 | 252 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.01 |
| HSL | 288.86º | 0.97% | 0.66% | - |
| HSV(B) | 288.86º | 0.66% | 0.99% | - |
| XYZ | 50.64 | 28.9 | 95 | - |
| YUV | 144.7 | 188.56 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 252 | 0.12 | 0.66 | 0 | 0.01 | 288.86 | 0.97 | 0.66 |
| Hex | DD | 55 | FC | C | 42 | 0 | 1 | 121 | 61 | 42 |
| Octal | 335 | 125 | 374 | 14 | 102 | 0 | 1 | 441 | 141 | 102 |
| Binary | 11011101 | 1010101 | 11111100 | 1100 | 1000010 | 0 | 1 | 100100001 | 1100001 | 1000010 |
Color Harmonies of #DD55FC
Complementary color
Monochromatic Colors of #DD55FC
Black with #DD55FC
Text Example
Text Example
White with #DD55FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55FC; }
p { color: rgb(221,85,252); }
H1.HeaderClassName
{
color: #DD55FC;
}
.AnyTagClassName
{
color: #DD55FC;
}
</style>
background-color css
<style>
a { background-color: #DD55FC; }
a { background-color: rgb(221,85,252); }
div.DivClassName
{
background-color: #DD55FC;
}
.BgClassName
{
background-color: #DD55FC;
}
</style>
border-color css
<style>
span { border-color: #DD55FC; }
span { border-color: rgb(221,85,252); }
td.TdClassName
{
border-color: #DD55FC;
}
.TagClassName
{
border-color: #DD55FC;
}
</style>