Shades of Psychedelic Purple #DF27F9
Tints of Psychedelic Purple #DF27F9
RGB
CMYK
RGB Variations
Color information
#DF27F9 (or 0xDF27F9) is known color: Psychedelic Purple. HEX triplet: DF, 27 and F9. RGB value is (223,39,249). Sum of RGB (Red+Green+Blue) = 223+39+249=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 39 (15.62% from 255 or 7.63% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF27F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF27F9 is #20D806. Grayscale: #757575. Windows color (decimal): -2152455 or 16328671. OLE color: 16328671.
HSL color Cylindrical-coordinate representation of color #DF27F9: hue angle of 292.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF27F9 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 39 | 249 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.02 |
| HSL | 292.57º | 0.95% | 0.56% | - |
| HSV(B) | 292.57º | 0.84% | 0.98% | - |
| XYZ | 48.26 | 23.98 | 91.71 | - |
| YUV | 117.96 | 201.96 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 249 | 0.10 | 0.84 | 0 | 0.02 | 292.57 | 0.95 | 0.56 |
| Hex | DF | 27 | F9 | A | 54 | 0 | 2 | 125 | 5F | 38 |
| Octal | 337 | 47 | 371 | 12 | 124 | 0 | 2 | 445 | 137 | 70 |
| Binary | 11011111 | 100111 | 11111001 | 1010 | 1010100 | 0 | 10 | 100100101 | 1011111 | 111000 |
Color Harmonies of #DF27F9
Complementary color
Monochromatic Colors of #DF27F9
Black with #DF27F9
Text Example
Text Example
White with #DF27F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27F9; }
p { color: rgb(223,39,249); }
H1.HeaderClassName
{
color: #DF27F9;
}
.AnyTagClassName
{
color: #DF27F9;
}
</style>
background-color css
<style>
a { background-color: #DF27F9; }
a { background-color: rgb(223,39,249); }
div.DivClassName
{
background-color: #DF27F9;
}
.BgClassName
{
background-color: #DF27F9;
}
</style>
border-color css
<style>
span { border-color: #DF27F9; }
span { border-color: rgb(223,39,249); }
td.TdClassName
{
border-color: #DF27F9;
}
.TagClassName
{
border-color: #DF27F9;
}
</style>