Shades of Psychedelic Purple #DD23ED
Tints of Psychedelic Purple #DD23ED
RGB
CMYK
RGB Variations
Color information
#DD23ED (or 0xDD23ED) is known color: Psychedelic Purple. HEX triplet: DD, 23 and ED. RGB value is (221,35,237). Sum of RGB (Red+Green+Blue) = 221+35+237=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD23ED is #22DC12. Grayscale: #717171. Windows color (decimal): -2284563 or 15541213. OLE color: 15541213.
HSL color Cylindrical-coordinate representation of color #DD23ED: hue angle of 295.25º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD23ED is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 35 | 237 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.07 |
| HSL | 295.25º | 0.85% | 0.53% | - |
| HSV(B) | 295.25º | 0.85% | 0.93% | - |
| XYZ | 45.71 | 22.69 | 82.09 | - |
| YUV | 113.64 | 197.62 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 237 | 0.07 | 0.85 | 0 | 0.07 | 295.25 | 0.85 | 0.53 |
| Hex | DD | 23 | ED | 7 | 55 | 0 | 7 | 127 | 55 | 35 |
| Octal | 335 | 43 | 355 | 7 | 125 | 0 | 7 | 447 | 125 | 65 |
| Binary | 11011101 | 100011 | 11101101 | 111 | 1010101 | 0 | 111 | 100100111 | 1010101 | 110101 |
Color Harmonies of #DD23ED
Complementary color
Monochromatic Colors of #DD23ED
Black with #DD23ED
Text Example
Text Example
White with #DD23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23ED; }
p { color: rgb(221,35,237); }
H1.HeaderClassName
{
color: #DD23ED;
}
.AnyTagClassName
{
color: #DD23ED;
}
</style>
background-color css
<style>
a { background-color: #DD23ED; }
a { background-color: rgb(221,35,237); }
div.DivClassName
{
background-color: #DD23ED;
}
.BgClassName
{
background-color: #DD23ED;
}
</style>
border-color css
<style>
span { border-color: #DD23ED; }
span { border-color: rgb(221,35,237); }
td.TdClassName
{
border-color: #DD23ED;
}
.TagClassName
{
border-color: #DD23ED;
}
</style>