Shades of Psychedelic Purple #DD33F9
Tints of Psychedelic Purple #DD33F9
RGB
CMYK
RGB Variations
Color information
#DD33F9 (or 0xDD33F9) is known color: Psychedelic Purple. HEX triplet: DD, 33 and F9. RGB value is (221,51,249). Sum of RGB (Red+Green+Blue) = 221+51+249=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 51 (20.31% from 255 or 9.79% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD33F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD33F9 is #22CC06. Grayscale: #7B7B7B. Windows color (decimal): -2280455 or 16331741. OLE color: 16331741.
HSL color Cylindrical-coordinate representation of color #DD33F9: hue angle of 291.52º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD33F9 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 51 | 249 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.02 |
| HSL | 291.52º | 0.94% | 0.59% | - |
| HSV(B) | 291.52º | 0.8% | 0.98% | - |
| XYZ | 48.1 | 24.58 | 91.83 | - |
| YUV | 124.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 249 | 0.11 | 0.80 | 0 | 0.02 | 291.52 | 0.94 | 0.59 |
| Hex | DD | 33 | F9 | B | 50 | 0 | 2 | 124 | 5E | 3B |
| Octal | 335 | 63 | 371 | 13 | 120 | 0 | 2 | 444 | 136 | 73 |
| Binary | 11011101 | 110011 | 11111001 | 1011 | 1010000 | 0 | 10 | 100100100 | 1011110 | 111011 |
Color Harmonies of #DD33F9
Complementary color
Monochromatic Colors of #DD33F9
Black with #DD33F9
Text Example
Text Example
White with #DD33F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33F9; }
p { color: rgb(221,51,249); }
H1.HeaderClassName
{
color: #DD33F9;
}
.AnyTagClassName
{
color: #DD33F9;
}
</style>
background-color css
<style>
a { background-color: #DD33F9; }
a { background-color: rgb(221,51,249); }
div.DivClassName
{
background-color: #DD33F9;
}
.BgClassName
{
background-color: #DD33F9;
}
</style>
border-color css
<style>
span { border-color: #DD33F9; }
span { border-color: rgb(221,51,249); }
td.TdClassName
{
border-color: #DD33F9;
}
.TagClassName
{
border-color: #DD33F9;
}
</style>