Shades of Psychedelic Purple #DF27ED
Tints of Psychedelic Purple #DF27ED
RGB
CMYK
RGB Variations
Color information
#DF27ED (or 0xDF27ED) is known color: Psychedelic Purple. HEX triplet: DF, 27 and ED. RGB value is (223,39,237). Sum of RGB (Red+Green+Blue) = 223+39+237=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF27ED is #20D812. Grayscale: #737373. Windows color (decimal): -2152467 or 15542239. OLE color: 15542239.
HSL color Cylindrical-coordinate representation of color #DF27ED: hue angle of 295.76º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF27ED is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 39 | 237 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.07 |
| HSL | 295.76º | 0.85% | 0.54% | - |
| HSV(B) | 295.76º | 0.84% | 0.93% | - |
| XYZ | 46.44 | 23.25 | 82.16 | - |
| YUV | 116.59 | 195.96 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 237 | 0.06 | 0.84 | 0 | 0.07 | 295.76 | 0.85 | 0.54 |
| Hex | DF | 27 | ED | 6 | 54 | 0 | 7 | 128 | 55 | 36 |
| Octal | 337 | 47 | 355 | 6 | 124 | 0 | 7 | 450 | 125 | 66 |
| Binary | 11011111 | 100111 | 11101101 | 110 | 1010100 | 0 | 111 | 100101000 | 1010101 | 110110 |
Color Harmonies of #DF27ED
Complementary color
Monochromatic Colors of #DF27ED
Black with #DF27ED
Text Example
Text Example
White with #DF27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27ED; }
p { color: rgb(223,39,237); }
H1.HeaderClassName
{
color: #DF27ED;
}
.AnyTagClassName
{
color: #DF27ED;
}
</style>
background-color css
<style>
a { background-color: #DF27ED; }
a { background-color: rgb(223,39,237); }
div.DivClassName
{
background-color: #DF27ED;
}
.BgClassName
{
background-color: #DF27ED;
}
</style>
border-color css
<style>
span { border-color: #DF27ED; }
span { border-color: rgb(223,39,237); }
td.TdClassName
{
border-color: #DF27ED;
}
.TagClassName
{
border-color: #DF27ED;
}
</style>