Shades of Heliotrope #DD4EFA
Tints of Heliotrope #DD4EFA
RGB
CMYK
RGB Variations
Color information
#DD4EFA (or 0xDD4EFA) is known color: Heliotrope. HEX triplet: DD, 4E and FA. RGB value is (221,78,250). Sum of RGB (Red+Green+Blue) = 221+78+250=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 78 (30.86% from 255 or 14.21% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD4EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4EFA is #22B105. Grayscale: #8B8B8B. Windows color (decimal): -2273542 or 16404189. OLE color: 16404189.
HSL color Cylindrical-coordinate representation of color #DD4EFA: hue angle of 289.88º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4EFA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 78 | 250 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.02 |
| HSL | 289.88º | 0.95% | 0.64% | - |
| HSV(B) | 289.88º | 0.69% | 0.98% | - |
| XYZ | 49.8 | 27.72 | 93.17 | - |
| YUV | 140.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 250 | 0.12 | 0.69 | 0 | 0.02 | 289.88 | 0.95 | 0.64 |
| Hex | DD | 4E | FA | C | 45 | 0 | 2 | 122 | 5F | 40 |
| Octal | 335 | 116 | 372 | 14 | 105 | 0 | 2 | 442 | 137 | 100 |
| Binary | 11011101 | 1001110 | 11111010 | 1100 | 1000101 | 0 | 10 | 100100010 | 1011111 | 1000000 |
Color Harmonies of #DD4EFA
Complementary color
Monochromatic Colors of #DD4EFA
Black with #DD4EFA
Text Example
Text Example
White with #DD4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4EFA; }
p { color: rgb(221,78,250); }
H1.HeaderClassName
{
color: #DD4EFA;
}
.AnyTagClassName
{
color: #DD4EFA;
}
</style>
background-color css
<style>
a { background-color: #DD4EFA; }
a { background-color: rgb(221,78,250); }
div.DivClassName
{
background-color: #DD4EFA;
}
.BgClassName
{
background-color: #DD4EFA;
}
</style>
border-color css
<style>
span { border-color: #DD4EFA; }
span { border-color: rgb(221,78,250); }
td.TdClassName
{
border-color: #DD4EFA;
}
.TagClassName
{
border-color: #DD4EFA;
}
</style>