Shades of Heliotrope #DD74FA
Tints of Heliotrope #DD74FA
RGB
CMYK
RGB Variations
Color information
#DD74FA (or 0xDD74FA) is known color: Heliotrope. HEX triplet: DD, 74 and FA. RGB value is (221,116,250). Sum of RGB (Red+Green+Blue) = 221+116+250=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74FA is #228B05. Grayscale: #A2A2A2. Windows color (decimal): -2263814 or 16413917. OLE color: 16413917.
HSL color Cylindrical-coordinate representation of color #DD74FA: hue angle of 287.01º 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 #DD74FA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 116 | 250 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.02 |
| HSL | 287.01º | 0.93% | 0.72% | - |
| HSV(B) | 287.01º | 0.54% | 0.98% | - |
| XYZ | 53.32 | 34.77 | 94.34 | - |
| YUV | 162.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 250 | 0.12 | 0.54 | 0 | 0.02 | 287.01 | 0.93 | 0.72 |
| Hex | DD | 74 | FA | C | 36 | 0 | 2 | 11F | 5D | 48 |
| Octal | 335 | 164 | 372 | 14 | 66 | 0 | 2 | 437 | 135 | 110 |
| Binary | 11011101 | 1110100 | 11111010 | 1100 | 110110 | 0 | 10 | 100011111 | 1011101 | 1001000 |
Color Harmonies of #DD74FA
Complementary color
Monochromatic Colors of #DD74FA
Black with #DD74FA
Text Example
Text Example
White with #DD74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74FA; }
p { color: rgb(221,116,250); }
H1.HeaderClassName
{
color: #DD74FA;
}
.AnyTagClassName
{
color: #DD74FA;
}
</style>
background-color css
<style>
a { background-color: #DD74FA; }
a { background-color: rgb(221,116,250); }
div.DivClassName
{
background-color: #DD74FA;
}
.BgClassName
{
background-color: #DD74FA;
}
</style>
border-color css
<style>
span { border-color: #DD74FA; }
span { border-color: rgb(221,116,250); }
td.TdClassName
{
border-color: #DD74FA;
}
.TagClassName
{
border-color: #DD74FA;
}
</style>