Shades of Psychedelic Purple #DF27E6
Tints of Psychedelic Purple #DF27E6
RGB
CMYK
RGB Variations
Color information
#DF27E6 (or 0xDF27E6) is known color: Psychedelic Purple. HEX triplet: DF, 27 and E6. RGB value is (223,39,230). Sum of RGB (Red+Green+Blue) = 223+39+230=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF27E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF27E6 is #20D819. Grayscale: #737373. Windows color (decimal): -2152474 or 15083487. OLE color: 15083487.
HSL color Cylindrical-coordinate representation of color #DF27E6: hue angle of 297.8º 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 #DF27E6 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 39 | 230 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.10 |
| HSL | 297.8º | 0.79% | 0.53% | - |
| HSV(B) | 297.8º | 0.83% | 0.9% | - |
| XYZ | 45.44 | 22.85 | 76.88 | - |
| YUV | 115.79 | 192.46 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 230 | 0.03 | 0.83 | 0 | 0.10 | 297.8 | 0.79 | 0.53 |
| Hex | DF | 27 | E6 | 3 | 53 | 0 | A | 12A | 4F | 35 |
| Octal | 337 | 47 | 346 | 3 | 123 | 0 | 12 | 452 | 117 | 65 |
| Binary | 11011111 | 100111 | 11100110 | 11 | 1010011 | 0 | 1010 | 100101010 | 1001111 | 110101 |
Color Harmonies of #DF27E6
Complementary color
Monochromatic Colors of #DF27E6
Black with #DF27E6
Text Example
Text Example
White with #DF27E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27E6; }
p { color: rgb(223,39,230); }
H1.HeaderClassName
{
color: #DF27E6;
}
.AnyTagClassName
{
color: #DF27E6;
}
</style>
background-color css
<style>
a { background-color: #DF27E6; }
a { background-color: rgb(223,39,230); }
div.DivClassName
{
background-color: #DF27E6;
}
.BgClassName
{
background-color: #DF27E6;
}
</style>
border-color css
<style>
span { border-color: #DF27E6; }
span { border-color: rgb(223,39,230); }
td.TdClassName
{
border-color: #DF27E6;
}
.TagClassName
{
border-color: #DF27E6;
}
</style>