Shades of Psychedelic Purple #DD03F3
Tints of Psychedelic Purple #DD03F3
RGB
CMYK
RGB Variations
Color information
#DD03F3 (or 0xDD03F3) is known color: Psychedelic Purple. HEX triplet: DD, 03 and F3. RGB value is (221,3,243). Sum of RGB (Red+Green+Blue) = 221+3+243=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 3 (1.56% from 255 or 0.64% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD03F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD03F3 is #22FC0C. Grayscale: #5E5E5E. Windows color (decimal): -2292749 or 15926237. OLE color: 15926237.
HSL color Cylindrical-coordinate representation of color #DD03F3: hue angle of 294.5º 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 #DD03F3 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 3 | 243 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.05 |
| HSL | 294.5º | 0.98% | 0.48% | - |
| HSV(B) | 294.5º | 0.99% | 0.95% | - |
| XYZ | 46.03 | 21.91 | 86.6 | - |
| YUV | 95.54 | 211.22 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 243 | 0.09 | 0.99 | 0 | 0.05 | 294.5 | 0.98 | 0.48 |
| Hex | DD | 3 | F3 | 9 | 63 | 0 | 5 | 126 | 62 | 30 |
| Octal | 335 | 3 | 363 | 11 | 143 | 0 | 5 | 446 | 142 | 60 |
| Binary | 11011101 | 11 | 11110011 | 1001 | 1100011 | 0 | 101 | 100100110 | 1100010 | 110000 |
Color Harmonies of #DD03F3
Complementary color
Monochromatic Colors of #DD03F3
Black with #DD03F3
Text Example
Text Example
White with #DD03F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03F3; }
p { color: rgb(221,3,243); }
H1.HeaderClassName
{
color: #DD03F3;
}
.AnyTagClassName
{
color: #DD03F3;
}
</style>
background-color css
<style>
a { background-color: #DD03F3; }
a { background-color: rgb(221,3,243); }
div.DivClassName
{
background-color: #DD03F3;
}
.BgClassName
{
background-color: #DD03F3;
}
</style>
border-color css
<style>
span { border-color: #DD03F3; }
span { border-color: rgb(221,3,243); }
td.TdClassName
{
border-color: #DD03F3;
}
.TagClassName
{
border-color: #DD03F3;
}
</style>