Shades of Psychedelic Purple #DD12FE
Tints of Psychedelic Purple #DD12FE
RGB
CMYK
RGB Variations
Color information
#DD12FE (or 0xDD12FE) is known color: Psychedelic Purple. HEX triplet: DD, 12 and FE. RGB value is (221,18,254). Sum of RGB (Red+Green+Blue) = 221+18+254=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD12FE is #22ED01. Grayscale: #686868. Windows color (decimal): -2288898 or 16650973. OLE color: 16650973.
HSL color Cylindrical-coordinate representation of color #DD12FE: hue angle of 291.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD12FE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 18 | 254 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.00 |
| HSL | 291.61º | 0.99% | 0.53% | - |
| HSV(B) | 291.61º | 0.93% | 1% | - |
| XYZ | 47.92 | 22.96 | 95.67 | - |
| YUV | 105.6 | 211.75 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 254 | 0.13 | 0.93 | 0 | 0.00 | 291.61 | 0.99 | 0.53 |
| Hex | DD | 12 | FE | D | 5D | 0 | 0 | 124 | 63 | 35 |
| Octal | 335 | 22 | 376 | 15 | 135 | 0 | 0 | 444 | 143 | 65 |
| Binary | 11011101 | 10010 | 11111110 | 1101 | 1011101 | 0 | 0 | 100100100 | 1100011 | 110101 |
Color Harmonies of #DD12FE
Complementary color
Monochromatic Colors of #DD12FE
Black with #DD12FE
Text Example
Text Example
White with #DD12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12FE; }
p { color: rgb(221,18,254); }
H1.HeaderClassName
{
color: #DD12FE;
}
.AnyTagClassName
{
color: #DD12FE;
}
</style>
background-color css
<style>
a { background-color: #DD12FE; }
a { background-color: rgb(221,18,254); }
div.DivClassName
{
background-color: #DD12FE;
}
.BgClassName
{
background-color: #DD12FE;
}
</style>
border-color css
<style>
span { border-color: #DD12FE; }
span { border-color: rgb(221,18,254); }
td.TdClassName
{
border-color: #DD12FE;
}
.TagClassName
{
border-color: #DD12FE;
}
</style>