Shades of Psychedelic Purple #DF21ED
Tints of Psychedelic Purple #DF21ED
RGB
CMYK
RGB Variations
Color information
#DF21ED (or 0xDF21ED) is known color: Psychedelic Purple. HEX triplet: DF, 21 and ED. RGB value is (223,33,237). Sum of RGB (Red+Green+Blue) = 223+33+237=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 33 (13.28% from 255 or 6.69% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF21ED is #20DE12. Grayscale: #707070. Windows color (decimal): -2154003 or 15540703. OLE color: 15540703.
HSL color Cylindrical-coordinate representation of color #DF21ED: hue angle of 295.88º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF21ED is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 33 | 237 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.07 |
| HSL | 295.88º | 0.85% | 0.53% | - |
| HSV(B) | 295.88º | 0.86% | 0.93% | - |
| XYZ | 46.26 | 22.89 | 82.1 | - |
| YUV | 113.07 | 197.95 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 237 | 0.06 | 0.86 | 0 | 0.07 | 295.88 | 0.85 | 0.53 |
| Hex | DF | 21 | ED | 6 | 56 | 0 | 7 | 128 | 55 | 35 |
| Octal | 337 | 41 | 355 | 6 | 126 | 0 | 7 | 450 | 125 | 65 |
| Binary | 11011111 | 100001 | 11101101 | 110 | 1010110 | 0 | 111 | 100101000 | 1010101 | 110101 |
Color Harmonies of #DF21ED
Complementary color
Monochromatic Colors of #DF21ED
Black with #DF21ED
Text Example
Text Example
White with #DF21ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21ED; }
p { color: rgb(223,33,237); }
H1.HeaderClassName
{
color: #DF21ED;
}
.AnyTagClassName
{
color: #DF21ED;
}
</style>
background-color css
<style>
a { background-color: #DF21ED; }
a { background-color: rgb(223,33,237); }
div.DivClassName
{
background-color: #DF21ED;
}
.BgClassName
{
background-color: #DF21ED;
}
</style>
border-color css
<style>
span { border-color: #DF21ED; }
span { border-color: rgb(223,33,237); }
td.TdClassName
{
border-color: #DF21ED;
}
.TagClassName
{
border-color: #DF21ED;
}
</style>