Shades of Heliotrope #DD4FFE
Tints of Heliotrope #DD4FFE
RGB
CMYK
RGB Variations
Color information
#DD4FFE (or 0xDD4FFE) is known color: Heliotrope. HEX triplet: DD, 4F and FE. RGB value is (221,79,254). Sum of RGB (Red+Green+Blue) = 221+79+254=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 79 (31.25% from 255 or 14.26% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4FFE is #22B001. Grayscale: #8C8C8C. Windows color (decimal): -2273282 or 16666589. OLE color: 16666589.
HSL color Cylindrical-coordinate representation of color #DD4FFE: hue angle of 288.69º 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 #DD4FFE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 79 | 254 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.00 |
| HSL | 288.69º | 0.99% | 0.65% | - |
| HSV(B) | 288.69º | 0.69% | 1% | - |
| XYZ | 50.5 | 28.12 | 96.53 | - |
| YUV | 141.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 254 | 0.13 | 0.69 | 0 | 0.00 | 288.69 | 0.99 | 0.65 |
| Hex | DD | 4F | FE | D | 45 | 0 | 0 | 121 | 63 | 41 |
| Octal | 335 | 117 | 376 | 15 | 105 | 0 | 0 | 441 | 143 | 101 |
| Binary | 11011101 | 1001111 | 11111110 | 1101 | 1000101 | 0 | 0 | 100100001 | 1100011 | 1000001 |
Color Harmonies of #DD4FFE
Complementary color
Monochromatic Colors of #DD4FFE
Black with #DD4FFE
Text Example
Text Example
White with #DD4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FFE; }
p { color: rgb(221,79,254); }
H1.HeaderClassName
{
color: #DD4FFE;
}
.AnyTagClassName
{
color: #DD4FFE;
}
</style>
background-color css
<style>
a { background-color: #DD4FFE; }
a { background-color: rgb(221,79,254); }
div.DivClassName
{
background-color: #DD4FFE;
}
.BgClassName
{
background-color: #DD4FFE;
}
</style>
border-color css
<style>
span { border-color: #DD4FFE; }
span { border-color: rgb(221,79,254); }
td.TdClassName
{
border-color: #DD4FFE;
}
.TagClassName
{
border-color: #DD4FFE;
}
</style>