Shades of Psychedelic Purple #DD0FFE
Tints of Psychedelic Purple #DD0FFE
RGB
CMYK
RGB Variations
Color information
#DD0FFE (or 0xDD0FFE) is known color: Psychedelic Purple. HEX triplet: DD, 0F and FE. RGB value is (221,15,254). Sum of RGB (Red+Green+Blue) = 221+15+254=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0FFE is #22F001. Grayscale: #676767. Windows color (decimal): -2289666 or 16650205. OLE color: 16650205.
HSL color Cylindrical-coordinate representation of color #DD0FFE: hue angle of 291.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0FFE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 15 | 254 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.00 |
| HSL | 291.72º | 0.99% | 0.53% | - |
| HSV(B) | 291.72º | 0.94% | 1% | - |
| XYZ | 47.88 | 22.87 | 95.66 | - |
| YUV | 103.84 | 212.75 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 254 | 0.13 | 0.94 | 0 | 0.00 | 291.72 | 0.99 | 0.53 |
| Hex | DD | F | FE | D | 5E | 0 | 0 | 124 | 63 | 35 |
| Octal | 335 | 17 | 376 | 15 | 136 | 0 | 0 | 444 | 143 | 65 |
| Binary | 11011101 | 1111 | 11111110 | 1101 | 1011110 | 0 | 0 | 100100100 | 1100011 | 110101 |
Color Harmonies of #DD0FFE
Complementary color
Monochromatic Colors of #DD0FFE
Black with #DD0FFE
Text Example
Text Example
White with #DD0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FFE; }
p { color: rgb(221,15,254); }
H1.HeaderClassName
{
color: #DD0FFE;
}
.AnyTagClassName
{
color: #DD0FFE;
}
</style>
background-color css
<style>
a { background-color: #DD0FFE; }
a { background-color: rgb(221,15,254); }
div.DivClassName
{
background-color: #DD0FFE;
}
.BgClassName
{
background-color: #DD0FFE;
}
</style>
border-color css
<style>
span { border-color: #DD0FFE; }
span { border-color: rgb(221,15,254); }
td.TdClassName
{
border-color: #DD0FFE;
}
.TagClassName
{
border-color: #DD0FFE;
}
</style>