Shades of Psychedelic Purple #DD00FF
Tints of Psychedelic Purple #DD00FF
RGB
CMYK
RGB Variations
Color information
#DD00FF (or 0xDD00FF) is known color: Psychedelic Purple. HEX triplet: DD, 00 and FF. RGB value is (221,0,255). Sum of RGB (Red+Green+Blue) = 221+0+255=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00FF is #22FF00. Grayscale: #5E5E5E. Windows color (decimal): -2293505 or 16711901. OLE color: 16711901.
HSL color Cylindrical-coordinate representation of color #DD00FF: hue angle of 292º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00FF is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 0 | 255 | - |
| CMYK | 0.13 | 1 | 0 | 0 |
| HSL | 292º | 1% | 0.5% | - |
| HSV(B) | 292º | 1% | 1% | - |
| XYZ | 47.87 | 22.59 | 96.45 | - |
| YUV | 95.15 | 218.22 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 255 | 0.13 | 1 | 0 | 0 | 292 | 1 | 0.5 |
| Hex | DD | 0 | FF | D | 64 | 0 | 0 | 124 | 64 | 32 |
| Octal | 335 | 0 | 377 | 15 | 144 | 0 | 0 | 444 | 144 | 62 |
| Binary | 11011101 | 0 | 11111111 | 1101 | 1100100 | 0 | 0 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DD00FF
Complementary color
Monochromatic Colors of #DD00FF
Black with #DD00FF
Text Example
Text Example
White with #DD00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00FF; }
p { color: rgb(221,0,255); }
H1.HeaderClassName
{
color: #DD00FF;
}
.AnyTagClassName
{
color: #DD00FF;
}
</style>
background-color css
<style>
a { background-color: #DD00FF; }
a { background-color: rgb(221,0,255); }
div.DivClassName
{
background-color: #DD00FF;
}
.BgClassName
{
background-color: #DD00FF;
}
</style>
border-color css
<style>
span { border-color: #DD00FF; }
span { border-color: rgb(221,0,255); }
td.TdClassName
{
border-color: #DD00FF;
}
.TagClassName
{
border-color: #DD00FF;
}
</style>