Shades of Psychedelic Purple #DD03FF
Tints of Psychedelic Purple #DD03FF
RGB
CMYK
RGB Variations
Color information
#DD03FF (or 0xDD03FF) is known color: Psychedelic Purple. HEX triplet: DD, 03 and FF. RGB value is (221,3,255). Sum of RGB (Red+Green+Blue) = 221+3+255=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 3 (1.56% from 255 or 0.63% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03FF is #22FC00. Grayscale: #606060. Windows color (decimal): -2292737 or 16712669. OLE color: 16712669.
HSL color Cylindrical-coordinate representation of color #DD03FF: hue angle of 291.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03FF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 3 | 255 | - |
| CMYK | 0.13 | 0.99 | 0 | 0 |
| HSL | 291.9º | 1% | 0.51% | - |
| HSV(B) | 291.9º | 0.99% | 1% | - |
| XYZ | 47.9 | 22.66 | 96.46 | - |
| YUV | 96.91 | 217.22 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 255 | 0.13 | 0.99 | 0 | 0 | 291.9 | 1 | 0.51 |
| Hex | DD | 3 | FF | D | 63 | 0 | 0 | 124 | 64 | 33 |
| Octal | 335 | 3 | 377 | 15 | 143 | 0 | 0 | 444 | 144 | 63 |
| Binary | 11011101 | 11 | 11111111 | 1101 | 1100011 | 0 | 0 | 100100100 | 1100100 | 110011 |
Color Harmonies of #DD03FF
Complementary color
Monochromatic Colors of #DD03FF
Black with #DD03FF
Text Example
Text Example
White with #DD03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03FF; }
p { color: rgb(221,3,255); }
H1.HeaderClassName
{
color: #DD03FF;
}
.AnyTagClassName
{
color: #DD03FF;
}
</style>
background-color css
<style>
a { background-color: #DD03FF; }
a { background-color: rgb(221,3,255); }
div.DivClassName
{
background-color: #DD03FF;
}
.BgClassName
{
background-color: #DD03FF;
}
</style>
border-color css
<style>
span { border-color: #DD03FF; }
span { border-color: rgb(221,3,255); }
td.TdClassName
{
border-color: #DD03FF;
}
.TagClassName
{
border-color: #DD03FF;
}
</style>