Shades of Psychedelic Purple #DF27E5
Tints of Psychedelic Purple #DF27E5
RGB
CMYK
RGB Variations
Color information
#DF27E5 (or 0xDF27E5) is known color: Psychedelic Purple. HEX triplet: DF, 27 and E5. RGB value is (223,39,229). Sum of RGB (Red+Green+Blue) = 223+39+229=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 39 (15.62% from 255 or 7.94% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF27E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27E5 is #20D81A. Grayscale: #737373. Windows color (decimal): -2152475 or 15017951. OLE color: 15017951.
HSL color Cylindrical-coordinate representation of color #DF27E5: hue angle of 298.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF27E5 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 39 | 229 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.10 |
| HSL | 298.11º | 0.79% | 0.53% | - |
| HSV(B) | 298.11º | 0.83% | 0.9% | - |
| XYZ | 45.3 | 22.8 | 76.14 | - |
| YUV | 115.68 | 191.96 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 229 | 0.03 | 0.83 | 0 | 0.10 | 298.11 | 0.79 | 0.53 |
| Hex | DF | 27 | E5 | 3 | 53 | 0 | A | 12A | 4F | 35 |
| Octal | 337 | 47 | 345 | 3 | 123 | 0 | 12 | 452 | 117 | 65 |
| Binary | 11011111 | 100111 | 11100101 | 11 | 1010011 | 0 | 1010 | 100101010 | 1001111 | 110101 |
Color Harmonies of #DF27E5
Complementary color
Monochromatic Colors of #DF27E5
Black with #DF27E5
Text Example
Text Example
White with #DF27E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27E5; }
p { color: rgb(223,39,229); }
H1.HeaderClassName
{
color: #DF27E5;
}
.AnyTagClassName
{
color: #DF27E5;
}
</style>
background-color css
<style>
a { background-color: #DF27E5; }
a { background-color: rgb(223,39,229); }
div.DivClassName
{
background-color: #DF27E5;
}
.BgClassName
{
background-color: #DF27E5;
}
</style>
border-color css
<style>
span { border-color: #DF27E5; }
span { border-color: rgb(223,39,229); }
td.TdClassName
{
border-color: #DF27E5;
}
.TagClassName
{
border-color: #DF27E5;
}
</style>