Shades of Psychedelic Purple #DD30EF
Tints of Psychedelic Purple #DD30EF
RGB
CMYK
RGB Variations
Color information
#DD30EF (or 0xDD30EF) is known color: Psychedelic Purple. HEX triplet: DD, 30 and EF. RGB value is (221,48,239). Sum of RGB (Red+Green+Blue) = 221+48+239=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD30EF is #22CF10. Grayscale: #787878. Windows color (decimal): -2281233 or 15675613. OLE color: 15675613.
HSL color Cylindrical-coordinate representation of color #DD30EF: hue angle of 294.35º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD30EF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 48 | 239 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.06 |
| HSL | 294.35º | 0.86% | 0.56% | - |
| HSV(B) | 294.35º | 0.8% | 0.94% | - |
| XYZ | 46.46 | 23.72 | 83.79 | - |
| YUV | 121.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 239 | 0.08 | 0.80 | 0 | 0.06 | 294.35 | 0.86 | 0.56 |
| Hex | DD | 30 | EF | 8 | 50 | 0 | 6 | 126 | 56 | 38 |
| Octal | 335 | 60 | 357 | 10 | 120 | 0 | 6 | 446 | 126 | 70 |
| Binary | 11011101 | 110000 | 11101111 | 1000 | 1010000 | 0 | 110 | 100100110 | 1010110 | 111000 |
Color Harmonies of #DD30EF
Complementary color
Monochromatic Colors of #DD30EF
Black with #DD30EF
Text Example
Text Example
White with #DD30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30EF; }
p { color: rgb(221,48,239); }
H1.HeaderClassName
{
color: #DD30EF;
}
.AnyTagClassName
{
color: #DD30EF;
}
</style>
background-color css
<style>
a { background-color: #DD30EF; }
a { background-color: rgb(221,48,239); }
div.DivClassName
{
background-color: #DD30EF;
}
.BgClassName
{
background-color: #DD30EF;
}
</style>
border-color css
<style>
span { border-color: #DD30EF; }
span { border-color: rgb(221,48,239); }
td.TdClassName
{
border-color: #DD30EF;
}
.TagClassName
{
border-color: #DD30EF;
}
</style>