Shades of Heliotrope #DD50FE
Tints of Heliotrope #DD50FE
RGB
CMYK
RGB Variations
Color information
#DD50FE (or 0xDD50FE) is known color: Heliotrope. HEX triplet: DD, 50 and FE. RGB value is (221,80,254). Sum of RGB (Red+Green+Blue) = 221+80+254=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50FE is #22AF01. Grayscale: #8D8D8D. Windows color (decimal): -2273026 or 16666845. OLE color: 16666845.
HSL color Cylindrical-coordinate representation of color #DD50FE: hue angle of 288.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD50FE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 80 | 254 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.00 |
| HSL | 288.62º | 0.99% | 0.65% | - |
| HSV(B) | 288.62º | 0.69% | 1% | - |
| XYZ | 50.58 | 28.27 | 96.56 | - |
| YUV | 142 | 191.21 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 254 | 0.13 | 0.69 | 0 | 0.00 | 288.62 | 0.99 | 0.65 |
| Hex | DD | 50 | FE | D | 45 | 0 | 0 | 121 | 63 | 41 |
| Octal | 335 | 120 | 376 | 15 | 105 | 0 | 0 | 441 | 143 | 101 |
| Binary | 11011101 | 1010000 | 11111110 | 1101 | 1000101 | 0 | 0 | 100100001 | 1100011 | 1000001 |
Color Harmonies of #DD50FE
Complementary color
Monochromatic Colors of #DD50FE
Black with #DD50FE
Text Example
Text Example
White with #DD50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50FE; }
p { color: rgb(221,80,254); }
H1.HeaderClassName
{
color: #DD50FE;
}
.AnyTagClassName
{
color: #DD50FE;
}
</style>
background-color css
<style>
a { background-color: #DD50FE; }
a { background-color: rgb(221,80,254); }
div.DivClassName
{
background-color: #DD50FE;
}
.BgClassName
{
background-color: #DD50FE;
}
</style>
border-color css
<style>
span { border-color: #DD50FE; }
span { border-color: rgb(221,80,254); }
td.TdClassName
{
border-color: #DD50FE;
}
.TagClassName
{
border-color: #DD50FE;
}
</style>