Shades of Psychedelic Purple #DF00FD
Tints of Psychedelic Purple #DF00FD
RGB
CMYK
RGB Variations
Color information
#DF00FD (or 0xDF00FD) is known color: Psychedelic Purple. HEX triplet: DF, 00 and FD. RGB value is (223,0,253). Sum of RGB (Red+Green+Blue) = 223+0+253=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00FD is #20FF02. Grayscale: #5E5E5E. Windows color (decimal): -2162435 or 16580831. OLE color: 16580831.
HSL color Cylindrical-coordinate representation of color #DF00FD: hue angle of 292.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00FD is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 0 | 253 | - |
| CMYK | 0.12 | 1 | 0 | 0.01 |
| HSL | 292.89º | 1% | 0.5% | - |
| HSV(B) | 292.89º | 1% | 0.99% | - |
| XYZ | 48.16 | 22.78 | 94.79 | - |
| YUV | 95.52 | 216.88 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 253 | 0.12 | 1 | 0 | 0.01 | 292.89 | 1 | 0.5 |
| Hex | DF | 0 | FD | C | 64 | 0 | 1 | 125 | 64 | 32 |
| Octal | 337 | 0 | 375 | 14 | 144 | 0 | 1 | 445 | 144 | 62 |
| Binary | 11011111 | 0 | 11111101 | 1100 | 1100100 | 0 | 1 | 100100101 | 1100100 | 110010 |
Color Harmonies of #DF00FD
Complementary color
Monochromatic Colors of #DF00FD
Black with #DF00FD
Text Example
Text Example
White with #DF00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00FD; }
p { color: rgb(223,0,253); }
H1.HeaderClassName
{
color: #DF00FD;
}
.AnyTagClassName
{
color: #DF00FD;
}
</style>
background-color css
<style>
a { background-color: #DF00FD; }
a { background-color: rgb(223,0,253); }
div.DivClassName
{
background-color: #DF00FD;
}
.BgClassName
{
background-color: #DF00FD;
}
</style>
border-color css
<style>
span { border-color: #DF00FD; }
span { border-color: rgb(223,0,253); }
td.TdClassName
{
border-color: #DF00FD;
}
.TagClassName
{
border-color: #DF00FD;
}
</style>