Shades of Psychedelic Purple #DD30F9
Tints of Psychedelic Purple #DD30F9
RGB
CMYK
RGB Variations
Color information
#DD30F9 (or 0xDD30F9) is known color: Psychedelic Purple. HEX triplet: DD, 30 and F9. RGB value is (221,48,249). Sum of RGB (Red+Green+Blue) = 221+48+249=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 48 (19.14% from 255 or 9.27% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD30F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD30F9 is #22CF06. Grayscale: #7A7A7A. Windows color (decimal): -2281223 or 16330973. OLE color: 16330973.
HSL color Cylindrical-coordinate representation of color #DD30F9: hue angle of 291.64º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD30F9 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 48 | 249 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.02 |
| HSL | 291.64º | 0.94% | 0.58% | - |
| HSV(B) | 291.64º | 0.81% | 0.98% | - |
| XYZ | 47.97 | 24.33 | 91.79 | - |
| YUV | 122.64 | 199.31 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 249 | 0.11 | 0.81 | 0 | 0.02 | 291.64 | 0.94 | 0.58 |
| Hex | DD | 30 | F9 | B | 51 | 0 | 2 | 124 | 5E | 3A |
| Octal | 335 | 60 | 371 | 13 | 121 | 0 | 2 | 444 | 136 | 72 |
| Binary | 11011101 | 110000 | 11111001 | 1011 | 1010001 | 0 | 10 | 100100100 | 1011110 | 111010 |
Color Harmonies of #DD30F9
Complementary color
Monochromatic Colors of #DD30F9
Black with #DD30F9
Text Example
Text Example
White with #DD30F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30F9; }
p { color: rgb(221,48,249); }
H1.HeaderClassName
{
color: #DD30F9;
}
.AnyTagClassName
{
color: #DD30F9;
}
</style>
background-color css
<style>
a { background-color: #DD30F9; }
a { background-color: rgb(221,48,249); }
div.DivClassName
{
background-color: #DD30F9;
}
.BgClassName
{
background-color: #DD30F9;
}
</style>
border-color css
<style>
span { border-color: #DD30F9; }
span { border-color: rgb(221,48,249); }
td.TdClassName
{
border-color: #DD30F9;
}
.TagClassName
{
border-color: #DD30F9;
}
</style>