Shades of Psychedelic Purple #DD36FE
Tints of Psychedelic Purple #DD36FE
RGB
CMYK
RGB Variations
Color information
#DD36FE (or 0xDD36FE) is known color: Psychedelic Purple. HEX triplet: DD, 36 and FE. RGB value is (221,54,254). Sum of RGB (Red+Green+Blue) = 221+54+254=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 54 (21.48% from 255 or 10.21% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD36FE is #22C901. Grayscale: #7E7E7E. Windows color (decimal): -2279682 or 16660189. OLE color: 16660189.
HSL color Cylindrical-coordinate representation of color #DD36FE: hue angle of 290.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD36FE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 54 | 254 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.00 |
| HSL | 290.1º | 0.99% | 0.6% | - |
| HSV(B) | 290.1º | 0.79% | 1% | - |
| XYZ | 49.03 | 25.17 | 96.04 | - |
| YUV | 126.73 | 199.83 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 254 | 0.13 | 0.79 | 0 | 0.00 | 290.1 | 0.99 | 0.6 |
| Hex | DD | 36 | FE | D | 4F | 0 | 0 | 122 | 63 | 3C |
| Octal | 335 | 66 | 376 | 15 | 117 | 0 | 0 | 442 | 143 | 74 |
| Binary | 11011101 | 110110 | 11111110 | 1101 | 1001111 | 0 | 0 | 100100010 | 1100011 | 111100 |
Color Harmonies of #DD36FE
Complementary color
Monochromatic Colors of #DD36FE
Black with #DD36FE
Text Example
Text Example
White with #DD36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36FE; }
p { color: rgb(221,54,254); }
H1.HeaderClassName
{
color: #DD36FE;
}
.AnyTagClassName
{
color: #DD36FE;
}
</style>
background-color css
<style>
a { background-color: #DD36FE; }
a { background-color: rgb(221,54,254); }
div.DivClassName
{
background-color: #DD36FE;
}
.BgClassName
{
background-color: #DD36FE;
}
</style>
border-color css
<style>
span { border-color: #DD36FE; }
span { border-color: rgb(221,54,254); }
td.TdClassName
{
border-color: #DD36FE;
}
.TagClassName
{
border-color: #DD36FE;
}
</style>