Shades of Psychedelic Purple #DD0DEE
Tints of Psychedelic Purple #DD0DEE
RGB
CMYK
RGB Variations
Color information
#DD0DEE (or 0xDD0DEE) is known color: Psychedelic Purple. HEX triplet: DD, 0D and EE. RGB value is (221,13,238). Sum of RGB (Red+Green+Blue) = 221+13+238=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD0DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0DEE is #22F211. Grayscale: #646464. Windows color (decimal): -2290194 or 15601117. OLE color: 15601117.
HSL color Cylindrical-coordinate representation of color #DD0DEE: hue angle of 295.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0DEE is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 13 | 238 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.07 |
| HSL | 295.47º | 0.9% | 0.49% | - |
| HSV(B) | 295.47º | 0.95% | 0.93% | - |
| XYZ | 45.4 | 21.83 | 82.71 | - |
| YUV | 100.84 | 205.41 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 238 | 0.07 | 0.95 | 0 | 0.07 | 295.47 | 0.9 | 0.49 |
| Hex | DD | D | EE | 7 | 5F | 0 | 7 | 127 | 5A | 31 |
| Octal | 335 | 15 | 356 | 7 | 137 | 0 | 7 | 447 | 132 | 61 |
| Binary | 11011101 | 1101 | 11101110 | 111 | 1011111 | 0 | 111 | 100100111 | 1011010 | 110001 |
Color Harmonies of #DD0DEE
Complementary color
Monochromatic Colors of #DD0DEE
Black with #DD0DEE
Text Example
Text Example
White with #DD0DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DEE; }
p { color: rgb(221,13,238); }
H1.HeaderClassName
{
color: #DD0DEE;
}
.AnyTagClassName
{
color: #DD0DEE;
}
</style>
background-color css
<style>
a { background-color: #DD0DEE; }
a { background-color: rgb(221,13,238); }
div.DivClassName
{
background-color: #DD0DEE;
}
.BgClassName
{
background-color: #DD0DEE;
}
</style>
border-color css
<style>
span { border-color: #DD0DEE; }
span { border-color: rgb(221,13,238); }
td.TdClassName
{
border-color: #DD0DEE;
}
.TagClassName
{
border-color: #DD0DEE;
}
</style>