Shades of Psychedelic Purple #DD05EE
Tints of Psychedelic Purple #DD05EE
RGB
CMYK
RGB Variations
Color information
#DD05EE (or 0xDD05EE) is known color: Psychedelic Purple. HEX triplet: DD, 05 and EE. RGB value is (221,5,238). Sum of RGB (Red+Green+Blue) = 221+5+238=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD05EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD05EE is #22FA11. Grayscale: #5F5F5F. Windows color (decimal): -2292242 or 15599069. OLE color: 15599069.
HSL color Cylindrical-coordinate representation of color #DD05EE: hue angle of 295.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD05EE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 5 | 238 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.07 |
| HSL | 295.62º | 0.96% | 0.48% | - |
| HSV(B) | 295.62º | 0.98% | 0.93% | - |
| XYZ | 45.31 | 21.65 | 82.68 | - |
| YUV | 96.15 | 208.06 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 238 | 0.07 | 0.98 | 0 | 0.07 | 295.62 | 0.96 | 0.48 |
| Hex | DD | 5 | EE | 7 | 62 | 0 | 7 | 128 | 60 | 30 |
| Octal | 335 | 5 | 356 | 7 | 142 | 0 | 7 | 450 | 140 | 60 |
| Binary | 11011101 | 101 | 11101110 | 111 | 1100010 | 0 | 111 | 100101000 | 1100000 | 110000 |
Color Harmonies of #DD05EE
Complementary color
Monochromatic Colors of #DD05EE
Black with #DD05EE
Text Example
Text Example
White with #DD05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD05EE; }
p { color: rgb(221,5,238); }
H1.HeaderClassName
{
color: #DD05EE;
}
.AnyTagClassName
{
color: #DD05EE;
}
</style>
background-color css
<style>
a { background-color: #DD05EE; }
a { background-color: rgb(221,5,238); }
div.DivClassName
{
background-color: #DD05EE;
}
.BgClassName
{
background-color: #DD05EE;
}
</style>
border-color css
<style>
span { border-color: #DD05EE; }
span { border-color: rgb(221,5,238); }
td.TdClassName
{
border-color: #DD05EE;
}
.TagClassName
{
border-color: #DD05EE;
}
</style>