Shades of Heliotrope #DD74ED
Tints of Heliotrope #DD74ED
RGB
CMYK
RGB Variations
Color information
#DD74ED (or 0xDD74ED) is known color: Heliotrope. HEX triplet: DD, 74 and ED. RGB value is (221,116,237). Sum of RGB (Red+Green+Blue) = 221+116+237=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74ED is #228B12. Grayscale: #A0A0A0. Windows color (decimal): -2263827 or 15561949. OLE color: 15561949.
HSL color Cylindrical-coordinate representation of color #DD74ED: hue angle of 292.07º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD74ED is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 116 | 237 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.07 |
| HSL | 292.07º | 0.77% | 0.69% | - |
| HSV(B) | 292.07º | 0.51% | 0.93% | - |
| XYZ | 51.35 | 33.98 | 83.97 | - |
| YUV | 161.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 237 | 0.07 | 0.51 | 0 | 0.07 | 292.07 | 0.77 | 0.69 |
| Hex | DD | 74 | ED | 7 | 33 | 0 | 7 | 124 | 4D | 45 |
| Octal | 335 | 164 | 355 | 7 | 63 | 0 | 7 | 444 | 115 | 105 |
| Binary | 11011101 | 1110100 | 11101101 | 111 | 110011 | 0 | 111 | 100100100 | 1001101 | 1000101 |
Color Harmonies of #DD74ED
Complementary color
Monochromatic Colors of #DD74ED
Black with #DD74ED
Text Example
Text Example
White with #DD74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74ED; }
p { color: rgb(221,116,237); }
H1.HeaderClassName
{
color: #DD74ED;
}
.AnyTagClassName
{
color: #DD74ED;
}
</style>
background-color css
<style>
a { background-color: #DD74ED; }
a { background-color: rgb(221,116,237); }
div.DivClassName
{
background-color: #DD74ED;
}
.BgClassName
{
background-color: #DD74ED;
}
</style>
border-color css
<style>
span { border-color: #DD74ED; }
span { border-color: rgb(221,116,237); }
td.TdClassName
{
border-color: #DD74ED;
}
.TagClassName
{
border-color: #DD74ED;
}
</style>