Shades of Psychedelic Purple #DD23FE
Tints of Psychedelic Purple #DD23FE
RGB
CMYK
RGB Variations
Color information
#DD23FE (or 0xDD23FE) is known color: Psychedelic Purple. HEX triplet: DD, 23 and FE. RGB value is (221,35,254). Sum of RGB (Red+Green+Blue) = 221+35+254=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 35 (14.06% from 255 or 6.86% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD23FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD23FE is #22DC01. Grayscale: #727272. Windows color (decimal): -2284546 or 16655325. OLE color: 16655325.
HSL color Cylindrical-coordinate representation of color #DD23FE: hue angle of 290.96º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD23FE is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 35 | 254 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.00 |
| HSL | 290.96º | 0.99% | 0.57% | - |
| HSV(B) | 290.96º | 0.86% | 1% | - |
| XYZ | 48.31 | 23.73 | 95.8 | - |
| YUV | 115.58 | 206.12 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 254 | 0.13 | 0.86 | 0 | 0.00 | 290.96 | 0.99 | 0.57 |
| Hex | DD | 23 | FE | D | 56 | 0 | 0 | 123 | 63 | 39 |
| Octal | 335 | 43 | 376 | 15 | 126 | 0 | 0 | 443 | 143 | 71 |
| Binary | 11011101 | 100011 | 11111110 | 1101 | 1010110 | 0 | 0 | 100100011 | 1100011 | 111001 |
Color Harmonies of #DD23FE
Complementary color
Monochromatic Colors of #DD23FE
Black with #DD23FE
Text Example
Text Example
White with #DD23FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23FE; }
p { color: rgb(221,35,254); }
H1.HeaderClassName
{
color: #DD23FE;
}
.AnyTagClassName
{
color: #DD23FE;
}
</style>
background-color css
<style>
a { background-color: #DD23FE; }
a { background-color: rgb(221,35,254); }
div.DivClassName
{
background-color: #DD23FE;
}
.BgClassName
{
background-color: #DD23FE;
}
</style>
border-color css
<style>
span { border-color: #DD23FE; }
span { border-color: rgb(221,35,254); }
td.TdClassName
{
border-color: #DD23FE;
}
.TagClassName
{
border-color: #DD23FE;
}
</style>