Shades of Psychedelic Purple #DF0EED
Tints of Psychedelic Purple #DF0EED
RGB
CMYK
RGB Variations
Color information
#DF0EED (or 0xDF0EED) is known color: Psychedelic Purple. HEX triplet: DF, 0E and ED. RGB value is (223,14,237). Sum of RGB (Red+Green+Blue) = 223+14+237=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0EED is #20F112. Grayscale: #656565. Windows color (decimal): -2158867 or 15535839. OLE color: 15535839.
HSL color Cylindrical-coordinate representation of color #DF0EED: hue angle of 296.23º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EED is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 14 | 237 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.07 |
| HSL | 296.23º | 0.89% | 0.49% | - |
| HSV(B) | 296.23º | 0.94% | 0.93% | - |
| XYZ | 45.87 | 22.12 | 81.97 | - |
| YUV | 101.91 | 204.24 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 237 | 0.06 | 0.94 | 0 | 0.07 | 296.23 | 0.89 | 0.49 |
| Hex | DF | E | ED | 6 | 5E | 0 | 7 | 128 | 59 | 31 |
| Octal | 337 | 16 | 355 | 6 | 136 | 0 | 7 | 450 | 131 | 61 |
| Binary | 11011111 | 1110 | 11101101 | 110 | 1011110 | 0 | 111 | 100101000 | 1011001 | 110001 |
Color Harmonies of #DF0EED
Complementary color
Monochromatic Colors of #DF0EED
Black with #DF0EED
Text Example
Text Example
White with #DF0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EED; }
p { color: rgb(223,14,237); }
H1.HeaderClassName
{
color: #DF0EED;
}
.AnyTagClassName
{
color: #DF0EED;
}
</style>
background-color css
<style>
a { background-color: #DF0EED; }
a { background-color: rgb(223,14,237); }
div.DivClassName
{
background-color: #DF0EED;
}
.BgClassName
{
background-color: #DF0EED;
}
</style>
border-color css
<style>
span { border-color: #DF0EED; }
span { border-color: rgb(223,14,237); }
td.TdClassName
{
border-color: #DF0EED;
}
.TagClassName
{
border-color: #DF0EED;
}
</style>