Shades of Psychedelic Purple #DF23FC
Tints of Psychedelic Purple #DF23FC
RGB
CMYK
RGB Variations
Color information
#DF23FC (or 0xDF23FC) is known color: Psychedelic Purple. HEX triplet: DF, 23 and FC. RGB value is (223,35,252). Sum of RGB (Red+Green+Blue) = 223+35+252=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 35 (14.06% from 255 or 6.86% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF23FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF23FC is #20DC03. Grayscale: #737373. Windows color (decimal): -2153476 or 16524255. OLE color: 16524255.
HSL color Cylindrical-coordinate representation of color #DF23FC: hue angle of 291.98º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF23FC is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 35 | 252 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.01 |
| HSL | 291.98º | 0.97% | 0.56% | - |
| HSV(B) | 291.98º | 0.86% | 0.99% | - |
| XYZ | 48.6 | 23.92 | 94.15 | - |
| YUV | 115.95 | 204.78 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 252 | 0.12 | 0.86 | 0 | 0.01 | 291.98 | 0.97 | 0.56 |
| Hex | DF | 23 | FC | C | 56 | 0 | 1 | 124 | 61 | 38 |
| Octal | 337 | 43 | 374 | 14 | 126 | 0 | 1 | 444 | 141 | 70 |
| Binary | 11011111 | 100011 | 11111100 | 1100 | 1010110 | 0 | 1 | 100100100 | 1100001 | 111000 |
Color Harmonies of #DF23FC
Complementary color
Monochromatic Colors of #DF23FC
Black with #DF23FC
Text Example
Text Example
White with #DF23FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23FC; }
p { color: rgb(223,35,252); }
H1.HeaderClassName
{
color: #DF23FC;
}
.AnyTagClassName
{
color: #DF23FC;
}
</style>
background-color css
<style>
a { background-color: #DF23FC; }
a { background-color: rgb(223,35,252); }
div.DivClassName
{
background-color: #DF23FC;
}
.BgClassName
{
background-color: #DF23FC;
}
</style>
border-color css
<style>
span { border-color: #DF23FC; }
span { border-color: rgb(223,35,252); }
td.TdClassName
{
border-color: #DF23FC;
}
.TagClassName
{
border-color: #DF23FC;
}
</style>