Shades of Psychedelic Purple #DD0FED
Tints of Psychedelic Purple #DD0FED
RGB
CMYK
RGB Variations
Color information
#DD0FED (or 0xDD0FED) is known color: Psychedelic Purple. HEX triplet: DD, 0F and ED. RGB value is (221,15,237). Sum of RGB (Red+Green+Blue) = 221+15+237=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0FED is #22F012. Grayscale: #656565. Windows color (decimal): -2289683 or 15536093. OLE color: 15536093.
HSL color Cylindrical-coordinate representation of color #DD0FED: hue angle of 295.68º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0FED is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 15 | 237 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.07 |
| HSL | 295.68º | 0.88% | 0.49% | - |
| HSV(B) | 295.68º | 0.94% | 0.93% | - |
| XYZ | 45.28 | 21.83 | 81.95 | - |
| YUV | 101.9 | 204.25 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 237 | 0.07 | 0.94 | 0 | 0.07 | 295.68 | 0.88 | 0.49 |
| Hex | DD | F | ED | 7 | 5E | 0 | 7 | 128 | 58 | 31 |
| Octal | 335 | 17 | 355 | 7 | 136 | 0 | 7 | 450 | 130 | 61 |
| Binary | 11011101 | 1111 | 11101101 | 111 | 1011110 | 0 | 111 | 100101000 | 1011000 | 110001 |
Color Harmonies of #DD0FED
Complementary color
Monochromatic Colors of #DD0FED
Black with #DD0FED
Text Example
Text Example
White with #DD0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FED; }
p { color: rgb(221,15,237); }
H1.HeaderClassName
{
color: #DD0FED;
}
.AnyTagClassName
{
color: #DD0FED;
}
</style>
background-color css
<style>
a { background-color: #DD0FED; }
a { background-color: rgb(221,15,237); }
div.DivClassName
{
background-color: #DD0FED;
}
.BgClassName
{
background-color: #DD0FED;
}
</style>
border-color css
<style>
span { border-color: #DD0FED; }
span { border-color: rgb(221,15,237); }
td.TdClassName
{
border-color: #DD0FED;
}
.TagClassName
{
border-color: #DD0FED;
}
</style>