Shades of Psychedelic Purple #DD11ED
Tints of Psychedelic Purple #DD11ED
RGB
CMYK
RGB Variations
Color information
#DD11ED (or 0xDD11ED) is known color: Psychedelic Purple. HEX triplet: DD, 11 and ED. RGB value is (221,17,237). Sum of RGB (Red+Green+Blue) = 221+17+237=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD11ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11ED is #22EE12. Grayscale: #666666. Windows color (decimal): -2289171 or 15536605. OLE color: 15536605.
HSL color Cylindrical-coordinate representation of color #DD11ED: hue angle of 295.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD11ED is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 17 | 237 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.07 |
| HSL | 295.64º | 0.87% | 0.5% | - |
| HSV(B) | 295.64º | 0.93% | 0.93% | - |
| XYZ | 45.31 | 21.89 | 81.96 | - |
| YUV | 103.08 | 203.59 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 237 | 0.07 | 0.93 | 0 | 0.07 | 295.64 | 0.87 | 0.5 |
| Hex | DD | 11 | ED | 7 | 5D | 0 | 7 | 128 | 57 | 32 |
| Octal | 335 | 21 | 355 | 7 | 135 | 0 | 7 | 450 | 127 | 62 |
| Binary | 11011101 | 10001 | 11101101 | 111 | 1011101 | 0 | 111 | 100101000 | 1010111 | 110010 |
Color Harmonies of #DD11ED
Complementary color
Monochromatic Colors of #DD11ED
Black with #DD11ED
Text Example
Text Example
White with #DD11ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11ED; }
p { color: rgb(221,17,237); }
H1.HeaderClassName
{
color: #DD11ED;
}
.AnyTagClassName
{
color: #DD11ED;
}
</style>
background-color css
<style>
a { background-color: #DD11ED; }
a { background-color: rgb(221,17,237); }
div.DivClassName
{
background-color: #DD11ED;
}
.BgClassName
{
background-color: #DD11ED;
}
</style>
border-color css
<style>
span { border-color: #DD11ED; }
span { border-color: rgb(221,17,237); }
td.TdClassName
{
border-color: #DD11ED;
}
.TagClassName
{
border-color: #DD11ED;
}
</style>