Shades of Psychedelic Purple #DD03F2
Tints of Psychedelic Purple #DD03F2
RGB
CMYK
RGB Variations
Color information
#DD03F2 (or 0xDD03F2) is known color: Psychedelic Purple. HEX triplet: DD, 03 and F2. RGB value is (221,3,242). Sum of RGB (Red+Green+Blue) = 221+3+242=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD03F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03F2 is #22FC0D. Grayscale: #5E5E5E. Windows color (decimal): -2292750 or 15860701. OLE color: 15860701.
HSL color Cylindrical-coordinate representation of color #DD03F2: hue angle of 294.73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03F2 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 3 | 242 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.05 |
| HSL | 294.73º | 0.98% | 0.48% | - |
| HSV(B) | 294.73º | 0.99% | 0.95% | - |
| XYZ | 45.88 | 21.85 | 85.8 | - |
| YUV | 95.43 | 210.72 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 242 | 0.09 | 0.99 | 0 | 0.05 | 294.73 | 0.98 | 0.48 |
| Hex | DD | 3 | F2 | 9 | 63 | 0 | 5 | 127 | 62 | 30 |
| Octal | 335 | 3 | 362 | 11 | 143 | 0 | 5 | 447 | 142 | 60 |
| Binary | 11011101 | 11 | 11110010 | 1001 | 1100011 | 0 | 101 | 100100111 | 1100010 | 110000 |
Color Harmonies of #DD03F2
Complementary color
Monochromatic Colors of #DD03F2
Black with #DD03F2
Text Example
Text Example
White with #DD03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03F2; }
p { color: rgb(221,3,242); }
H1.HeaderClassName
{
color: #DD03F2;
}
.AnyTagClassName
{
color: #DD03F2;
}
</style>
background-color css
<style>
a { background-color: #DD03F2; }
a { background-color: rgb(221,3,242); }
div.DivClassName
{
background-color: #DD03F2;
}
.BgClassName
{
background-color: #DD03F2;
}
</style>
border-color css
<style>
span { border-color: #DD03F2; }
span { border-color: rgb(221,3,242); }
td.TdClassName
{
border-color: #DD03F2;
}
.TagClassName
{
border-color: #DD03F2;
}
</style>