Shades of Psychedelic Purple #DF00EA
Tints of Psychedelic Purple #DF00EA
RGB
CMYK
RGB Variations
Color information
#DF00EA (or 0xDF00EA) is known color: Psychedelic Purple. HEX triplet: DF, 00 and EA. RGB value is (223,0,234). Sum of RGB (Red+Green+Blue) = 223+0+234=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00EA is #20FF15. Grayscale: #5C5C5C. Windows color (decimal): -2162454 or 15335647. OLE color: 15335647.
HSL color Cylindrical-coordinate representation of color #DF00EA: hue angle of 297.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00EA is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 0 | 234 | - |
| CMYK | 0.05 | 1 | 0 | 0.08 |
| HSL | 297.18º | 1% | 0.46% | - |
| HSV(B) | 297.18º | 1% | 0.92% | - |
| XYZ | 45.28 | 21.63 | 79.63 | - |
| YUV | 93.35 | 207.38 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 234 | 0.05 | 1 | 0 | 0.08 | 297.18 | 1 | 0.46 |
| Hex | DF | 0 | EA | 5 | 64 | 0 | 8 | 129 | 64 | 2E |
| Octal | 337 | 0 | 352 | 5 | 144 | 0 | 10 | 451 | 144 | 56 |
| Binary | 11011111 | 0 | 11101010 | 101 | 1100100 | 0 | 1000 | 100101001 | 1100100 | 101110 |
Color Harmonies of #DF00EA
Complementary color
Monochromatic Colors of #DF00EA
Black with #DF00EA
Text Example
Text Example
White with #DF00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00EA; }
p { color: rgb(223,0,234); }
H1.HeaderClassName
{
color: #DF00EA;
}
.AnyTagClassName
{
color: #DF00EA;
}
</style>
background-color css
<style>
a { background-color: #DF00EA; }
a { background-color: rgb(223,0,234); }
div.DivClassName
{
background-color: #DF00EA;
}
.BgClassName
{
background-color: #DF00EA;
}
</style>
border-color css
<style>
span { border-color: #DF00EA; }
span { border-color: rgb(223,0,234); }
td.TdClassName
{
border-color: #DF00EA;
}
.TagClassName
{
border-color: #DF00EA;
}
</style>