Shades of Psychedelic Purple #DD10E9
Tints of Psychedelic Purple #DD10E9
RGB
CMYK
RGB Variations
Color information
#DD10E9 (or 0xDD10E9) is known color: Psychedelic Purple. HEX triplet: DD, 10 and E9. RGB value is (221,16,233). Sum of RGB (Red+Green+Blue) = 221+16+233=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 16 (6.64% from 255 or 3.40% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD10E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10E9 is #22EF16. Grayscale: #656565. Windows color (decimal): -2289431 or 15274205. OLE color: 15274205.
HSL color Cylindrical-coordinate representation of color #DD10E9: hue angle of 296.68º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10E9 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 16 | 233 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.09 |
| HSL | 296.68º | 0.87% | 0.49% | - |
| HSV(B) | 296.68º | 0.93% | 0.91% | - |
| XYZ | 44.71 | 21.63 | 78.91 | - |
| YUV | 102.03 | 201.92 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 233 | 0.05 | 0.93 | 0 | 0.09 | 296.68 | 0.87 | 0.49 |
| Hex | DD | 10 | E9 | 5 | 5D | 0 | 9 | 129 | 57 | 31 |
| Octal | 335 | 20 | 351 | 5 | 135 | 0 | 11 | 451 | 127 | 61 |
| Binary | 11011101 | 10000 | 11101001 | 101 | 1011101 | 0 | 1001 | 100101001 | 1010111 | 110001 |
Color Harmonies of #DD10E9
Complementary color
Monochromatic Colors of #DD10E9
Black with #DD10E9
Text Example
Text Example
White with #DD10E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10E9; }
p { color: rgb(221,16,233); }
H1.HeaderClassName
{
color: #DD10E9;
}
.AnyTagClassName
{
color: #DD10E9;
}
</style>
background-color css
<style>
a { background-color: #DD10E9; }
a { background-color: rgb(221,16,233); }
div.DivClassName
{
background-color: #DD10E9;
}
.BgClassName
{
background-color: #DD10E9;
}
</style>
border-color css
<style>
span { border-color: #DD10E9; }
span { border-color: rgb(221,16,233); }
td.TdClassName
{
border-color: #DD10E9;
}
.TagClassName
{
border-color: #DD10E9;
}
</style>