Shades of Psychedelic Purple #DF2CEE
Tints of Psychedelic Purple #DF2CEE
RGB
CMYK
RGB Variations
Color information
#DF2CEE (or 0xDF2CEE) is known color: Psychedelic Purple. HEX triplet: DF, 2C and EE. RGB value is (223,44,238). Sum of RGB (Red+Green+Blue) = 223+44+238=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 44 (17.58% from 255 or 8.71% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2CEE is #20D311. Grayscale: #777777. Windows color (decimal): -2151186 or 15609055. OLE color: 15609055.
HSL color Cylindrical-coordinate representation of color #DF2CEE: hue angle of 295.36º 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 #DF2CEE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 44 | 238 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.07 |
| HSL | 295.36º | 0.85% | 0.55% | - |
| HSV(B) | 295.36º | 0.82% | 0.93% | - |
| XYZ | 46.76 | 23.66 | 82.99 | - |
| YUV | 119.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 238 | 0.06 | 0.82 | 0 | 0.07 | 295.36 | 0.85 | 0.55 |
| Hex | DF | 2C | EE | 6 | 52 | 0 | 7 | 127 | 55 | 37 |
| Octal | 337 | 54 | 356 | 6 | 122 | 0 | 7 | 447 | 125 | 67 |
| Binary | 11011111 | 101100 | 11101110 | 110 | 1010010 | 0 | 111 | 100100111 | 1010101 | 110111 |
Color Harmonies of #DF2CEE
Complementary color
Monochromatic Colors of #DF2CEE
Black with #DF2CEE
Text Example
Text Example
White with #DF2CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CEE; }
p { color: rgb(223,44,238); }
H1.HeaderClassName
{
color: #DF2CEE;
}
.AnyTagClassName
{
color: #DF2CEE;
}
</style>
background-color css
<style>
a { background-color: #DF2CEE; }
a { background-color: rgb(223,44,238); }
div.DivClassName
{
background-color: #DF2CEE;
}
.BgClassName
{
background-color: #DF2CEE;
}
</style>
border-color css
<style>
span { border-color: #DF2CEE; }
span { border-color: rgb(223,44,238); }
td.TdClassName
{
border-color: #DF2CEE;
}
.TagClassName
{
border-color: #DF2CEE;
}
</style>