Shades of Psychedelic Purple #DD1EF8
Tints of Psychedelic Purple #DD1EF8
RGB
CMYK
RGB Variations
Color information
#DD1EF8 (or 0xDD1EF8) is known color: Psychedelic Purple. HEX triplet: DD, 1E and F8. RGB value is (221,30,248). Sum of RGB (Red+Green+Blue) = 221+30+248=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD1EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EF8 is #22E107. Grayscale: #6F6F6F. Windows color (decimal): -2285832 or 16260829. OLE color: 16260829.
HSL color Cylindrical-coordinate representation of color #DD1EF8: hue angle of 292.57º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1EF8 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 30 | 248 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.03 |
| HSL | 292.57º | 0.94% | 0.55% | - |
| HSV(B) | 292.57º | 0.88% | 0.97% | - |
| XYZ | 47.23 | 23.08 | 90.77 | - |
| YUV | 111.96 | 204.78 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 248 | 0.11 | 0.88 | 0 | 0.03 | 292.57 | 0.94 | 0.55 |
| Hex | DD | 1E | F8 | B | 58 | 0 | 3 | 125 | 5E | 37 |
| Octal | 335 | 36 | 370 | 13 | 130 | 0 | 3 | 445 | 136 | 67 |
| Binary | 11011101 | 11110 | 11111000 | 1011 | 1011000 | 0 | 11 | 100100101 | 1011110 | 110111 |
Color Harmonies of #DD1EF8
Complementary color
Monochromatic Colors of #DD1EF8
Black with #DD1EF8
Text Example
Text Example
White with #DD1EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EF8; }
p { color: rgb(221,30,248); }
H1.HeaderClassName
{
color: #DD1EF8;
}
.AnyTagClassName
{
color: #DD1EF8;
}
</style>
background-color css
<style>
a { background-color: #DD1EF8; }
a { background-color: rgb(221,30,248); }
div.DivClassName
{
background-color: #DD1EF8;
}
.BgClassName
{
background-color: #DD1EF8;
}
</style>
border-color css
<style>
span { border-color: #DD1EF8; }
span { border-color: rgb(221,30,248); }
td.TdClassName
{
border-color: #DD1EF8;
}
.TagClassName
{
border-color: #DD1EF8;
}
</style>