Shades of Psychedelic Purple #DF2AEA
Tints of Psychedelic Purple #DF2AEA
RGB
CMYK
RGB Variations
Color information
#DF2AEA (or 0xDF2AEA) is known color: Psychedelic Purple. HEX triplet: DF, 2A and EA. RGB value is (223,42,234). Sum of RGB (Red+Green+Blue) = 223+42+234=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF2AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AEA is #20D515. Grayscale: #757575. Windows color (decimal): -2151702 or 15346399. OLE color: 15346399.
HSL color Cylindrical-coordinate representation of color #DF2AEA: hue angle of 296.56º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2AEA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 42 | 234 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.08 |
| HSL | 296.56º | 0.82% | 0.54% | - |
| HSV(B) | 296.56º | 0.82% | 0.92% | - |
| XYZ | 46.11 | 23.28 | 79.91 | - |
| YUV | 118.01 | 193.47 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 234 | 0.05 | 0.82 | 0 | 0.08 | 296.56 | 0.82 | 0.54 |
| Hex | DF | 2A | EA | 5 | 52 | 0 | 8 | 129 | 52 | 36 |
| Octal | 337 | 52 | 352 | 5 | 122 | 0 | 10 | 451 | 122 | 66 |
| Binary | 11011111 | 101010 | 11101010 | 101 | 1010010 | 0 | 1000 | 100101001 | 1010010 | 110110 |
Color Harmonies of #DF2AEA
Complementary color
Monochromatic Colors of #DF2AEA
Black with #DF2AEA
Text Example
Text Example
White with #DF2AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AEA; }
p { color: rgb(223,42,234); }
H1.HeaderClassName
{
color: #DF2AEA;
}
.AnyTagClassName
{
color: #DF2AEA;
}
</style>
background-color css
<style>
a { background-color: #DF2AEA; }
a { background-color: rgb(223,42,234); }
div.DivClassName
{
background-color: #DF2AEA;
}
.BgClassName
{
background-color: #DF2AEA;
}
</style>
border-color css
<style>
span { border-color: #DF2AEA; }
span { border-color: rgb(223,42,234); }
td.TdClassName
{
border-color: #DF2AEA;
}
.TagClassName
{
border-color: #DF2AEA;
}
</style>