Shades of Psychedelic Purple #DD00F3
Tints of Psychedelic Purple #DD00F3
RGB
CMYK
RGB Variations
Color information
#DD00F3 (or 0xDD00F3) is known color: Psychedelic Purple. HEX triplet: DD, 00 and F3. RGB value is (221,0,243). Sum of RGB (Red+Green+Blue) = 221+0+243=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD00F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00F3 is #22FF0C. Grayscale: #5D5D5D. Windows color (decimal): -2293517 or 15925469. OLE color: 15925469.
HSL color Cylindrical-coordinate representation of color #DD00F3: hue angle of 294.57º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00F3 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 0 | 243 | - |
| CMYK | 0.09 | 1 | 0 | 0.05 |
| HSL | 294.57º | 1% | 0.48% | - |
| HSV(B) | 294.57º | 1% | 0.95% | - |
| XYZ | 46 | 21.84 | 86.59 | - |
| YUV | 93.78 | 212.22 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 243 | 0.09 | 1 | 0 | 0.05 | 294.57 | 1 | 0.48 |
| Hex | DD | 0 | F3 | 9 | 64 | 0 | 5 | 127 | 64 | 30 |
| Octal | 335 | 0 | 363 | 11 | 144 | 0 | 5 | 447 | 144 | 60 |
| Binary | 11011101 | 0 | 11110011 | 1001 | 1100100 | 0 | 101 | 100100111 | 1100100 | 110000 |
Color Harmonies of #DD00F3
Complementary color
Monochromatic Colors of #DD00F3
Black with #DD00F3
Text Example
Text Example
White with #DD00F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00F3; }
p { color: rgb(221,0,243); }
H1.HeaderClassName
{
color: #DD00F3;
}
.AnyTagClassName
{
color: #DD00F3;
}
</style>
background-color css
<style>
a { background-color: #DD00F3; }
a { background-color: rgb(221,0,243); }
div.DivClassName
{
background-color: #DD00F3;
}
.BgClassName
{
background-color: #DD00F3;
}
</style>
border-color css
<style>
span { border-color: #DD00F3; }
span { border-color: rgb(221,0,243); }
td.TdClassName
{
border-color: #DD00F3;
}
.TagClassName
{
border-color: #DD00F3;
}
</style>