Shades of Heliotrope #DD44FE
Tints of Heliotrope #DD44FE
RGB
CMYK
RGB Variations
Color information
#DD44FE (or 0xDD44FE) is known color: Heliotrope. HEX triplet: DD, 44 and FE. RGB value is (221,68,254). Sum of RGB (Red+Green+Blue) = 221+68+254=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 68 (26.95% from 255 or 12.52% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD44FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD44FE is #22BB01. Grayscale: #868686. Windows color (decimal): -2276098 or 16663773. OLE color: 16663773.
HSL color Cylindrical-coordinate representation of color #DD44FE: hue angle of 289.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD44FE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 68 | 254 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.00 |
| HSL | 289.35º | 0.99% | 0.63% | - |
| HSV(B) | 289.35º | 0.73% | 1% | - |
| XYZ | 49.78 | 26.66 | 96.29 | - |
| YUV | 134.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 254 | 0.13 | 0.73 | 0 | 0.00 | 289.35 | 0.99 | 0.63 |
| Hex | DD | 44 | FE | D | 49 | 0 | 0 | 121 | 63 | 3F |
| Octal | 335 | 104 | 376 | 15 | 111 | 0 | 0 | 441 | 143 | 77 |
| Binary | 11011101 | 1000100 | 11111110 | 1101 | 1001001 | 0 | 0 | 100100001 | 1100011 | 111111 |
Color Harmonies of #DD44FE
Complementary color
Monochromatic Colors of #DD44FE
Black with #DD44FE
Text Example
Text Example
White with #DD44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD44FE; }
p { color: rgb(221,68,254); }
H1.HeaderClassName
{
color: #DD44FE;
}
.AnyTagClassName
{
color: #DD44FE;
}
</style>
background-color css
<style>
a { background-color: #DD44FE; }
a { background-color: rgb(221,68,254); }
div.DivClassName
{
background-color: #DD44FE;
}
.BgClassName
{
background-color: #DD44FE;
}
</style>
border-color css
<style>
span { border-color: #DD44FE; }
span { border-color: rgb(221,68,254); }
td.TdClassName
{
border-color: #DD44FE;
}
.TagClassName
{
border-color: #DD44FE;
}
</style>