Shades of Heliotrope #DD58FA
Tints of Heliotrope #DD58FA
RGB
CMYK
RGB Variations
Color information
#DD58FA (or 0xDD58FA) is known color: Heliotrope. HEX triplet: DD, 58 and FA. RGB value is (221,88,250). Sum of RGB (Red+Green+Blue) = 221+88+250=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58FA is #22A705. Grayscale: #919191. Windows color (decimal): -2270982 or 16406749. OLE color: 16406749.
HSL color Cylindrical-coordinate representation of color #DD58FA: hue angle of 289.26º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD58FA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 88 | 250 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.02 |
| HSL | 289.26º | 0.94% | 0.66% | - |
| HSV(B) | 289.26º | 0.65% | 0.98% | - |
| XYZ | 50.56 | 29.25 | 93.42 | - |
| YUV | 146.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 250 | 0.12 | 0.65 | 0 | 0.02 | 289.26 | 0.94 | 0.66 |
| Hex | DD | 58 | FA | C | 41 | 0 | 2 | 121 | 5E | 42 |
| Octal | 335 | 130 | 372 | 14 | 101 | 0 | 2 | 441 | 136 | 102 |
| Binary | 11011101 | 1011000 | 11111010 | 1100 | 1000001 | 0 | 10 | 100100001 | 1011110 | 1000010 |
Color Harmonies of #DD58FA
Complementary color
Monochromatic Colors of #DD58FA
Black with #DD58FA
Text Example
Text Example
White with #DD58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58FA; }
p { color: rgb(221,88,250); }
H1.HeaderClassName
{
color: #DD58FA;
}
.AnyTagClassName
{
color: #DD58FA;
}
</style>
background-color css
<style>
a { background-color: #DD58FA; }
a { background-color: rgb(221,88,250); }
div.DivClassName
{
background-color: #DD58FA;
}
.BgClassName
{
background-color: #DD58FA;
}
</style>
border-color css
<style>
span { border-color: #DD58FA; }
span { border-color: rgb(221,88,250); }
td.TdClassName
{
border-color: #DD58FA;
}
.TagClassName
{
border-color: #DD58FA;
}
</style>