Shades of Psychedelic Purple #DF2BEE
Tints of Psychedelic Purple #DF2BEE
RGB
CMYK
RGB Variations
Color information
#DF2BEE (or 0xDF2BEE) is known color: Psychedelic Purple. HEX triplet: DF, 2B and EE. RGB value is (223,43,238). Sum of RGB (Red+Green+Blue) = 223+43+238=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 43 (17.19% from 255 or 8.53% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2BEE is #20D411. Grayscale: #767676. Windows color (decimal): -2151442 or 15608799. OLE color: 15608799.
HSL color Cylindrical-coordinate representation of color #DF2BEE: hue angle of 295.38º degrees, saturation: 0.85, 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 #DF2BEE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 43 | 238 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.07 |
| HSL | 295.38º | 0.85% | 0.55% | - |
| HSV(B) | 295.38º | 0.82% | 0.93% | - |
| XYZ | 46.73 | 23.59 | 82.98 | - |
| YUV | 119.05 | 195.13 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 238 | 0.06 | 0.82 | 0 | 0.07 | 295.38 | 0.85 | 0.55 |
| Hex | DF | 2B | EE | 6 | 52 | 0 | 7 | 127 | 55 | 37 |
| Octal | 337 | 53 | 356 | 6 | 122 | 0 | 7 | 447 | 125 | 67 |
| Binary | 11011111 | 101011 | 11101110 | 110 | 1010010 | 0 | 111 | 100100111 | 1010101 | 110111 |
Color Harmonies of #DF2BEE
Complementary color
Monochromatic Colors of #DF2BEE
Black with #DF2BEE
Text Example
Text Example
White with #DF2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2BEE; }
p { color: rgb(223,43,238); }
H1.HeaderClassName
{
color: #DF2BEE;
}
.AnyTagClassName
{
color: #DF2BEE;
}
</style>
background-color css
<style>
a { background-color: #DF2BEE; }
a { background-color: rgb(223,43,238); }
div.DivClassName
{
background-color: #DF2BEE;
}
.BgClassName
{
background-color: #DF2BEE;
}
</style>
border-color css
<style>
span { border-color: #DF2BEE; }
span { border-color: rgb(223,43,238); }
td.TdClassName
{
border-color: #DF2BEE;
}
.TagClassName
{
border-color: #DF2BEE;
}
</style>