Shades of Heliotrope #DD53FD
Tints of Heliotrope #DD53FD
RGB
CMYK
RGB Variations
Color information
#DD53FD (or 0xDD53FD) is known color: Heliotrope. HEX triplet: DD, 53 and FD. RGB value is (221,83,253). Sum of RGB (Red+Green+Blue) = 221+83+253=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD53FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53FD is #22AC02. Grayscale: #8F8F8F. Windows color (decimal): -2272259 or 16602077. OLE color: 16602077.
HSL color Cylindrical-coordinate representation of color #DD53FD: hue angle of 288.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD53FD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 83 | 253 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.01 |
| HSL | 288.71º | 0.98% | 0.66% | - |
| HSV(B) | 288.71º | 0.67% | 0.99% | - |
| XYZ | 50.64 | 28.65 | 95.79 | - |
| YUV | 143.64 | 189.72 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 253 | 0.13 | 0.67 | 0 | 0.01 | 288.71 | 0.98 | 0.66 |
| Hex | DD | 53 | FD | D | 43 | 0 | 1 | 121 | 62 | 42 |
| Octal | 335 | 123 | 375 | 15 | 103 | 0 | 1 | 441 | 142 | 102 |
| Binary | 11011101 | 1010011 | 11111101 | 1101 | 1000011 | 0 | 1 | 100100001 | 1100010 | 1000010 |
Color Harmonies of #DD53FD
Complementary color
Monochromatic Colors of #DD53FD
Black with #DD53FD
Text Example
Text Example
White with #DD53FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53FD; }
p { color: rgb(221,83,253); }
H1.HeaderClassName
{
color: #DD53FD;
}
.AnyTagClassName
{
color: #DD53FD;
}
</style>
background-color css
<style>
a { background-color: #DD53FD; }
a { background-color: rgb(221,83,253); }
div.DivClassName
{
background-color: #DD53FD;
}
.BgClassName
{
background-color: #DD53FD;
}
</style>
border-color css
<style>
span { border-color: #DD53FD; }
span { border-color: rgb(221,83,253); }
td.TdClassName
{
border-color: #DD53FD;
}
.TagClassName
{
border-color: #DD53FD;
}
</style>