Shades of Heliotrope #DD49FA
Tints of Heliotrope #DD49FA
RGB
CMYK
RGB Variations
Color information
#DD49FA (or 0xDD49FA) is known color: Heliotrope. HEX triplet: DD, 49 and FA. RGB value is (221,73,250). Sum of RGB (Red+Green+Blue) = 221+73+250=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD49FA is #22B605. Grayscale: #888888. Windows color (decimal): -2274822 or 16402909. OLE color: 16402909.
HSL color Cylindrical-coordinate representation of color #DD49FA: hue angle of 290.17º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD49FA is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 73 | 250 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.02 |
| HSL | 290.17º | 0.95% | 0.63% | - |
| HSV(B) | 290.17º | 0.71% | 0.98% | - |
| XYZ | 49.46 | 27.04 | 93.05 | - |
| YUV | 137.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 250 | 0.12 | 0.71 | 0 | 0.02 | 290.17 | 0.95 | 0.63 |
| Hex | DD | 49 | FA | C | 47 | 0 | 2 | 122 | 5F | 3F |
| Octal | 335 | 111 | 372 | 14 | 107 | 0 | 2 | 442 | 137 | 77 |
| Binary | 11011101 | 1001001 | 11111010 | 1100 | 1000111 | 0 | 10 | 100100010 | 1011111 | 111111 |
Color Harmonies of #DD49FA
Complementary color
Monochromatic Colors of #DD49FA
Black with #DD49FA
Text Example
Text Example
White with #DD49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49FA; }
p { color: rgb(221,73,250); }
H1.HeaderClassName
{
color: #DD49FA;
}
.AnyTagClassName
{
color: #DD49FA;
}
</style>
background-color css
<style>
a { background-color: #DD49FA; }
a { background-color: rgb(221,73,250); }
div.DivClassName
{
background-color: #DD49FA;
}
.BgClassName
{
background-color: #DD49FA;
}
</style>
border-color css
<style>
span { border-color: #DD49FA; }
span { border-color: rgb(221,73,250); }
td.TdClassName
{
border-color: #DD49FA;
}
.TagClassName
{
border-color: #DD49FA;
}
</style>