Shades of Psychedelic Purple #DD23E7
Tints of Psychedelic Purple #DD23E7
RGB
CMYK
RGB Variations
Color information
#DD23E7 (or 0xDD23E7) is known color: Psychedelic Purple. HEX triplet: DD, 23 and E7. RGB value is (221,35,231). Sum of RGB (Red+Green+Blue) = 221+35+231=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 35 (14.06% from 255 or 7.19% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD23E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD23E7 is #22DC18. Grayscale: #707070. Windows color (decimal): -2284569 or 15147997. OLE color: 15147997.
HSL color Cylindrical-coordinate representation of color #DD23E7: hue angle of 296.94º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD23E7 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 35 | 231 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.09 |
| HSL | 296.94º | 0.8% | 0.52% | - |
| HSV(B) | 296.94º | 0.85% | 0.91% | - |
| XYZ | 44.84 | 22.34 | 77.55 | - |
| YUV | 112.96 | 194.62 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 231 | 0.04 | 0.85 | 0 | 0.09 | 296.94 | 0.8 | 0.52 |
| Hex | DD | 23 | E7 | 4 | 55 | 0 | 9 | 129 | 50 | 34 |
| Octal | 335 | 43 | 347 | 4 | 125 | 0 | 11 | 451 | 120 | 64 |
| Binary | 11011101 | 100011 | 11100111 | 100 | 1010101 | 0 | 1001 | 100101001 | 1010000 | 110100 |
Color Harmonies of #DD23E7
Complementary color
Monochromatic Colors of #DD23E7
Black with #DD23E7
Text Example
Text Example
White with #DD23E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23E7; }
p { color: rgb(221,35,231); }
H1.HeaderClassName
{
color: #DD23E7;
}
.AnyTagClassName
{
color: #DD23E7;
}
</style>
background-color css
<style>
a { background-color: #DD23E7; }
a { background-color: rgb(221,35,231); }
div.DivClassName
{
background-color: #DD23E7;
}
.BgClassName
{
background-color: #DD23E7;
}
</style>
border-color css
<style>
span { border-color: #DD23E7; }
span { border-color: rgb(221,35,231); }
td.TdClassName
{
border-color: #DD23E7;
}
.TagClassName
{
border-color: #DD23E7;
}
</style>