Shades of Psychedelic Purple #DF2CEA
Tints of Psychedelic Purple #DF2CEA
RGB
CMYK
RGB Variations
Color information
#DF2CEA (or 0xDF2CEA) is known color: Psychedelic Purple. HEX triplet: DF, 2C and EA. RGB value is (223,44,234). Sum of RGB (Red+Green+Blue) = 223+44+234=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 44 (17.58% from 255 or 8.78% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2CEA is #20D315. Grayscale: #767676. Windows color (decimal): -2151190 or 15346911. OLE color: 15346911.
HSL color Cylindrical-coordinate representation of color #DF2CEA: hue angle of 296.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2CEA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 44 | 234 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.08 |
| HSL | 296.53º | 0.82% | 0.55% | - |
| HSV(B) | 296.53º | 0.81% | 0.92% | - |
| XYZ | 46.18 | 23.43 | 79.93 | - |
| YUV | 119.18 | 192.8 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 234 | 0.05 | 0.81 | 0 | 0.08 | 296.53 | 0.82 | 0.55 |
| Hex | DF | 2C | EA | 5 | 51 | 0 | 8 | 129 | 52 | 37 |
| Octal | 337 | 54 | 352 | 5 | 121 | 0 | 10 | 451 | 122 | 67 |
| Binary | 11011111 | 101100 | 11101010 | 101 | 1010001 | 0 | 1000 | 100101001 | 1010010 | 110111 |
Color Harmonies of #DF2CEA
Complementary color
Monochromatic Colors of #DF2CEA
Black with #DF2CEA
Text Example
Text Example
White with #DF2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CEA; }
p { color: rgb(223,44,234); }
H1.HeaderClassName
{
color: #DF2CEA;
}
.AnyTagClassName
{
color: #DF2CEA;
}
</style>
background-color css
<style>
a { background-color: #DF2CEA; }
a { background-color: rgb(223,44,234); }
div.DivClassName
{
background-color: #DF2CEA;
}
.BgClassName
{
background-color: #DF2CEA;
}
</style>
border-color css
<style>
span { border-color: #DF2CEA; }
span { border-color: rgb(223,44,234); }
td.TdClassName
{
border-color: #DF2CEA;
}
.TagClassName
{
border-color: #DF2CEA;
}
</style>