Shades of Psychedelic Purple #DD33FF
Tints of Psychedelic Purple #DD33FF
RGB
CMYK
RGB Variations
Color information
#DD33FF (or 0xDD33FF) is known color: Psychedelic Purple. HEX triplet: DD, 33 and FF. RGB value is (221,51,255). Sum of RGB (Red+Green+Blue) = 221+51+255=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 51 (20.31% from 255 or 9.68% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD33FF is #22CC00. Grayscale: #7C7C7C. Windows color (decimal): -2280449 or 16724957. OLE color: 16724957.
HSL color Cylindrical-coordinate representation of color #DD33FF: hue angle of 290º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD33FF is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 51 | 255 | - |
| CMYK | 0.13 | 0.8 | 0 | 0 |
| HSL | 290º | 1% | 0.6% | - |
| HSV(B) | 290º | 0.8% | 1% | - |
| XYZ | 49.05 | 24.96 | 96.84 | - |
| YUV | 125.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 255 | 0.13 | 0.8 | 0 | 0 | 290 | 1 | 0.6 |
| Hex | DD | 33 | FF | D | 50 | 0 | 0 | 122 | 64 | 3C |
| Octal | 335 | 63 | 377 | 15 | 120 | 0 | 0 | 442 | 144 | 74 |
| Binary | 11011101 | 110011 | 11111111 | 1101 | 1010000 | 0 | 0 | 100100010 | 1100100 | 111100 |
Color Harmonies of #DD33FF
Complementary color
Monochromatic Colors of #DD33FF
Black with #DD33FF
Text Example
Text Example
White with #DD33FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33FF; }
p { color: rgb(221,51,255); }
H1.HeaderClassName
{
color: #DD33FF;
}
.AnyTagClassName
{
color: #DD33FF;
}
</style>
background-color css
<style>
a { background-color: #DD33FF; }
a { background-color: rgb(221,51,255); }
div.DivClassName
{
background-color: #DD33FF;
}
.BgClassName
{
background-color: #DD33FF;
}
</style>
border-color css
<style>
span { border-color: #DD33FF; }
span { border-color: rgb(221,51,255); }
td.TdClassName
{
border-color: #DD33FF;
}
.TagClassName
{
border-color: #DD33FF;
}
</style>