Shades of Psychedelic Purple #DD15EC
Tints of Psychedelic Purple #DD15EC
RGB
CMYK
RGB Variations
Color information
#DD15EC (or 0xDD15EC) is known color: Psychedelic Purple. HEX triplet: DD, 15 and EC. RGB value is (221,21,236). Sum of RGB (Red+Green+Blue) = 221+21+236=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD15EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15EC is #22EA13. Grayscale: #686868. Windows color (decimal): -2288148 or 15472093. OLE color: 15472093.
HSL color Cylindrical-coordinate representation of color #DD15EC: hue angle of 295.81º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD15EC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 21 | 236 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.07 |
| HSL | 295.81º | 0.85% | 0.5% | - |
| HSV(B) | 295.81º | 0.91% | 0.93% | - |
| XYZ | 45.23 | 21.96 | 81.21 | - |
| YUV | 105.31 | 201.76 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 236 | 0.06 | 0.91 | 0 | 0.07 | 295.81 | 0.85 | 0.5 |
| Hex | DD | 15 | EC | 6 | 5B | 0 | 7 | 128 | 55 | 32 |
| Octal | 335 | 25 | 354 | 6 | 133 | 0 | 7 | 450 | 125 | 62 |
| Binary | 11011101 | 10101 | 11101100 | 110 | 1011011 | 0 | 111 | 100101000 | 1010101 | 110010 |
Color Harmonies of #DD15EC
Complementary color
Monochromatic Colors of #DD15EC
Black with #DD15EC
Text Example
Text Example
White with #DD15EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15EC; }
p { color: rgb(221,21,236); }
H1.HeaderClassName
{
color: #DD15EC;
}
.AnyTagClassName
{
color: #DD15EC;
}
</style>
background-color css
<style>
a { background-color: #DD15EC; }
a { background-color: rgb(221,21,236); }
div.DivClassName
{
background-color: #DD15EC;
}
.BgClassName
{
background-color: #DD15EC;
}
</style>
border-color css
<style>
span { border-color: #DD15EC; }
span { border-color: rgb(221,21,236); }
td.TdClassName
{
border-color: #DD15EC;
}
.TagClassName
{
border-color: #DD15EC;
}
</style>