Shades of Psychedelic Purple #DF0DEA
Tints of Psychedelic Purple #DF0DEA
RGB
CMYK
RGB Variations
Color information
#DF0DEA (or 0xDF0DEA) is known color: Psychedelic Purple. HEX triplet: DF, 0D and EA. RGB value is (223,13,234). Sum of RGB (Red+Green+Blue) = 223+13+234=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF0DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0DEA is #20F215. Grayscale: #646464. Windows color (decimal): -2159126 or 15338975. OLE color: 15338975.
HSL color Cylindrical-coordinate representation of color #DF0DEA: hue angle of 297.01º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DEA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 13 | 234 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.08 |
| HSL | 297.01º | 0.89% | 0.48% | - |
| HSV(B) | 297.01º | 0.94% | 0.92% | - |
| XYZ | 45.43 | 21.92 | 79.68 | - |
| YUV | 100.98 | 203.07 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 234 | 0.05 | 0.94 | 0 | 0.08 | 297.01 | 0.89 | 0.48 |
| Hex | DF | D | EA | 5 | 5E | 0 | 8 | 129 | 59 | 30 |
| Octal | 337 | 15 | 352 | 5 | 136 | 0 | 10 | 451 | 131 | 60 |
| Binary | 11011111 | 1101 | 11101010 | 101 | 1011110 | 0 | 1000 | 100101001 | 1011001 | 110000 |
Color Harmonies of #DF0DEA
Complementary color
Monochromatic Colors of #DF0DEA
Black with #DF0DEA
Text Example
Text Example
White with #DF0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DEA; }
p { color: rgb(223,13,234); }
H1.HeaderClassName
{
color: #DF0DEA;
}
.AnyTagClassName
{
color: #DF0DEA;
}
</style>
background-color css
<style>
a { background-color: #DF0DEA; }
a { background-color: rgb(223,13,234); }
div.DivClassName
{
background-color: #DF0DEA;
}
.BgClassName
{
background-color: #DF0DEA;
}
</style>
border-color css
<style>
span { border-color: #DF0DEA; }
span { border-color: rgb(223,13,234); }
td.TdClassName
{
border-color: #DF0DEA;
}
.TagClassName
{
border-color: #DF0DEA;
}
</style>