Shades of Heliotrope #DD5EFA
Tints of Heliotrope #DD5EFA
RGB
CMYK
RGB Variations
Color information
#DD5EFA (or 0xDD5EFA) is known color: Heliotrope. HEX triplet: DD, 5E and FA. RGB value is (221,94,250). Sum of RGB (Red+Green+Blue) = 221+94+250=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 94 (37.11% from 255 or 16.64% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5EFA is #22A105. Grayscale: #959595. Windows color (decimal): -2269446 or 16408285. OLE color: 16408285.
HSL color Cylindrical-coordinate representation of color #DD5EFA: hue angle of 288.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5EFA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 94 | 250 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.02 |
| HSL | 288.85º | 0.94% | 0.67% | - |
| HSV(B) | 288.85º | 0.62% | 0.98% | - |
| XYZ | 51.08 | 30.28 | 93.6 | - |
| YUV | 149.76 | 184.58 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 250 | 0.12 | 0.62 | 0 | 0.02 | 288.85 | 0.94 | 0.67 |
| Hex | DD | 5E | FA | C | 3E | 0 | 2 | 121 | 5E | 43 |
| Octal | 335 | 136 | 372 | 14 | 76 | 0 | 2 | 441 | 136 | 103 |
| Binary | 11011101 | 1011110 | 11111010 | 1100 | 111110 | 0 | 10 | 100100001 | 1011110 | 1000011 |
Color Harmonies of #DD5EFA
Complementary color
Monochromatic Colors of #DD5EFA
Black with #DD5EFA
Text Example
Text Example
White with #DD5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EFA; }
p { color: rgb(221,94,250); }
H1.HeaderClassName
{
color: #DD5EFA;
}
.AnyTagClassName
{
color: #DD5EFA;
}
</style>
background-color css
<style>
a { background-color: #DD5EFA; }
a { background-color: rgb(221,94,250); }
div.DivClassName
{
background-color: #DD5EFA;
}
.BgClassName
{
background-color: #DD5EFA;
}
</style>
border-color css
<style>
span { border-color: #DD5EFA; }
span { border-color: rgb(221,94,250); }
td.TdClassName
{
border-color: #DD5EFA;
}
.TagClassName
{
border-color: #DD5EFA;
}
</style>