Shades of Heliotrope #DD52FE
Tints of Heliotrope #DD52FE
RGB
CMYK
RGB Variations
Color information
#DD52FE (or 0xDD52FE) is known color: Heliotrope. HEX triplet: DD, 52 and FE. RGB value is (221,82,254). Sum of RGB (Red+Green+Blue) = 221+82+254=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 82 (32.42% from 255 or 14.72% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD52FE is #22AD01. Grayscale: #8E8E8E. Windows color (decimal): -2272514 or 16667357. OLE color: 16667357.
HSL color Cylindrical-coordinate representation of color #DD52FE: hue angle of 288.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD52FE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 82 | 254 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.00 |
| HSL | 288.49º | 0.99% | 0.66% | - |
| HSV(B) | 288.49º | 0.68% | 1% | - |
| XYZ | 50.73 | 28.56 | 96.61 | - |
| YUV | 143.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 254 | 0.13 | 0.68 | 0 | 0.00 | 288.49 | 0.99 | 0.66 |
| Hex | DD | 52 | FE | D | 44 | 0 | 0 | 120 | 63 | 42 |
| Octal | 335 | 122 | 376 | 15 | 104 | 0 | 0 | 440 | 143 | 102 |
| Binary | 11011101 | 1010010 | 11111110 | 1101 | 1000100 | 0 | 0 | 100100000 | 1100011 | 1000010 |
Color Harmonies of #DD52FE
Complementary color
Monochromatic Colors of #DD52FE
Black with #DD52FE
Text Example
Text Example
White with #DD52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52FE; }
p { color: rgb(221,82,254); }
H1.HeaderClassName
{
color: #DD52FE;
}
.AnyTagClassName
{
color: #DD52FE;
}
</style>
background-color css
<style>
a { background-color: #DD52FE; }
a { background-color: rgb(221,82,254); }
div.DivClassName
{
background-color: #DD52FE;
}
.BgClassName
{
background-color: #DD52FE;
}
</style>
border-color css
<style>
span { border-color: #DD52FE; }
span { border-color: rgb(221,82,254); }
td.TdClassName
{
border-color: #DD52FE;
}
.TagClassName
{
border-color: #DD52FE;
}
</style>