Shades of Psychedelic Purple #DF27FA
Tints of Psychedelic Purple #DF27FA
RGB
CMYK
RGB Variations
Color information
#DF27FA (or 0xDF27FA) is known color: Psychedelic Purple. HEX triplet: DF, 27 and FA. RGB value is (223,39,250). Sum of RGB (Red+Green+Blue) = 223+39+250=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF27FA is #20D805. Grayscale: #757575. Windows color (decimal): -2152454 or 16394207. OLE color: 16394207.
HSL color Cylindrical-coordinate representation of color #DF27FA: hue angle of 292.32º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF27FA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 39 | 250 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.02 |
| HSL | 292.32º | 0.95% | 0.57% | - |
| HSV(B) | 292.32º | 0.84% | 0.98% | - |
| XYZ | 48.41 | 24.04 | 92.53 | - |
| YUV | 118.07 | 202.46 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 250 | 0.11 | 0.84 | 0 | 0.02 | 292.32 | 0.95 | 0.57 |
| Hex | DF | 27 | FA | B | 54 | 0 | 2 | 124 | 5F | 39 |
| Octal | 337 | 47 | 372 | 13 | 124 | 0 | 2 | 444 | 137 | 71 |
| Binary | 11011111 | 100111 | 11111010 | 1011 | 1010100 | 0 | 10 | 100100100 | 1011111 | 111001 |
Color Harmonies of #DF27FA
Complementary color
Monochromatic Colors of #DF27FA
Black with #DF27FA
Text Example
Text Example
White with #DF27FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27FA; }
p { color: rgb(223,39,250); }
H1.HeaderClassName
{
color: #DF27FA;
}
.AnyTagClassName
{
color: #DF27FA;
}
</style>
background-color css
<style>
a { background-color: #DF27FA; }
a { background-color: rgb(223,39,250); }
div.DivClassName
{
background-color: #DF27FA;
}
.BgClassName
{
background-color: #DF27FA;
}
</style>
border-color css
<style>
span { border-color: #DF27FA; }
span { border-color: rgb(223,39,250); }
td.TdClassName
{
border-color: #DF27FA;
}
.TagClassName
{
border-color: #DF27FA;
}
</style>