Shades of Psychedelic Purple #DD15EA
Tints of Psychedelic Purple #DD15EA
RGB
CMYK
RGB Variations
Color information
#DD15EA (or 0xDD15EA) is known color: Psychedelic Purple. HEX triplet: DD, 15 and EA. RGB value is (221,21,234). Sum of RGB (Red+Green+Blue) = 221+21+234=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD15EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD15EA is #22EA15. Grayscale: #686868. Windows color (decimal): -2288150 or 15341021. OLE color: 15341021.
HSL color Cylindrical-coordinate representation of color #DD15EA: hue angle of 296.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD15EA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 21 | 234 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.08 |
| HSL | 296.34º | 0.84% | 0.5% | - |
| HSV(B) | 296.34º | 0.91% | 0.92% | - |
| XYZ | 44.94 | 21.85 | 79.69 | - |
| YUV | 105.08 | 200.76 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 234 | 0.06 | 0.91 | 0 | 0.08 | 296.34 | 0.84 | 0.5 |
| Hex | DD | 15 | EA | 6 | 5B | 0 | 8 | 128 | 54 | 32 |
| Octal | 335 | 25 | 352 | 6 | 133 | 0 | 10 | 450 | 124 | 62 |
| Binary | 11011101 | 10101 | 11101010 | 110 | 1011011 | 0 | 1000 | 100101000 | 1010100 | 110010 |
Color Harmonies of #DD15EA
Complementary color
Monochromatic Colors of #DD15EA
Black with #DD15EA
Text Example
Text Example
White with #DD15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15EA; }
p { color: rgb(221,21,234); }
H1.HeaderClassName
{
color: #DD15EA;
}
.AnyTagClassName
{
color: #DD15EA;
}
</style>
background-color css
<style>
a { background-color: #DD15EA; }
a { background-color: rgb(221,21,234); }
div.DivClassName
{
background-color: #DD15EA;
}
.BgClassName
{
background-color: #DD15EA;
}
</style>
border-color css
<style>
span { border-color: #DD15EA; }
span { border-color: rgb(221,21,234); }
td.TdClassName
{
border-color: #DD15EA;
}
.TagClassName
{
border-color: #DD15EA;
}
</style>