Shades of Heliotrope #DD55FA
Tints of Heliotrope #DD55FA
RGB
CMYK
RGB Variations
Color information
#DD55FA (or 0xDD55FA) is known color: Heliotrope. HEX triplet: DD, 55 and FA. RGB value is (221,85,250). Sum of RGB (Red+Green+Blue) = 221+85+250=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55FA is #22AA05. Grayscale: #8F8F8F. Windows color (decimal): -2271750 or 16405981. OLE color: 16405981.
HSL color Cylindrical-coordinate representation of color #DD55FA: hue angle of 289.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD55FA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 85 | 250 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.02 |
| HSL | 289.45º | 0.94% | 0.66% | - |
| HSV(B) | 289.45º | 0.66% | 0.98% | - |
| XYZ | 50.32 | 28.77 | 93.34 | - |
| YUV | 144.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 250 | 0.12 | 0.66 | 0 | 0.02 | 289.45 | 0.94 | 0.66 |
| Hex | DD | 55 | FA | C | 42 | 0 | 2 | 121 | 5E | 42 |
| Octal | 335 | 125 | 372 | 14 | 102 | 0 | 2 | 441 | 136 | 102 |
| Binary | 11011101 | 1010101 | 11111010 | 1100 | 1000010 | 0 | 10 | 100100001 | 1011110 | 1000010 |
Color Harmonies of #DD55FA
Complementary color
Monochromatic Colors of #DD55FA
Black with #DD55FA
Text Example
Text Example
White with #DD55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55FA; }
p { color: rgb(221,85,250); }
H1.HeaderClassName
{
color: #DD55FA;
}
.AnyTagClassName
{
color: #DD55FA;
}
</style>
background-color css
<style>
a { background-color: #DD55FA; }
a { background-color: rgb(221,85,250); }
div.DivClassName
{
background-color: #DD55FA;
}
.BgClassName
{
background-color: #DD55FA;
}
</style>
border-color css
<style>
span { border-color: #DD55FA; }
span { border-color: rgb(221,85,250); }
td.TdClassName
{
border-color: #DD55FA;
}
.TagClassName
{
border-color: #DD55FA;
}
</style>