Shades of Psychedelic Purple #DD02FE
Tints of Psychedelic Purple #DD02FE
RGB
CMYK
RGB Variations
Color information
#DD02FE (or 0xDD02FE) is known color: Psychedelic Purple. HEX triplet: DD, 02 and FE. RGB value is (221,2,254). Sum of RGB (Red+Green+Blue) = 221+2+254=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 2 (1.17% from 255 or 0.42% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD02FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02FE is #22FD01. Grayscale: #5F5F5F. Windows color (decimal): -2292994 or 16646877. OLE color: 16646877.
HSL color Cylindrical-coordinate representation of color #DD02FE: hue angle of 292.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02FE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 2 | 254 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.00 |
| HSL | 292.14º | 0.99% | 0.5% | - |
| HSV(B) | 292.14º | 0.99% | 1% | - |
| XYZ | 47.73 | 22.57 | 95.61 | - |
| YUV | 96.21 | 217.05 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 254 | 0.13 | 0.99 | 0 | 0.00 | 292.14 | 0.99 | 0.5 |
| Hex | DD | 2 | FE | D | 63 | 0 | 0 | 124 | 63 | 32 |
| Octal | 335 | 2 | 376 | 15 | 143 | 0 | 0 | 444 | 143 | 62 |
| Binary | 11011101 | 10 | 11111110 | 1101 | 1100011 | 0 | 0 | 100100100 | 1100011 | 110010 |
Color Harmonies of #DD02FE
Complementary color
Monochromatic Colors of #DD02FE
Black with #DD02FE
Text Example
Text Example
White with #DD02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02FE; }
p { color: rgb(221,2,254); }
H1.HeaderClassName
{
color: #DD02FE;
}
.AnyTagClassName
{
color: #DD02FE;
}
</style>
background-color css
<style>
a { background-color: #DD02FE; }
a { background-color: rgb(221,2,254); }
div.DivClassName
{
background-color: #DD02FE;
}
.BgClassName
{
background-color: #DD02FE;
}
</style>
border-color css
<style>
span { border-color: #DD02FE; }
span { border-color: rgb(221,2,254); }
td.TdClassName
{
border-color: #DD02FE;
}
.TagClassName
{
border-color: #DD02FE;
}
</style>