Shades of Psychedelic Purple #DF2DEB
Tints of Psychedelic Purple #DF2DEB
RGB
CMYK
RGB Variations
Color information
#DF2DEB (or 0xDF2DEB) is known color: Psychedelic Purple. HEX triplet: DF, 2D and EB. RGB value is (223,45,235). Sum of RGB (Red+Green+Blue) = 223+45+235=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2DEB is #20D214. Grayscale: #777777. Windows color (decimal): -2150933 or 15412703. OLE color: 15412703.
HSL color Cylindrical-coordinate representation of color #DF2DEB: hue angle of 296.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2DEB is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 45 | 235 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.08 |
| HSL | 296.21º | 0.83% | 0.55% | - |
| HSV(B) | 296.21º | 0.81% | 0.92% | - |
| XYZ | 46.37 | 23.56 | 80.7 | - |
| YUV | 119.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 235 | 0.05 | 0.81 | 0 | 0.08 | 296.21 | 0.83 | 0.55 |
| Hex | DF | 2D | EB | 5 | 51 | 0 | 8 | 128 | 53 | 37 |
| Octal | 337 | 55 | 353 | 5 | 121 | 0 | 10 | 450 | 123 | 67 |
| Binary | 11011111 | 101101 | 11101011 | 101 | 1010001 | 0 | 1000 | 100101000 | 1010011 | 110111 |
Color Harmonies of #DF2DEB
Complementary color
Monochromatic Colors of #DF2DEB
Black with #DF2DEB
Text Example
Text Example
White with #DF2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DEB; }
p { color: rgb(223,45,235); }
H1.HeaderClassName
{
color: #DF2DEB;
}
.AnyTagClassName
{
color: #DF2DEB;
}
</style>
background-color css
<style>
a { background-color: #DF2DEB; }
a { background-color: rgb(223,45,235); }
div.DivClassName
{
background-color: #DF2DEB;
}
.BgClassName
{
background-color: #DF2DEB;
}
</style>
border-color css
<style>
span { border-color: #DF2DEB; }
span { border-color: rgb(223,45,235); }
td.TdClassName
{
border-color: #DF2DEB;
}
.TagClassName
{
border-color: #DF2DEB;
}
</style>