Shades of Psychedelic Purple #DD08ED
Tints of Psychedelic Purple #DD08ED
RGB
CMYK
RGB Variations
Color information
#DD08ED (or 0xDD08ED) is known color: Psychedelic Purple. HEX triplet: DD, 08 and ED. RGB value is (221,8,237). Sum of RGB (Red+Green+Blue) = 221+8+237=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 8 (3.52% from 255 or 1.72% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD08ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD08ED is #22F712. Grayscale: #616161. Windows color (decimal): -2291475 or 15534301. OLE color: 15534301.
HSL color Cylindrical-coordinate representation of color #DD08ED: hue angle of 295.81º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD08ED is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 8 | 237 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.07 |
| HSL | 295.81º | 0.93% | 0.48% | - |
| HSV(B) | 295.81º | 0.97% | 0.93% | - |
| XYZ | 45.19 | 21.66 | 81.92 | - |
| YUV | 97.79 | 206.57 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 237 | 0.07 | 0.97 | 0 | 0.07 | 295.81 | 0.93 | 0.48 |
| Hex | DD | 8 | ED | 7 | 61 | 0 | 7 | 128 | 5D | 30 |
| Octal | 335 | 10 | 355 | 7 | 141 | 0 | 7 | 450 | 135 | 60 |
| Binary | 11011101 | 1000 | 11101101 | 111 | 1100001 | 0 | 111 | 100101000 | 1011101 | 110000 |
Color Harmonies of #DD08ED
Complementary color
Monochromatic Colors of #DD08ED
Black with #DD08ED
Text Example
Text Example
White with #DD08ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08ED; }
p { color: rgb(221,8,237); }
H1.HeaderClassName
{
color: #DD08ED;
}
.AnyTagClassName
{
color: #DD08ED;
}
</style>
background-color css
<style>
a { background-color: #DD08ED; }
a { background-color: rgb(221,8,237); }
div.DivClassName
{
background-color: #DD08ED;
}
.BgClassName
{
background-color: #DD08ED;
}
</style>
border-color css
<style>
span { border-color: #DD08ED; }
span { border-color: rgb(221,8,237); }
td.TdClassName
{
border-color: #DD08ED;
}
.TagClassName
{
border-color: #DD08ED;
}
</style>