Shades of Psychedelic Purple #DD01FE
Tints of Psychedelic Purple #DD01FE
RGB
CMYK
RGB Variations
Color information
#DD01FE (or 0xDD01FE) is known color: Psychedelic Purple. HEX triplet: DD, 01 and FE. RGB value is (221,1,254). Sum of RGB (Red+Green+Blue) = 221+1+254=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD01FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD01FE is #22FE01. Grayscale: #5E5E5E. Windows color (decimal): -2293250 or 16646621. OLE color: 16646621.
HSL color Cylindrical-coordinate representation of color #DD01FE: hue angle of 292.17º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01FE is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 1 | 254 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.00 |
| HSL | 292.17º | 0.99% | 0.5% | - |
| HSV(B) | 292.17º | 1% | 1% | - |
| XYZ | 47.72 | 22.55 | 95.6 | - |
| YUV | 95.62 | 217.39 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 254 | 0.13 | 1.00 | 0 | 0.00 | 292.17 | 0.99 | 0.5 |
| Hex | DD | 1 | FE | D | 64 | 0 | 0 | 124 | 63 | 32 |
| Octal | 335 | 1 | 376 | 15 | 144 | 0 | 0 | 444 | 143 | 62 |
| Binary | 11011101 | 1 | 11111110 | 1101 | 1100100 | 0 | 0 | 100100100 | 1100011 | 110010 |
Color Harmonies of #DD01FE
Complementary color
Monochromatic Colors of #DD01FE
Black with #DD01FE
Text Example
Text Example
White with #DD01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01FE; }
p { color: rgb(221,1,254); }
H1.HeaderClassName
{
color: #DD01FE;
}
.AnyTagClassName
{
color: #DD01FE;
}
</style>
background-color css
<style>
a { background-color: #DD01FE; }
a { background-color: rgb(221,1,254); }
div.DivClassName
{
background-color: #DD01FE;
}
.BgClassName
{
background-color: #DD01FE;
}
</style>
border-color css
<style>
span { border-color: #DD01FE; }
span { border-color: rgb(221,1,254); }
td.TdClassName
{
border-color: #DD01FE;
}
.TagClassName
{
border-color: #DD01FE;
}
</style>