Shades of Psychedelic Purple #DF20FD
Tints of Psychedelic Purple #DF20FD
RGB
CMYK
RGB Variations
Color information
#DF20FD (or 0xDF20FD) is known color: Psychedelic Purple. HEX triplet: DF, 20 and FD. RGB value is (223,32,253). Sum of RGB (Red+Green+Blue) = 223+32+253=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 32 (12.89% from 255 or 6.30% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF20FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20FD is #20DF02. Grayscale: #717171. Windows color (decimal): -2154243 or 16589023. OLE color: 16589023.
HSL color Cylindrical-coordinate representation of color #DF20FD: hue angle of 291.86º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF20FD is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 32 | 253 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.01 |
| HSL | 291.86º | 0.98% | 0.56% | - |
| HSV(B) | 291.86º | 0.87% | 0.99% | - |
| XYZ | 48.68 | 23.81 | 94.96 | - |
| YUV | 114.3 | 206.28 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 253 | 0.12 | 0.87 | 0 | 0.01 | 291.86 | 0.98 | 0.56 |
| Hex | DF | 20 | FD | C | 57 | 0 | 1 | 124 | 62 | 38 |
| Octal | 337 | 40 | 375 | 14 | 127 | 0 | 1 | 444 | 142 | 70 |
| Binary | 11011111 | 100000 | 11111101 | 1100 | 1010111 | 0 | 1 | 100100100 | 1100010 | 111000 |
Color Harmonies of #DF20FD
Complementary color
Monochromatic Colors of #DF20FD
Black with #DF20FD
Text Example
Text Example
White with #DF20FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20FD; }
p { color: rgb(223,32,253); }
H1.HeaderClassName
{
color: #DF20FD;
}
.AnyTagClassName
{
color: #DF20FD;
}
</style>
background-color css
<style>
a { background-color: #DF20FD; }
a { background-color: rgb(223,32,253); }
div.DivClassName
{
background-color: #DF20FD;
}
.BgClassName
{
background-color: #DF20FD;
}
</style>
border-color css
<style>
span { border-color: #DF20FD; }
span { border-color: rgb(223,32,253); }
td.TdClassName
{
border-color: #DF20FD;
}
.TagClassName
{
border-color: #DF20FD;
}
</style>