Shades of Heliotrope #DD58FE
Tints of Heliotrope #DD58FE
RGB
CMYK
RGB Variations
Color information
#DD58FE (or 0xDD58FE) is known color: Heliotrope. HEX triplet: DD, 58 and FE. RGB value is (221,88,254). Sum of RGB (Red+Green+Blue) = 221+88+254=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 88 (34.77% from 255 or 15.63% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD58FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58FE is #22A701. Grayscale: #929292. Windows color (decimal): -2270978 or 16668893. OLE color: 16668893.
HSL color Cylindrical-coordinate representation of color #DD58FE: hue angle of 288.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD58FE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 88 | 254 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.00 |
| HSL | 288.07º | 0.99% | 0.67% | - |
| HSV(B) | 288.07º | 0.65% | 1% | - |
| XYZ | 51.2 | 29.51 | 96.76 | - |
| YUV | 146.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 254 | 0.13 | 0.65 | 0 | 0.00 | 288.07 | 0.99 | 0.67 |
| Hex | DD | 58 | FE | D | 41 | 0 | 0 | 120 | 63 | 43 |
| Octal | 335 | 130 | 376 | 15 | 101 | 0 | 0 | 440 | 143 | 103 |
| Binary | 11011101 | 1011000 | 11111110 | 1101 | 1000001 | 0 | 0 | 100100000 | 1100011 | 1000011 |
Color Harmonies of #DD58FE
Complementary color
Monochromatic Colors of #DD58FE
Black with #DD58FE
Text Example
Text Example
White with #DD58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58FE; }
p { color: rgb(221,88,254); }
H1.HeaderClassName
{
color: #DD58FE;
}
.AnyTagClassName
{
color: #DD58FE;
}
</style>
background-color css
<style>
a { background-color: #DD58FE; }
a { background-color: rgb(221,88,254); }
div.DivClassName
{
background-color: #DD58FE;
}
.BgClassName
{
background-color: #DD58FE;
}
</style>
border-color css
<style>
span { border-color: #DD58FE; }
span { border-color: rgb(221,88,254); }
td.TdClassName
{
border-color: #DD58FE;
}
.TagClassName
{
border-color: #DD58FE;
}
</style>