Shades of Psychedelic Purple #DD03EF
Tints of Psychedelic Purple #DD03EF
RGB
CMYK
RGB Variations
Color information
#DD03EF (or 0xDD03EF) is known color: Psychedelic Purple. HEX triplet: DD, 03 and EF. RGB value is (221,3,239). Sum of RGB (Red+Green+Blue) = 221+3+239=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD03EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03EF is #22FC10. Grayscale: #5E5E5E. Windows color (decimal): -2292753 or 15664093. OLE color: 15664093.
HSL color Cylindrical-coordinate representation of color #DD03EF: hue angle of 295.42º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03EF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 3 | 239 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.06 |
| HSL | 295.42º | 0.98% | 0.47% | - |
| HSV(B) | 295.42º | 0.99% | 0.94% | - |
| XYZ | 45.43 | 21.67 | 83.45 | - |
| YUV | 95.09 | 209.22 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 239 | 0.08 | 0.99 | 0 | 0.06 | 295.42 | 0.98 | 0.47 |
| Hex | DD | 3 | EF | 8 | 63 | 0 | 6 | 127 | 62 | 2F |
| Octal | 335 | 3 | 357 | 10 | 143 | 0 | 6 | 447 | 142 | 57 |
| Binary | 11011101 | 11 | 11101111 | 1000 | 1100011 | 0 | 110 | 100100111 | 1100010 | 101111 |
Color Harmonies of #DD03EF
Complementary color
Monochromatic Colors of #DD03EF
Black with #DD03EF
Text Example
Text Example
White with #DD03EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03EF; }
p { color: rgb(221,3,239); }
H1.HeaderClassName
{
color: #DD03EF;
}
.AnyTagClassName
{
color: #DD03EF;
}
</style>
background-color css
<style>
a { background-color: #DD03EF; }
a { background-color: rgb(221,3,239); }
div.DivClassName
{
background-color: #DD03EF;
}
.BgClassName
{
background-color: #DD03EF;
}
</style>
border-color css
<style>
span { border-color: #DD03EF; }
span { border-color: rgb(221,3,239); }
td.TdClassName
{
border-color: #DD03EF;
}
.TagClassName
{
border-color: #DD03EF;
}
</style>