Shades of Psychedelic Purple #DD07FE
Tints of Psychedelic Purple #DD07FE
RGB
CMYK
RGB Variations
Color information
#DD07FE (or 0xDD07FE) is known color: Psychedelic Purple. HEX triplet: DD, 07 and FE. RGB value is (221,7,254). Sum of RGB (Red+Green+Blue) = 221+7+254=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 7 (3.12% from 255 or 1.45% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD07FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD07FE is #22F801. Grayscale: #626262. Windows color (decimal): -2291714 or 16648157. OLE color: 16648157.
HSL color Cylindrical-coordinate representation of color #DD07FE: hue angle of 291.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD07FE is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 7 | 254 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.00 |
| HSL | 291.98º | 0.99% | 0.51% | - |
| HSV(B) | 291.98º | 0.97% | 1% | - |
| XYZ | 47.78 | 22.68 | 95.63 | - |
| YUV | 99.14 | 215.4 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 254 | 0.13 | 0.97 | 0 | 0.00 | 291.98 | 0.99 | 0.51 |
| Hex | DD | 7 | FE | D | 61 | 0 | 0 | 124 | 63 | 33 |
| Octal | 335 | 7 | 376 | 15 | 141 | 0 | 0 | 444 | 143 | 63 |
| Binary | 11011101 | 111 | 11111110 | 1101 | 1100001 | 0 | 0 | 100100100 | 1100011 | 110011 |
Color Harmonies of #DD07FE
Complementary color
Monochromatic Colors of #DD07FE
Black with #DD07FE
Text Example
Text Example
White with #DD07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD07FE; }
p { color: rgb(221,7,254); }
H1.HeaderClassName
{
color: #DD07FE;
}
.AnyTagClassName
{
color: #DD07FE;
}
</style>
background-color css
<style>
a { background-color: #DD07FE; }
a { background-color: rgb(221,7,254); }
div.DivClassName
{
background-color: #DD07FE;
}
.BgClassName
{
background-color: #DD07FE;
}
</style>
border-color css
<style>
span { border-color: #DD07FE; }
span { border-color: rgb(221,7,254); }
td.TdClassName
{
border-color: #DD07FE;
}
.TagClassName
{
border-color: #DD07FE;
}
</style>