Shades of Heliotrope #DD4DFA
Tints of Heliotrope #DD4DFA
RGB
CMYK
RGB Variations
Color information
#DD4DFA (or 0xDD4DFA) is known color: Heliotrope. HEX triplet: DD, 4D and FA. RGB value is (221,77,250). Sum of RGB (Red+Green+Blue) = 221+77+250=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 77 (30.47% from 255 or 14.05% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD4DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DFA is #22B205. Grayscale: #8B8B8B. Windows color (decimal): -2273798 or 16403933. OLE color: 16403933.
HSL color Cylindrical-coordinate representation of color #DD4DFA: hue angle of 289.94º 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 #DD4DFA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 77 | 250 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.02 |
| HSL | 289.94º | 0.95% | 0.64% | - |
| HSV(B) | 289.94º | 0.69% | 0.98% | - |
| XYZ | 49.73 | 27.58 | 93.15 | - |
| YUV | 139.78 | 190.21 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 250 | 0.12 | 0.69 | 0 | 0.02 | 289.94 | 0.95 | 0.64 |
| Hex | DD | 4D | FA | C | 45 | 0 | 2 | 122 | 5F | 40 |
| Octal | 335 | 115 | 372 | 14 | 105 | 0 | 2 | 442 | 137 | 100 |
| Binary | 11011101 | 1001101 | 11111010 | 1100 | 1000101 | 0 | 10 | 100100010 | 1011111 | 1000000 |
Color Harmonies of #DD4DFA
Complementary color
Monochromatic Colors of #DD4DFA
Black with #DD4DFA
Text Example
Text Example
White with #DD4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DFA; }
p { color: rgb(221,77,250); }
H1.HeaderClassName
{
color: #DD4DFA;
}
.AnyTagClassName
{
color: #DD4DFA;
}
</style>
background-color css
<style>
a { background-color: #DD4DFA; }
a { background-color: rgb(221,77,250); }
div.DivClassName
{
background-color: #DD4DFA;
}
.BgClassName
{
background-color: #DD4DFA;
}
</style>
border-color css
<style>
span { border-color: #DD4DFA; }
span { border-color: rgb(221,77,250); }
td.TdClassName
{
border-color: #DD4DFA;
}
.TagClassName
{
border-color: #DD4DFA;
}
</style>