Shades of Heliotrope #DD4DFE
Tints of Heliotrope #DD4DFE
RGB
CMYK
RGB Variations
Color information
#DD4DFE (or 0xDD4DFE) is known color: Heliotrope. HEX triplet: DD, 4D and FE. RGB value is (221,77,254). Sum of RGB (Red+Green+Blue) = 221+77+254=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DFE is #22B201. Grayscale: #8B8B8B. Windows color (decimal): -2273794 or 16666077. OLE color: 16666077.
HSL color Cylindrical-coordinate representation of color #DD4DFE: hue angle of 288.81º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4DFE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 77 | 254 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.00 |
| HSL | 288.81º | 0.99% | 0.65% | - |
| HSV(B) | 288.81º | 0.7% | 1% | - |
| XYZ | 50.36 | 27.84 | 96.48 | - |
| YUV | 140.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 254 | 0.13 | 0.70 | 0 | 0.00 | 288.81 | 0.99 | 0.65 |
| Hex | DD | 4D | FE | D | 46 | 0 | 0 | 121 | 63 | 41 |
| Octal | 335 | 115 | 376 | 15 | 106 | 0 | 0 | 441 | 143 | 101 |
| Binary | 11011101 | 1001101 | 11111110 | 1101 | 1000110 | 0 | 0 | 100100001 | 1100011 | 1000001 |
Color Harmonies of #DD4DFE
Complementary color
Monochromatic Colors of #DD4DFE
Black with #DD4DFE
Text Example
Text Example
White with #DD4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DFE; }
p { color: rgb(221,77,254); }
H1.HeaderClassName
{
color: #DD4DFE;
}
.AnyTagClassName
{
color: #DD4DFE;
}
</style>
background-color css
<style>
a { background-color: #DD4DFE; }
a { background-color: rgb(221,77,254); }
div.DivClassName
{
background-color: #DD4DFE;
}
.BgClassName
{
background-color: #DD4DFE;
}
</style>
border-color css
<style>
span { border-color: #DD4DFE; }
span { border-color: rgb(221,77,254); }
td.TdClassName
{
border-color: #DD4DFE;
}
.TagClassName
{
border-color: #DD4DFE;
}
</style>