Shades of Psychedelic Purple #DD03EE
Tints of Psychedelic Purple #DD03EE
RGB
CMYK
RGB Variations
Color information
#DD03EE (or 0xDD03EE) is known color: Psychedelic Purple. HEX triplet: DD, 03 and EE. RGB value is (221,3,238). Sum of RGB (Red+Green+Blue) = 221+3+238=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 3 (1.56% from 255 or 0.65% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD03EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03EE is #22FC11. Grayscale: #5E5E5E. Windows color (decimal): -2292754 or 15598557. OLE color: 15598557.
HSL color Cylindrical-coordinate representation of color #DD03EE: hue angle of 295.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03EE is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 3 | 238 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.07 |
| HSL | 295.66º | 0.98% | 0.47% | - |
| HSV(B) | 295.66º | 0.99% | 0.93% | - |
| XYZ | 45.28 | 21.61 | 82.67 | - |
| YUV | 94.97 | 208.72 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 238 | 0.07 | 0.99 | 0 | 0.07 | 295.66 | 0.98 | 0.47 |
| Hex | DD | 3 | EE | 7 | 63 | 0 | 7 | 128 | 62 | 2F |
| Octal | 335 | 3 | 356 | 7 | 143 | 0 | 7 | 450 | 142 | 57 |
| Binary | 11011101 | 11 | 11101110 | 111 | 1100011 | 0 | 111 | 100101000 | 1100010 | 101111 |
Color Harmonies of #DD03EE
Complementary color
Monochromatic Colors of #DD03EE
Black with #DD03EE
Text Example
Text Example
White with #DD03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03EE; }
p { color: rgb(221,3,238); }
H1.HeaderClassName
{
color: #DD03EE;
}
.AnyTagClassName
{
color: #DD03EE;
}
</style>
background-color css
<style>
a { background-color: #DD03EE; }
a { background-color: rgb(221,3,238); }
div.DivClassName
{
background-color: #DD03EE;
}
.BgClassName
{
background-color: #DD03EE;
}
</style>
border-color css
<style>
span { border-color: #DD03EE; }
span { border-color: rgb(221,3,238); }
td.TdClassName
{
border-color: #DD03EE;
}
.TagClassName
{
border-color: #DD03EE;
}
</style>