Shades of Heliotrope #DD50FA
Tints of Heliotrope #DD50FA
RGB
CMYK
RGB Variations
Color information
#DD50FA (or 0xDD50FA) is known color: Heliotrope. HEX triplet: DD, 50 and FA. RGB value is (221,80,250). Sum of RGB (Red+Green+Blue) = 221+80+250=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 80 (31.64% from 255 or 14.52% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50FA is #22AF05. Grayscale: #8D8D8D. Windows color (decimal): -2273030 or 16404701. OLE color: 16404701.
HSL color Cylindrical-coordinate representation of color #DD50FA: hue angle of 289.76º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD50FA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 80 | 250 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.02 |
| HSL | 289.76º | 0.94% | 0.65% | - |
| HSV(B) | 289.76º | 0.68% | 0.98% | - |
| XYZ | 49.94 | 28.01 | 93.22 | - |
| YUV | 141.54 | 189.21 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 250 | 0.12 | 0.68 | 0 | 0.02 | 289.76 | 0.94 | 0.65 |
| Hex | DD | 50 | FA | C | 44 | 0 | 2 | 122 | 5E | 41 |
| Octal | 335 | 120 | 372 | 14 | 104 | 0 | 2 | 442 | 136 | 101 |
| Binary | 11011101 | 1010000 | 11111010 | 1100 | 1000100 | 0 | 10 | 100100010 | 1011110 | 1000001 |
Color Harmonies of #DD50FA
Complementary color
Monochromatic Colors of #DD50FA
Black with #DD50FA
Text Example
Text Example
White with #DD50FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50FA; }
p { color: rgb(221,80,250); }
H1.HeaderClassName
{
color: #DD50FA;
}
.AnyTagClassName
{
color: #DD50FA;
}
</style>
background-color css
<style>
a { background-color: #DD50FA; }
a { background-color: rgb(221,80,250); }
div.DivClassName
{
background-color: #DD50FA;
}
.BgClassName
{
background-color: #DD50FA;
}
</style>
border-color css
<style>
span { border-color: #DD50FA; }
span { border-color: rgb(221,80,250); }
td.TdClassName
{
border-color: #DD50FA;
}
.TagClassName
{
border-color: #DD50FA;
}
</style>