Shades of Psychedelic Purple #DD23F1
Tints of Psychedelic Purple #DD23F1
RGB
CMYK
RGB Variations
Color information
#DD23F1 (or 0xDD23F1) is known color: Psychedelic Purple. HEX triplet: DD, 23 and F1. RGB value is (221,35,241). Sum of RGB (Red+Green+Blue) = 221+35+241=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 35 (14.06% from 255 or 7.04% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD23F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD23F1 is #22DC0E. Grayscale: #717171. Windows color (decimal): -2284559 or 15803357. OLE color: 15803357.
HSL color Cylindrical-coordinate representation of color #DD23F1: hue angle of 294.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD23F1 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 35 | 241 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.05 |
| HSL | 294.17º | 0.88% | 0.54% | - |
| HSV(B) | 294.17º | 0.85% | 0.95% | - |
| XYZ | 46.3 | 22.93 | 85.2 | - |
| YUV | 114.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 241 | 0.08 | 0.85 | 0 | 0.05 | 294.17 | 0.88 | 0.54 |
| Hex | DD | 23 | F1 | 8 | 55 | 0 | 5 | 126 | 58 | 36 |
| Octal | 335 | 43 | 361 | 10 | 125 | 0 | 5 | 446 | 130 | 66 |
| Binary | 11011101 | 100011 | 11110001 | 1000 | 1010101 | 0 | 101 | 100100110 | 1011000 | 110110 |
Color Harmonies of #DD23F1
Complementary color
Monochromatic Colors of #DD23F1
Black with #DD23F1
Text Example
Text Example
White with #DD23F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23F1; }
p { color: rgb(221,35,241); }
H1.HeaderClassName
{
color: #DD23F1;
}
.AnyTagClassName
{
color: #DD23F1;
}
</style>
background-color css
<style>
a { background-color: #DD23F1; }
a { background-color: rgb(221,35,241); }
div.DivClassName
{
background-color: #DD23F1;
}
.BgClassName
{
background-color: #DD23F1;
}
</style>
border-color css
<style>
span { border-color: #DD23F1; }
span { border-color: rgb(221,35,241); }
td.TdClassName
{
border-color: #DD23F1;
}
.TagClassName
{
border-color: #DD23F1;
}
</style>