Shades of Psychedelic Purple #DD15FE
Tints of Psychedelic Purple #DD15FE
RGB
CMYK
RGB Variations
Color information
#DD15FE (or 0xDD15FE) is known color: Psychedelic Purple. HEX triplet: DD, 15 and FE. RGB value is (221,21,254). Sum of RGB (Red+Green+Blue) = 221+21+254=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 21 (8.59% from 255 or 4.23% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15FE is #22EA01. Grayscale: #6A6A6A. Windows color (decimal): -2288130 or 16651741. OLE color: 16651741.
HSL color Cylindrical-coordinate representation of color #DD15FE: hue angle of 291.5º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD15FE is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 21 | 254 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.00 |
| HSL | 291.5º | 0.99% | 0.54% | - |
| HSV(B) | 291.5º | 0.92% | 1% | - |
| XYZ | 47.98 | 23.06 | 95.69 | - |
| YUV | 107.36 | 210.76 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 254 | 0.13 | 0.92 | 0 | 0.00 | 291.5 | 0.99 | 0.54 |
| Hex | DD | 15 | FE | D | 5C | 0 | 0 | 124 | 63 | 36 |
| Octal | 335 | 25 | 376 | 15 | 134 | 0 | 0 | 444 | 143 | 66 |
| Binary | 11011101 | 10101 | 11111110 | 1101 | 1011100 | 0 | 0 | 100100100 | 1100011 | 110110 |
Color Harmonies of #DD15FE
Complementary color
Monochromatic Colors of #DD15FE
Black with #DD15FE
Text Example
Text Example
White with #DD15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15FE; }
p { color: rgb(221,21,254); }
H1.HeaderClassName
{
color: #DD15FE;
}
.AnyTagClassName
{
color: #DD15FE;
}
</style>
background-color css
<style>
a { background-color: #DD15FE; }
a { background-color: rgb(221,21,254); }
div.DivClassName
{
background-color: #DD15FE;
}
.BgClassName
{
background-color: #DD15FE;
}
</style>
border-color css
<style>
span { border-color: #DD15FE; }
span { border-color: rgb(221,21,254); }
td.TdClassName
{
border-color: #DD15FE;
}
.TagClassName
{
border-color: #DD15FE;
}
</style>