Shades of Heliotrope #DD5EFE
Tints of Heliotrope #DD5EFE
RGB
CMYK
RGB Variations
Color information
#DD5EFE (or 0xDD5EFE) is known color: Heliotrope. HEX triplet: DD, 5E and FE. RGB value is (221,94,254). Sum of RGB (Red+Green+Blue) = 221+94+254=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 94 (37.11% from 255 or 16.52% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD5EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5EFE is #22A101. Grayscale: #959595. Windows color (decimal): -2269442 or 16670429. OLE color: 16670429.
HSL color Cylindrical-coordinate representation of color #DD5EFE: hue angle of 287.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5EFE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 94 | 254 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.00 |
| HSL | 287.63º | 0.99% | 0.68% | - |
| HSV(B) | 287.63º | 0.63% | 1% | - |
| XYZ | 51.71 | 30.53 | 96.93 | - |
| YUV | 150.21 | 186.58 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 254 | 0.13 | 0.63 | 0 | 0.00 | 287.63 | 0.99 | 0.68 |
| Hex | DD | 5E | FE | D | 3F | 0 | 0 | 120 | 63 | 44 |
| Octal | 335 | 136 | 376 | 15 | 77 | 0 | 0 | 440 | 143 | 104 |
| Binary | 11011101 | 1011110 | 11111110 | 1101 | 111111 | 0 | 0 | 100100000 | 1100011 | 1000100 |
Color Harmonies of #DD5EFE
Complementary color
Monochromatic Colors of #DD5EFE
Black with #DD5EFE
Text Example
Text Example
White with #DD5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5EFE; }
p { color: rgb(221,94,254); }
H1.HeaderClassName
{
color: #DD5EFE;
}
.AnyTagClassName
{
color: #DD5EFE;
}
</style>
background-color css
<style>
a { background-color: #DD5EFE; }
a { background-color: rgb(221,94,254); }
div.DivClassName
{
background-color: #DD5EFE;
}
.BgClassName
{
background-color: #DD5EFE;
}
</style>
border-color css
<style>
span { border-color: #DD5EFE; }
span { border-color: rgb(221,94,254); }
td.TdClassName
{
border-color: #DD5EFE;
}
.TagClassName
{
border-color: #DD5EFE;
}
</style>