Shades of Psychedelic Purple #DF05FA
Tints of Psychedelic Purple #DF05FA
RGB
CMYK
RGB Variations
Color information
#DF05FA (or 0xDF05FA) is known color: Psychedelic Purple. HEX triplet: DF, 05 and FA. RGB value is (223,5,250). Sum of RGB (Red+Green+Blue) = 223+5+250=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 5 (2.34% from 255 or 1.05% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF05FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF05FA is #20FA05. Grayscale: #616161. Windows color (decimal): -2161158 or 16385503. OLE color: 16385503.
HSL color Cylindrical-coordinate representation of color #DF05FA: hue angle of 293.39º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05FA is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 5 | 250 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.02 |
| HSL | 293.39º | 0.96% | 0.5% | - |
| HSV(B) | 293.39º | 0.98% | 0.98% | - |
| XYZ | 47.74 | 22.7 | 92.31 | - |
| YUV | 98.11 | 213.72 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 250 | 0.11 | 0.98 | 0 | 0.02 | 293.39 | 0.96 | 0.5 |
| Hex | DF | 5 | FA | B | 62 | 0 | 2 | 125 | 60 | 32 |
| Octal | 337 | 5 | 372 | 13 | 142 | 0 | 2 | 445 | 140 | 62 |
| Binary | 11011111 | 101 | 11111010 | 1011 | 1100010 | 0 | 10 | 100100101 | 1100000 | 110010 |
Color Harmonies of #DF05FA
Complementary color
Monochromatic Colors of #DF05FA
Black with #DF05FA
Text Example
Text Example
White with #DF05FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05FA; }
p { color: rgb(223,5,250); }
H1.HeaderClassName
{
color: #DF05FA;
}
.AnyTagClassName
{
color: #DF05FA;
}
</style>
background-color css
<style>
a { background-color: #DF05FA; }
a { background-color: rgb(223,5,250); }
div.DivClassName
{
background-color: #DF05FA;
}
.BgClassName
{
background-color: #DF05FA;
}
</style>
border-color css
<style>
span { border-color: #DF05FA; }
span { border-color: rgb(223,5,250); }
td.TdClassName
{
border-color: #DF05FA;
}
.TagClassName
{
border-color: #DF05FA;
}
</style>