Shades of Psychedelic Purple #DF23FF
Tints of Psychedelic Purple #DF23FF
RGB
CMYK
RGB Variations
Color information
#DF23FF (or 0xDF23FF) is known color: Psychedelic Purple. HEX triplet: DF, 23 and FF. RGB value is (223,35,255). Sum of RGB (Red+Green+Blue) = 223+35+255=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 35 (14.06% from 255 or 6.82% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF23FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF23FF is #20DC00. Grayscale: #737373. Windows color (decimal): -2153473 or 16720863. OLE color: 16720863.
HSL color Cylindrical-coordinate representation of color #DF23FF: hue angle of 291.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF23FF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 35 | 255 | - |
| CMYK | 0.13 | 0.86 | 0 | 0 |
| HSL | 291.27º | 1% | 0.57% | - |
| HSV(B) | 291.27º | 0.86% | 1% | - |
| XYZ | 49.08 | 24.11 | 96.67 | - |
| YUV | 116.29 | 206.28 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 255 | 0.13 | 0.86 | 0 | 0 | 291.27 | 1 | 0.57 |
| Hex | DF | 23 | FF | D | 56 | 0 | 0 | 123 | 64 | 39 |
| Octal | 337 | 43 | 377 | 15 | 126 | 0 | 0 | 443 | 144 | 71 |
| Binary | 11011111 | 100011 | 11111111 | 1101 | 1010110 | 0 | 0 | 100100011 | 1100100 | 111001 |
Color Harmonies of #DF23FF
Complementary color
Monochromatic Colors of #DF23FF
Black with #DF23FF
Text Example
Text Example
White with #DF23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23FF; }
p { color: rgb(223,35,255); }
H1.HeaderClassName
{
color: #DF23FF;
}
.AnyTagClassName
{
color: #DF23FF;
}
</style>
background-color css
<style>
a { background-color: #DF23FF; }
a { background-color: rgb(223,35,255); }
div.DivClassName
{
background-color: #DF23FF;
}
.BgClassName
{
background-color: #DF23FF;
}
</style>
border-color css
<style>
span { border-color: #DF23FF; }
span { border-color: rgb(223,35,255); }
td.TdClassName
{
border-color: #DF23FF;
}
.TagClassName
{
border-color: #DF23FF;
}
</style>