Shades of Heliotrope #DD54F4
Tints of Heliotrope #DD54F4
RGB
CMYK
RGB Variations
Color information
#DD54F4 (or 0xDD54F4) is known color: Heliotrope. HEX triplet: DD, 54 and F4. RGB value is (221,84,244). Sum of RGB (Red+Green+Blue) = 221+84+244=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 84 (33.20% from 255 or 15.30% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD54F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD54F4 is #22AB0B. Grayscale: #8E8E8E. Windows color (decimal): -2272012 or 16012509. OLE color: 16012509.
HSL color Cylindrical-coordinate representation of color #DD54F4: hue angle of 291.38º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD54F4 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 84 | 244 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.04 |
| HSL | 291.38º | 0.88% | 0.64% | - |
| HSV(B) | 291.38º | 0.66% | 0.96% | - |
| XYZ | 49.32 | 28.24 | 88.44 | - |
| YUV | 143.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 244 | 0.09 | 0.66 | 0 | 0.04 | 291.38 | 0.88 | 0.64 |
| Hex | DD | 54 | F4 | 9 | 42 | 0 | 4 | 123 | 58 | 40 |
| Octal | 335 | 124 | 364 | 11 | 102 | 0 | 4 | 443 | 130 | 100 |
| Binary | 11011101 | 1010100 | 11110100 | 1001 | 1000010 | 0 | 100 | 100100011 | 1011000 | 1000000 |
Color Harmonies of #DD54F4
Complementary color
Monochromatic Colors of #DD54F4
Black with #DD54F4
Text Example
Text Example
White with #DD54F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54F4; }
p { color: rgb(221,84,244); }
H1.HeaderClassName
{
color: #DD54F4;
}
.AnyTagClassName
{
color: #DD54F4;
}
</style>
background-color css
<style>
a { background-color: #DD54F4; }
a { background-color: rgb(221,84,244); }
div.DivClassName
{
background-color: #DD54F4;
}
.BgClassName
{
background-color: #DD54F4;
}
</style>
border-color css
<style>
span { border-color: #DD54F4; }
span { border-color: rgb(221,84,244); }
td.TdClassName
{
border-color: #DD54F4;
}
.TagClassName
{
border-color: #DD54F4;
}
</style>