Shades of Psychedelic Purple #DD1DFE
Tints of Psychedelic Purple #DD1DFE
RGB
CMYK
RGB Variations
Color information
#DD1DFE (or 0xDD1DFE) is known color: Psychedelic Purple. HEX triplet: DD, 1D and FE. RGB value is (221,29,254). Sum of RGB (Red+Green+Blue) = 221+29+254=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 29 (11.72% from 255 or 5.75% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD1DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1DFE is #22E201. Grayscale: #6F6F6F. Windows color (decimal): -2286082 or 16653789. OLE color: 16653789.
HSL color Cylindrical-coordinate representation of color #DD1DFE: hue angle of 291.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1DFE is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 29 | 254 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.00 |
| HSL | 291.2º | 0.99% | 0.55% | - |
| HSV(B) | 291.2º | 0.89% | 1% | - |
| XYZ | 48.15 | 23.41 | 95.75 | - |
| YUV | 112.06 | 208.11 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 254 | 0.13 | 0.89 | 0 | 0.00 | 291.2 | 0.99 | 0.55 |
| Hex | DD | 1D | FE | D | 59 | 0 | 0 | 123 | 63 | 37 |
| Octal | 335 | 35 | 376 | 15 | 131 | 0 | 0 | 443 | 143 | 67 |
| Binary | 11011101 | 11101 | 11111110 | 1101 | 1011001 | 0 | 0 | 100100011 | 1100011 | 110111 |
Color Harmonies of #DD1DFE
Complementary color
Monochromatic Colors of #DD1DFE
Black with #DD1DFE
Text Example
Text Example
White with #DD1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DFE; }
p { color: rgb(221,29,254); }
H1.HeaderClassName
{
color: #DD1DFE;
}
.AnyTagClassName
{
color: #DD1DFE;
}
</style>
background-color css
<style>
a { background-color: #DD1DFE; }
a { background-color: rgb(221,29,254); }
div.DivClassName
{
background-color: #DD1DFE;
}
.BgClassName
{
background-color: #DD1DFE;
}
</style>
border-color css
<style>
span { border-color: #DD1DFE; }
span { border-color: rgb(221,29,254); }
td.TdClassName
{
border-color: #DD1DFE;
}
.TagClassName
{
border-color: #DD1DFE;
}
</style>