Shades of Psychedelic Purple #DF01ED
Tints of Psychedelic Purple #DF01ED
RGB
CMYK
RGB Variations
Color information
#DF01ED (or 0xDF01ED) is known color: Psychedelic Purple. HEX triplet: DF, 01 and ED. RGB value is (223,1,237). Sum of RGB (Red+Green+Blue) = 223+1+237=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF01ED is #20FE12. Grayscale: #5D5D5D. Windows color (decimal): -2162195 or 15532511. OLE color: 15532511.
HSL color Cylindrical-coordinate representation of color #DF01ED: hue angle of 296.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF01ED is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 1 | 237 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.07 |
| HSL | 296.44º | 0.99% | 0.47% | - |
| HSV(B) | 296.44º | 1% | 0.93% | - |
| XYZ | 45.73 | 21.82 | 81.92 | - |
| YUV | 94.28 | 208.55 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 237 | 0.06 | 1.00 | 0 | 0.07 | 296.44 | 0.99 | 0.47 |
| Hex | DF | 1 | ED | 6 | 64 | 0 | 7 | 128 | 63 | 2F |
| Octal | 337 | 1 | 355 | 6 | 144 | 0 | 7 | 450 | 143 | 57 |
| Binary | 11011111 | 1 | 11101101 | 110 | 1100100 | 0 | 111 | 100101000 | 1100011 | 101111 |
Color Harmonies of #DF01ED
Complementary color
Monochromatic Colors of #DF01ED
Black with #DF01ED
Text Example
Text Example
White with #DF01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01ED; }
p { color: rgb(223,1,237); }
H1.HeaderClassName
{
color: #DF01ED;
}
.AnyTagClassName
{
color: #DF01ED;
}
</style>
background-color css
<style>
a { background-color: #DF01ED; }
a { background-color: rgb(223,1,237); }
div.DivClassName
{
background-color: #DF01ED;
}
.BgClassName
{
background-color: #DF01ED;
}
</style>
border-color css
<style>
span { border-color: #DF01ED; }
span { border-color: rgb(223,1,237); }
td.TdClassName
{
border-color: #DF01ED;
}
.TagClassName
{
border-color: #DF01ED;
}
</style>