Shades of Psychedelic Purple #DF05ED
Tints of Psychedelic Purple #DF05ED
RGB
CMYK
RGB Variations
Color information
#DF05ED (or 0xDF05ED) is known color: Psychedelic Purple. HEX triplet: DF, 05 and ED. RGB value is (223,5,237). Sum of RGB (Red+Green+Blue) = 223+5+237=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF05ED is #20FA12. Grayscale: #5F5F5F. Windows color (decimal): -2161171 or 15533535. OLE color: 15533535.
HSL color Cylindrical-coordinate representation of color #DF05ED: hue angle of 296.38º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05ED is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 5 | 237 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.07 |
| HSL | 296.38º | 0.96% | 0.47% | - |
| HSV(B) | 296.38º | 0.98% | 0.93% | - |
| XYZ | 45.77 | 21.91 | 81.94 | - |
| YUV | 96.63 | 207.22 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 237 | 0.06 | 0.98 | 0 | 0.07 | 296.38 | 0.96 | 0.47 |
| Hex | DF | 5 | ED | 6 | 62 | 0 | 7 | 128 | 60 | 2F |
| Octal | 337 | 5 | 355 | 6 | 142 | 0 | 7 | 450 | 140 | 57 |
| Binary | 11011111 | 101 | 11101101 | 110 | 1100010 | 0 | 111 | 100101000 | 1100000 | 101111 |
Color Harmonies of #DF05ED
Complementary color
Monochromatic Colors of #DF05ED
Black with #DF05ED
Text Example
Text Example
White with #DF05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05ED; }
p { color: rgb(223,5,237); }
H1.HeaderClassName
{
color: #DF05ED;
}
.AnyTagClassName
{
color: #DF05ED;
}
</style>
background-color css
<style>
a { background-color: #DF05ED; }
a { background-color: rgb(223,5,237); }
div.DivClassName
{
background-color: #DF05ED;
}
.BgClassName
{
background-color: #DF05ED;
}
</style>
border-color css
<style>
span { border-color: #DF05ED; }
span { border-color: rgb(223,5,237); }
td.TdClassName
{
border-color: #DF05ED;
}
.TagClassName
{
border-color: #DF05ED;
}
</style>