Shades of Psychedelic Purple #DF2AEB
Tints of Psychedelic Purple #DF2AEB
RGB
CMYK
RGB Variations
Color information
#DF2AEB (or 0xDF2AEB) is known color: Psychedelic Purple. HEX triplet: DF, 2A and EB. RGB value is (223,42,235). Sum of RGB (Red+Green+Blue) = 223+42+235=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF2AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AEB is #20D514. Grayscale: #757575. Windows color (decimal): -2151701 or 15411935. OLE color: 15411935.
HSL color Cylindrical-coordinate representation of color #DF2AEB: hue angle of 296.27º degrees, saturation: 0.83, 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 #DF2AEB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 42 | 235 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.08 |
| HSL | 296.27º | 0.83% | 0.54% | - |
| HSV(B) | 296.27º | 0.82% | 0.92% | - |
| XYZ | 46.25 | 23.34 | 80.66 | - |
| YUV | 118.12 | 193.97 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 235 | 0.05 | 0.82 | 0 | 0.08 | 296.27 | 0.83 | 0.54 |
| Hex | DF | 2A | EB | 5 | 52 | 0 | 8 | 128 | 53 | 36 |
| Octal | 337 | 52 | 353 | 5 | 122 | 0 | 10 | 450 | 123 | 66 |
| Binary | 11011111 | 101010 | 11101011 | 101 | 1010010 | 0 | 1000 | 100101000 | 1010011 | 110110 |
Color Harmonies of #DF2AEB
Complementary color
Monochromatic Colors of #DF2AEB
Black with #DF2AEB
Text Example
Text Example
White with #DF2AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AEB; }
p { color: rgb(223,42,235); }
H1.HeaderClassName
{
color: #DF2AEB;
}
.AnyTagClassName
{
color: #DF2AEB;
}
</style>
background-color css
<style>
a { background-color: #DF2AEB; }
a { background-color: rgb(223,42,235); }
div.DivClassName
{
background-color: #DF2AEB;
}
.BgClassName
{
background-color: #DF2AEB;
}
</style>
border-color css
<style>
span { border-color: #DF2AEB; }
span { border-color: rgb(223,42,235); }
td.TdClassName
{
border-color: #DF2AEB;
}
.TagClassName
{
border-color: #DF2AEB;
}
</style>