Shades of Psychedelic Purple #DD13FE
Tints of Psychedelic Purple #DD13FE
RGB
CMYK
RGB Variations
Color information
#DD13FE (or 0xDD13FE) is known color: Psychedelic Purple. HEX triplet: DD, 13 and FE. RGB value is (221,19,254). Sum of RGB (Red+Green+Blue) = 221+19+254=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD13FE is #22EC01. Grayscale: #696969. Windows color (decimal): -2288642 or 16651229. OLE color: 16651229.
HSL color Cylindrical-coordinate representation of color #DD13FE: hue angle of 291.57º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD13FE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 19 | 254 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.00 |
| HSL | 291.57º | 0.99% | 0.54% | - |
| HSV(B) | 291.57º | 0.93% | 1% | - |
| XYZ | 47.94 | 22.99 | 95.68 | - |
| YUV | 106.19 | 211.42 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 254 | 0.13 | 0.93 | 0 | 0.00 | 291.57 | 0.99 | 0.54 |
| Hex | DD | 13 | FE | D | 5D | 0 | 0 | 124 | 63 | 36 |
| Octal | 335 | 23 | 376 | 15 | 135 | 0 | 0 | 444 | 143 | 66 |
| Binary | 11011101 | 10011 | 11111110 | 1101 | 1011101 | 0 | 0 | 100100100 | 1100011 | 110110 |
Color Harmonies of #DD13FE
Complementary color
Monochromatic Colors of #DD13FE
Black with #DD13FE
Text Example
Text Example
White with #DD13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13FE; }
p { color: rgb(221,19,254); }
H1.HeaderClassName
{
color: #DD13FE;
}
.AnyTagClassName
{
color: #DD13FE;
}
</style>
background-color css
<style>
a { background-color: #DD13FE; }
a { background-color: rgb(221,19,254); }
div.DivClassName
{
background-color: #DD13FE;
}
.BgClassName
{
background-color: #DD13FE;
}
</style>
border-color css
<style>
span { border-color: #DD13FE; }
span { border-color: rgb(221,19,254); }
td.TdClassName
{
border-color: #DD13FE;
}
.TagClassName
{
border-color: #DD13FE;
}
</style>