Shades of Psychedelic Purple #DF23FD
Tints of Psychedelic Purple #DF23FD
RGB
CMYK
RGB Variations
Color information
#DF23FD (or 0xDF23FD) is known color: Psychedelic Purple. HEX triplet: DF, 23 and FD. RGB value is (223,35,253). Sum of RGB (Red+Green+Blue) = 223+35+253=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 35 (14.06% from 255 or 6.85% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF23FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF23FD is #20DC02. Grayscale: #737373. Windows color (decimal): -2153475 or 16589791. OLE color: 16589791.
HSL color Cylindrical-coordinate representation of color #DF23FD: hue angle of 291.74º degrees, saturation: 0.98, 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 #DF23FD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 35 | 253 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.01 |
| HSL | 291.74º | 0.98% | 0.56% | - |
| HSV(B) | 291.74º | 0.86% | 0.99% | - |
| XYZ | 48.76 | 23.98 | 94.99 | - |
| YUV | 116.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 253 | 0.12 | 0.86 | 0 | 0.01 | 291.74 | 0.98 | 0.56 |
| Hex | DF | 23 | FD | C | 56 | 0 | 1 | 124 | 62 | 38 |
| Octal | 337 | 43 | 375 | 14 | 126 | 0 | 1 | 444 | 142 | 70 |
| Binary | 11011111 | 100011 | 11111101 | 1100 | 1010110 | 0 | 1 | 100100100 | 1100010 | 111000 |
Color Harmonies of #DF23FD
Complementary color
Monochromatic Colors of #DF23FD
Black with #DF23FD
Text Example
Text Example
White with #DF23FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23FD; }
p { color: rgb(223,35,253); }
H1.HeaderClassName
{
color: #DF23FD;
}
.AnyTagClassName
{
color: #DF23FD;
}
</style>
background-color css
<style>
a { background-color: #DF23FD; }
a { background-color: rgb(223,35,253); }
div.DivClassName
{
background-color: #DF23FD;
}
.BgClassName
{
background-color: #DF23FD;
}
</style>
border-color css
<style>
span { border-color: #DF23FD; }
span { border-color: rgb(223,35,253); }
td.TdClassName
{
border-color: #DF23FD;
}
.TagClassName
{
border-color: #DF23FD;
}
</style>