Shades of Heliotrope #DD73FA
Tints of Heliotrope #DD73FA
RGB
CMYK
RGB Variations
Color information
#DD73FA (or 0xDD73FA) is known color: Heliotrope. HEX triplet: DD, 73 and FA. RGB value is (221,115,250). Sum of RGB (Red+Green+Blue) = 221+115+250=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73FA is #228C05. Grayscale: #A1A1A1. Windows color (decimal): -2264070 or 16413661. OLE color: 16413661.
HSL color Cylindrical-coordinate representation of color #DD73FA: hue angle of 287.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD73FA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 115 | 250 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.02 |
| HSL | 287.11º | 0.93% | 0.72% | - |
| HSV(B) | 287.11º | 0.54% | 0.98% | - |
| XYZ | 53.2 | 34.54 | 94.3 | - |
| YUV | 162.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 250 | 0.12 | 0.54 | 0 | 0.02 | 287.11 | 0.93 | 0.72 |
| Hex | DD | 73 | FA | C | 36 | 0 | 2 | 11F | 5D | 48 |
| Octal | 335 | 163 | 372 | 14 | 66 | 0 | 2 | 437 | 135 | 110 |
| Binary | 11011101 | 1110011 | 11111010 | 1100 | 110110 | 0 | 10 | 100011111 | 1011101 | 1001000 |
Color Harmonies of #DD73FA
Complementary color
Monochromatic Colors of #DD73FA
Black with #DD73FA
Text Example
Text Example
White with #DD73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73FA; }
p { color: rgb(221,115,250); }
H1.HeaderClassName
{
color: #DD73FA;
}
.AnyTagClassName
{
color: #DD73FA;
}
</style>
background-color css
<style>
a { background-color: #DD73FA; }
a { background-color: rgb(221,115,250); }
div.DivClassName
{
background-color: #DD73FA;
}
.BgClassName
{
background-color: #DD73FA;
}
</style>
border-color css
<style>
span { border-color: #DD73FA; }
span { border-color: rgb(221,115,250); }
td.TdClassName
{
border-color: #DD73FA;
}
.TagClassName
{
border-color: #DD73FA;
}
</style>