Shades of Heliotrope #DD61ED
Tints of Heliotrope #DD61ED
RGB
CMYK
RGB Variations
Color information
#DD61ED (or 0xDD61ED) is known color: Heliotrope. HEX triplet: DD, 61 and ED. RGB value is (221,97,237). Sum of RGB (Red+Green+Blue) = 221+97+237=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD61ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61ED is #229E12. Grayscale: #959595. Windows color (decimal): -2268691 or 15557085. OLE color: 15557085.
HSL color Cylindrical-coordinate representation of color #DD61ED: hue angle of 293.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD61ED is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 97 | 237 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.07 |
| HSL | 293.14º | 0.8% | 0.65% | - |
| HSV(B) | 293.14º | 0.59% | 0.93% | - |
| XYZ | 49.38 | 30.04 | 83.32 | - |
| YUV | 150.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 237 | 0.07 | 0.59 | 0 | 0.07 | 293.14 | 0.8 | 0.65 |
| Hex | DD | 61 | ED | 7 | 3B | 0 | 7 | 125 | 50 | 41 |
| Octal | 335 | 141 | 355 | 7 | 73 | 0 | 7 | 445 | 120 | 101 |
| Binary | 11011101 | 1100001 | 11101101 | 111 | 111011 | 0 | 111 | 100100101 | 1010000 | 1000001 |
Color Harmonies of #DD61ED
Complementary color
Monochromatic Colors of #DD61ED
Black with #DD61ED
Text Example
Text Example
White with #DD61ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61ED; }
p { color: rgb(221,97,237); }
H1.HeaderClassName
{
color: #DD61ED;
}
.AnyTagClassName
{
color: #DD61ED;
}
</style>
background-color css
<style>
a { background-color: #DD61ED; }
a { background-color: rgb(221,97,237); }
div.DivClassName
{
background-color: #DD61ED;
}
.BgClassName
{
background-color: #DD61ED;
}
</style>
border-color css
<style>
span { border-color: #DD61ED; }
span { border-color: rgb(221,97,237); }
td.TdClassName
{
border-color: #DD61ED;
}
.TagClassName
{
border-color: #DD61ED;
}
</style>