Shades of Psychedelic Purple #DF2BEA
Tints of Psychedelic Purple #DF2BEA
RGB
CMYK
RGB Variations
Color information
#DF2BEA (or 0xDF2BEA) is known color: Psychedelic Purple. HEX triplet: DF, 2B and EA. RGB value is (223,43,234). Sum of RGB (Red+Green+Blue) = 223+43+234=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF2BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BEA is #20D415. Grayscale: #767676. Windows color (decimal): -2151446 or 15346655. OLE color: 15346655.
HSL color Cylindrical-coordinate representation of color #DF2BEA: hue angle of 296.54º 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 #DF2BEA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 43 | 234 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.08 |
| HSL | 296.54º | 0.82% | 0.54% | - |
| HSV(B) | 296.54º | 0.82% | 0.92% | - |
| XYZ | 46.15 | 23.36 | 79.92 | - |
| YUV | 118.59 | 193.13 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 234 | 0.05 | 0.82 | 0 | 0.08 | 296.54 | 0.82 | 0.54 |
| Hex | DF | 2B | EA | 5 | 52 | 0 | 8 | 129 | 52 | 36 |
| Octal | 337 | 53 | 352 | 5 | 122 | 0 | 10 | 451 | 122 | 66 |
| Binary | 11011111 | 101011 | 11101010 | 101 | 1010010 | 0 | 1000 | 100101001 | 1010010 | 110110 |
Color Harmonies of #DF2BEA
Complementary color
Monochromatic Colors of #DF2BEA
Black with #DF2BEA
Text Example
Text Example
White with #DF2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BEA; }
p { color: rgb(223,43,234); }
H1.HeaderClassName
{
color: #DF2BEA;
}
.AnyTagClassName
{
color: #DF2BEA;
}
</style>
background-color css
<style>
a { background-color: #DF2BEA; }
a { background-color: rgb(223,43,234); }
div.DivClassName
{
background-color: #DF2BEA;
}
.BgClassName
{
background-color: #DF2BEA;
}
</style>
border-color css
<style>
span { border-color: #DF2BEA; }
span { border-color: rgb(223,43,234); }
td.TdClassName
{
border-color: #DF2BEA;
}
.TagClassName
{
border-color: #DF2BEA;
}
</style>