Shades of Psychedelic Purple #DF27FF
Tints of Psychedelic Purple #DF27FF
RGB
CMYK
RGB Variations
Color information
#DF27FF (or 0xDF27FF) is known color: Psychedelic Purple. HEX triplet: DF, 27 and FF. RGB value is (223,39,255). Sum of RGB (Red+Green+Blue) = 223+39+255=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 39 (15.62% from 255 or 7.54% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF27FF is #20D800. Grayscale: #757575. Windows color (decimal): -2152449 or 16721887. OLE color: 16721887.
HSL color Cylindrical-coordinate representation of color #DF27FF: hue angle of 291.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF27FF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 39 | 255 | - |
| CMYK | 0.13 | 0.85 | 0 | 0 |
| HSL | 291.11º | 1% | 0.58% | - |
| HSV(B) | 291.11º | 0.85% | 1% | - |
| XYZ | 49.21 | 24.36 | 96.72 | - |
| YUV | 118.64 | 204.96 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 255 | 0.13 | 0.85 | 0 | 0 | 291.11 | 1 | 0.58 |
| Hex | DF | 27 | FF | D | 55 | 0 | 0 | 123 | 64 | 3A |
| Octal | 337 | 47 | 377 | 15 | 125 | 0 | 0 | 443 | 144 | 72 |
| Binary | 11011111 | 100111 | 11111111 | 1101 | 1010101 | 0 | 0 | 100100011 | 1100100 | 111010 |
Color Harmonies of #DF27FF
Complementary color
Monochromatic Colors of #DF27FF
Black with #DF27FF
Text Example
Text Example
White with #DF27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27FF; }
p { color: rgb(223,39,255); }
H1.HeaderClassName
{
color: #DF27FF;
}
.AnyTagClassName
{
color: #DF27FF;
}
</style>
background-color css
<style>
a { background-color: #DF27FF; }
a { background-color: rgb(223,39,255); }
div.DivClassName
{
background-color: #DF27FF;
}
.BgClassName
{
background-color: #DF27FF;
}
</style>
border-color css
<style>
span { border-color: #DF27FF; }
span { border-color: rgb(223,39,255); }
td.TdClassName
{
border-color: #DF27FF;
}
.TagClassName
{
border-color: #DF27FF;
}
</style>