Shades of Psychedelic Purple #DD10EC
Tints of Psychedelic Purple #DD10EC
RGB
CMYK
RGB Variations
Color information
#DD10EC (or 0xDD10EC) is known color: Psychedelic Purple. HEX triplet: DD, 10 and EC. RGB value is (221,16,236). Sum of RGB (Red+Green+Blue) = 221+16+236=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD10EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10EC is #22EF13. Grayscale: #656565. Windows color (decimal): -2289428 or 15470813. OLE color: 15470813.
HSL color Cylindrical-coordinate representation of color #DD10EC: hue angle of 295.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10EC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 16 | 236 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.07 |
| HSL | 295.91º | 0.87% | 0.49% | - |
| HSV(B) | 295.91º | 0.93% | 0.93% | - |
| XYZ | 45.14 | 21.8 | 81.19 | - |
| YUV | 102.38 | 203.42 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 236 | 0.06 | 0.93 | 0 | 0.07 | 295.91 | 0.87 | 0.49 |
| Hex | DD | 10 | EC | 6 | 5D | 0 | 7 | 128 | 57 | 31 |
| Octal | 335 | 20 | 354 | 6 | 135 | 0 | 7 | 450 | 127 | 61 |
| Binary | 11011101 | 10000 | 11101100 | 110 | 1011101 | 0 | 111 | 100101000 | 1010111 | 110001 |
Color Harmonies of #DD10EC
Complementary color
Monochromatic Colors of #DD10EC
Black with #DD10EC
Text Example
Text Example
White with #DD10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10EC; }
p { color: rgb(221,16,236); }
H1.HeaderClassName
{
color: #DD10EC;
}
.AnyTagClassName
{
color: #DD10EC;
}
</style>
background-color css
<style>
a { background-color: #DD10EC; }
a { background-color: rgb(221,16,236); }
div.DivClassName
{
background-color: #DD10EC;
}
.BgClassName
{
background-color: #DD10EC;
}
</style>
border-color css
<style>
span { border-color: #DD10EC; }
span { border-color: rgb(221,16,236); }
td.TdClassName
{
border-color: #DD10EC;
}
.TagClassName
{
border-color: #DD10EC;
}
</style>