Shades of Psychedelic Purple #DD23F7
Tints of Psychedelic Purple #DD23F7
RGB
CMYK
RGB Variations
Color information
#DD23F7 (or 0xDD23F7) is known color: Psychedelic Purple. HEX triplet: DD, 23 and F7. RGB value is (221,35,247). Sum of RGB (Red+Green+Blue) = 221+35+247=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 35 (14.06% from 255 or 6.96% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD23F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD23F7 is #22DC08. Grayscale: #727272. Windows color (decimal): -2284553 or 16196573. OLE color: 16196573.
HSL color Cylindrical-coordinate representation of color #DD23F7: hue angle of 292.64º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD23F7 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 35 | 247 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.03 |
| HSL | 292.64º | 0.93% | 0.55% | - |
| HSV(B) | 292.64º | 0.86% | 0.97% | - |
| XYZ | 47.21 | 23.29 | 90 | - |
| YUV | 114.78 | 202.62 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 247 | 0.11 | 0.86 | 0 | 0.03 | 292.64 | 0.93 | 0.55 |
| Hex | DD | 23 | F7 | B | 56 | 0 | 3 | 125 | 5D | 37 |
| Octal | 335 | 43 | 367 | 13 | 126 | 0 | 3 | 445 | 135 | 67 |
| Binary | 11011101 | 100011 | 11110111 | 1011 | 1010110 | 0 | 11 | 100100101 | 1011101 | 110111 |
Color Harmonies of #DD23F7
Complementary color
Monochromatic Colors of #DD23F7
Black with #DD23F7
Text Example
Text Example
White with #DD23F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23F7; }
p { color: rgb(221,35,247); }
H1.HeaderClassName
{
color: #DD23F7;
}
.AnyTagClassName
{
color: #DD23F7;
}
</style>
background-color css
<style>
a { background-color: #DD23F7; }
a { background-color: rgb(221,35,247); }
div.DivClassName
{
background-color: #DD23F7;
}
.BgClassName
{
background-color: #DD23F7;
}
</style>
border-color css
<style>
span { border-color: #DD23F7; }
span { border-color: rgb(221,35,247); }
td.TdClassName
{
border-color: #DD23F7;
}
.TagClassName
{
border-color: #DD23F7;
}
</style>