Shades of Psychedelic Purple #DF23E6
Tints of Psychedelic Purple #DF23E6
RGB
CMYK
RGB Variations
Color information
#DF23E6 (or 0xDF23E6) is known color: Psychedelic Purple. HEX triplet: DF, 23 and E6. RGB value is (223,35,230). Sum of RGB (Red+Green+Blue) = 223+35+230=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 35 (14.06% from 255 or 7.17% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF23E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF23E6 is #20DC19. Grayscale: #707070. Windows color (decimal): -2153498 or 15082463. OLE color: 15082463.
HSL color Cylindrical-coordinate representation of color #DF23E6: hue angle of 297.85º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF23E6 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 35 | 230 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.10 |
| HSL | 297.85º | 0.8% | 0.52% | - |
| HSV(B) | 297.85º | 0.85% | 0.9% | - |
| XYZ | 45.32 | 22.6 | 76.84 | - |
| YUV | 113.44 | 193.78 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 230 | 0.03 | 0.85 | 0 | 0.10 | 297.85 | 0.8 | 0.52 |
| Hex | DF | 23 | E6 | 3 | 55 | 0 | A | 12A | 50 | 34 |
| Octal | 337 | 43 | 346 | 3 | 125 | 0 | 12 | 452 | 120 | 64 |
| Binary | 11011111 | 100011 | 11100110 | 11 | 1010101 | 0 | 1010 | 100101010 | 1010000 | 110100 |
Color Harmonies of #DF23E6
Complementary color
Monochromatic Colors of #DF23E6
Black with #DF23E6
Text Example
Text Example
White with #DF23E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23E6; }
p { color: rgb(223,35,230); }
H1.HeaderClassName
{
color: #DF23E6;
}
.AnyTagClassName
{
color: #DF23E6;
}
</style>
background-color css
<style>
a { background-color: #DF23E6; }
a { background-color: rgb(223,35,230); }
div.DivClassName
{
background-color: #DF23E6;
}
.BgClassName
{
background-color: #DF23E6;
}
</style>
border-color css
<style>
span { border-color: #DF23E6; }
span { border-color: rgb(223,35,230); }
td.TdClassName
{
border-color: #DF23E6;
}
.TagClassName
{
border-color: #DF23E6;
}
</style>