Shades of Heliotrope #DD50FD
Tints of Heliotrope #DD50FD
RGB
CMYK
RGB Variations
Color information
#DD50FD (or 0xDD50FD) is known color: Heliotrope. HEX triplet: DD, 50 and FD. RGB value is (221,80,253). Sum of RGB (Red+Green+Blue) = 221+80+253=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD50FD is #22AF02. Grayscale: #8D8D8D. Windows color (decimal): -2273027 or 16601309. OLE color: 16601309.
HSL color Cylindrical-coordinate representation of color #DD50FD: hue angle of 288.9º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD50FD is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 80 | 253 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.01 |
| HSL | 288.9º | 0.98% | 0.65% | - |
| HSV(B) | 288.9º | 0.68% | 0.99% | - |
| XYZ | 50.42 | 28.2 | 95.71 | - |
| YUV | 141.88 | 190.71 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 253 | 0.13 | 0.68 | 0 | 0.01 | 288.9 | 0.98 | 0.65 |
| Hex | DD | 50 | FD | D | 44 | 0 | 1 | 121 | 62 | 41 |
| Octal | 335 | 120 | 375 | 15 | 104 | 0 | 1 | 441 | 142 | 101 |
| Binary | 11011101 | 1010000 | 11111101 | 1101 | 1000100 | 0 | 1 | 100100001 | 1100010 | 1000001 |
Color Harmonies of #DD50FD
Complementary color
Monochromatic Colors of #DD50FD
Black with #DD50FD
Text Example
Text Example
White with #DD50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50FD; }
p { color: rgb(221,80,253); }
H1.HeaderClassName
{
color: #DD50FD;
}
.AnyTagClassName
{
color: #DD50FD;
}
</style>
background-color css
<style>
a { background-color: #DD50FD; }
a { background-color: rgb(221,80,253); }
div.DivClassName
{
background-color: #DD50FD;
}
.BgClassName
{
background-color: #DD50FD;
}
</style>
border-color css
<style>
span { border-color: #DD50FD; }
span { border-color: rgb(221,80,253); }
td.TdClassName
{
border-color: #DD50FD;
}
.TagClassName
{
border-color: #DD50FD;
}
</style>