Shades of Psychedelic Purple #DD0EEB
Tints of Psychedelic Purple #DD0EEB
RGB
CMYK
RGB Variations
Color information
#DD0EEB (or 0xDD0EEB) is known color: Psychedelic Purple. HEX triplet: DD, 0E and EB. RGB value is (221,14,235). Sum of RGB (Red+Green+Blue) = 221+14+235=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 14 (5.86% from 255 or 2.98% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EEB is #22F114. Grayscale: #646464. Windows color (decimal): -2289941 or 15404765. OLE color: 15404765.
HSL color Cylindrical-coordinate representation of color #DD0EEB: hue angle of 296.2º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0EEB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 14 | 235 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.08 |
| HSL | 296.2º | 0.89% | 0.49% | - |
| HSV(B) | 296.2º | 0.94% | 0.92% | - |
| XYZ | 44.97 | 21.68 | 80.41 | - |
| YUV | 101.09 | 203.58 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 235 | 0.06 | 0.94 | 0 | 0.08 | 296.2 | 0.89 | 0.49 |
| Hex | DD | E | EB | 6 | 5E | 0 | 8 | 128 | 59 | 31 |
| Octal | 335 | 16 | 353 | 6 | 136 | 0 | 10 | 450 | 131 | 61 |
| Binary | 11011101 | 1110 | 11101011 | 110 | 1011110 | 0 | 1000 | 100101000 | 1011001 | 110001 |
Color Harmonies of #DD0EEB
Complementary color
Monochromatic Colors of #DD0EEB
Black with #DD0EEB
Text Example
Text Example
White with #DD0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EEB; }
p { color: rgb(221,14,235); }
H1.HeaderClassName
{
color: #DD0EEB;
}
.AnyTagClassName
{
color: #DD0EEB;
}
</style>
background-color css
<style>
a { background-color: #DD0EEB; }
a { background-color: rgb(221,14,235); }
div.DivClassName
{
background-color: #DD0EEB;
}
.BgClassName
{
background-color: #DD0EEB;
}
</style>
border-color css
<style>
span { border-color: #DD0EEB; }
span { border-color: rgb(221,14,235); }
td.TdClassName
{
border-color: #DD0EEB;
}
.TagClassName
{
border-color: #DD0EEB;
}
</style>