Shades of Psychedelic Purple #DD00EE
Tints of Psychedelic Purple #DD00EE
RGB
CMYK
RGB Variations
Color information
#DD00EE (or 0xDD00EE) is known color: Psychedelic Purple. HEX triplet: DD, 00 and EE. RGB value is (221,0,238). Sum of RGB (Red+Green+Blue) = 221+0+238=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00EE is #22FF11. Grayscale: #5C5C5C. Windows color (decimal): -2293522 or 15597789. OLE color: 15597789.
HSL color Cylindrical-coordinate representation of color #DD00EE: hue angle of 295.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00EE is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 0 | 238 | - |
CMYK | 0.07 | 1 | 0 | 0.07 |
HSL | 295.71º | 1% | 0.47% | - |
HSV(B) | 295.71º | 1% | 0.93% | - |
XYZ | 45.25 | 21.55 | 82.66 | - |
YUV | 93.21 | 209.72 | 219.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 0 | 238 | 0.07 | 1 | 0 | 0.07 | 295.71 | 1 | 0.47 |
Hex | DD | 0 | EE | 7 | 64 | 0 | 7 | 128 | 64 | 2F |
Octal | 335 | 0 | 356 | 7 | 144 | 0 | 7 | 450 | 144 | 57 |
Binary | 11011101 | 0 | 11101110 | 111 | 1100100 | 0 | 111 | 100101000 | 1100100 | 101111 |
Color Harmonies of #DD00EE
Complementary color
Monochromatic Colors of #DD00EE
Black with #DD00EE
Text Example
Text Example
White with #DD00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00EE; }
p { color: rgb(221,0,238); }
H1.HeaderClassName
{
color: #DD00EE;
}
.AnyTagClassName
{
color: #DD00EE;
}
</style>
background-color css
<style>
a { background-color: #DD00EE; }
a { background-color: rgb(221,0,238); }
div.DivClassName
{
background-color: #DD00EE;
}
.BgClassName
{
background-color: #DD00EE;
}
</style>
border-color css
<style>
span { border-color: #DD00EE; }
span { border-color: rgb(221,0,238); }
td.TdClassName
{
border-color: #DD00EE;
}
.TagClassName
{
border-color: #DD00EE;
}
</style>