Shades of Heliotrope #DD5DF5
Tints of Heliotrope #DD5DF5
RGB
CMYK
RGB Variations
Color information
#DD5DF5 (or 0xDD5DF5) is known color: Heliotrope. HEX triplet: DD, 5D and F5. RGB value is (221,93,245). Sum of RGB (Red+Green+Blue) = 221+93+245=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD5DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5DF5 is #22A20A. Grayscale: #949494. Windows color (decimal): -2269707 or 16080349. OLE color: 16080349.
HSL color Cylindrical-coordinate representation of color #DD5DF5: hue angle of 290.53º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5DF5 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 93 | 245 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.04 |
| HSL | 290.53º | 0.88% | 0.66% | - |
| HSV(B) | 290.53º | 0.62% | 0.96% | - |
| XYZ | 50.21 | 29.79 | 89.49 | - |
| YUV | 148.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 245 | 0.10 | 0.62 | 0 | 0.04 | 290.53 | 0.88 | 0.66 |
| Hex | DD | 5D | F5 | A | 3E | 0 | 4 | 123 | 58 | 42 |
| Octal | 335 | 135 | 365 | 12 | 76 | 0 | 4 | 443 | 130 | 102 |
| Binary | 11011101 | 1011101 | 11110101 | 1010 | 111110 | 0 | 100 | 100100011 | 1011000 | 1000010 |
Color Harmonies of #DD5DF5
Complementary color
Monochromatic Colors of #DD5DF5
Black with #DD5DF5
Text Example
Text Example
White with #DD5DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DF5; }
p { color: rgb(221,93,245); }
H1.HeaderClassName
{
color: #DD5DF5;
}
.AnyTagClassName
{
color: #DD5DF5;
}
</style>
background-color css
<style>
a { background-color: #DD5DF5; }
a { background-color: rgb(221,93,245); }
div.DivClassName
{
background-color: #DD5DF5;
}
.BgClassName
{
background-color: #DD5DF5;
}
</style>
border-color css
<style>
span { border-color: #DD5DF5; }
span { border-color: rgb(221,93,245); }
td.TdClassName
{
border-color: #DD5DF5;
}
.TagClassName
{
border-color: #DD5DF5;
}
</style>