Shades of Psychedelic Purple #DD00FE
Tints of Psychedelic Purple #DD00FE
RGB
CMYK
RGB Variations
Color information
#DD00FE (or 0xDD00FE) is known color: Psychedelic Purple. HEX triplet: DD, 00 and FE. RGB value is (221,0,254). Sum of RGB (Red+Green+Blue) = 221+0+254=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00FE is #22FF01. Grayscale: #5E5E5E. Windows color (decimal): -2293506 or 16646365. OLE color: 16646365.
HSL color Cylindrical-coordinate representation of color #DD00FE: hue angle of 292.2º 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 #DD00FE is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 0 | 254 | - |
| CMYK | 0.13 | 1 | 0 | 0.00 |
| HSL | 292.2º | 1% | 0.5% | - |
| HSV(B) | 292.2º | 1% | 1% | - |
| XYZ | 47.71 | 22.53 | 95.6 | - |
| YUV | 95.04 | 217.72 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 254 | 0.13 | 1 | 0 | 0.00 | 292.2 | 1 | 0.5 |
| Hex | DD | 0 | FE | D | 64 | 0 | 0 | 124 | 64 | 32 |
| Octal | 335 | 0 | 376 | 15 | 144 | 0 | 0 | 444 | 144 | 62 |
| Binary | 11011101 | 0 | 11111110 | 1101 | 1100100 | 0 | 0 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DD00FE
Complementary color
Monochromatic Colors of #DD00FE
Black with #DD00FE
Text Example
Text Example
White with #DD00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00FE; }
p { color: rgb(221,0,254); }
H1.HeaderClassName
{
color: #DD00FE;
}
.AnyTagClassName
{
color: #DD00FE;
}
</style>
background-color css
<style>
a { background-color: #DD00FE; }
a { background-color: rgb(221,0,254); }
div.DivClassName
{
background-color: #DD00FE;
}
.BgClassName
{
background-color: #DD00FE;
}
</style>
border-color css
<style>
span { border-color: #DD00FE; }
span { border-color: rgb(221,0,254); }
td.TdClassName
{
border-color: #DD00FE;
}
.TagClassName
{
border-color: #DD00FE;
}
</style>