Shades of Psychedelic Purple #DF2AEC
Tints of Psychedelic Purple #DF2AEC
RGB
CMYK
RGB Variations
Color information
#DF2AEC (or 0xDF2AEC) is known color: Psychedelic Purple. HEX triplet: DF, 2A and EC. RGB value is (223,42,236). Sum of RGB (Red+Green+Blue) = 223+42+236=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF2AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AEC is #20D513. Grayscale: #757575. Windows color (decimal): -2151700 or 15477471. OLE color: 15477471.
HSL color Cylindrical-coordinate representation of color #DF2AEC: hue angle of 295.98º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2AEC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 42 | 236 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.07 |
| HSL | 295.98º | 0.84% | 0.55% | - |
| HSV(B) | 295.98º | 0.82% | 0.93% | - |
| XYZ | 46.4 | 23.4 | 81.43 | - |
| YUV | 118.24 | 194.47 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 236 | 0.06 | 0.82 | 0 | 0.07 | 295.98 | 0.84 | 0.55 |
| Hex | DF | 2A | EC | 6 | 52 | 0 | 7 | 128 | 54 | 37 |
| Octal | 337 | 52 | 354 | 6 | 122 | 0 | 7 | 450 | 124 | 67 |
| Binary | 11011111 | 101010 | 11101100 | 110 | 1010010 | 0 | 111 | 100101000 | 1010100 | 110111 |
Color Harmonies of #DF2AEC
Complementary color
Monochromatic Colors of #DF2AEC
Black with #DF2AEC
Text Example
Text Example
White with #DF2AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AEC; }
p { color: rgb(223,42,236); }
H1.HeaderClassName
{
color: #DF2AEC;
}
.AnyTagClassName
{
color: #DF2AEC;
}
</style>
background-color css
<style>
a { background-color: #DF2AEC; }
a { background-color: rgb(223,42,236); }
div.DivClassName
{
background-color: #DF2AEC;
}
.BgClassName
{
background-color: #DF2AEC;
}
</style>
border-color css
<style>
span { border-color: #DF2AEC; }
span { border-color: rgb(223,42,236); }
td.TdClassName
{
border-color: #DF2AEC;
}
.TagClassName
{
border-color: #DF2AEC;
}
</style>