Shades of Psychedelic Purple #DF0AFA
Tints of Psychedelic Purple #DF0AFA
RGB
CMYK
RGB Variations
Color information
#DF0AFA (or 0xDF0AFA) is known color: Psychedelic Purple. HEX triplet: DF, 0A and FA. RGB value is (223,10,250). Sum of RGB (Red+Green+Blue) = 223+10+250=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 10 (4.30% from 255 or 2.07% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF0AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0AFA is #20F505. Grayscale: #646464. Windows color (decimal): -2159878 or 16386783. OLE color: 16386783.
HSL color Cylindrical-coordinate representation of color #DF0AFA: hue angle of 293.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0AFA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 10 | 250 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.02 |
| HSL | 293.25º | 0.96% | 0.51% | - |
| HSV(B) | 293.25º | 0.96% | 0.98% | - |
| XYZ | 47.8 | 22.81 | 92.33 | - |
| YUV | 101.05 | 212.07 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 250 | 0.11 | 0.96 | 0 | 0.02 | 293.25 | 0.96 | 0.51 |
| Hex | DF | A | FA | B | 60 | 0 | 2 | 125 | 60 | 33 |
| Octal | 337 | 12 | 372 | 13 | 140 | 0 | 2 | 445 | 140 | 63 |
| Binary | 11011111 | 1010 | 11111010 | 1011 | 1100000 | 0 | 10 | 100100101 | 1100000 | 110011 |
Color Harmonies of #DF0AFA
Complementary color
Monochromatic Colors of #DF0AFA
Black with #DF0AFA
Text Example
Text Example
White with #DF0AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0AFA; }
p { color: rgb(223,10,250); }
H1.HeaderClassName
{
color: #DF0AFA;
}
.AnyTagClassName
{
color: #DF0AFA;
}
</style>
background-color css
<style>
a { background-color: #DF0AFA; }
a { background-color: rgb(223,10,250); }
div.DivClassName
{
background-color: #DF0AFA;
}
.BgClassName
{
background-color: #DF0AFA;
}
</style>
border-color css
<style>
span { border-color: #DF0AFA; }
span { border-color: rgb(223,10,250); }
td.TdClassName
{
border-color: #DF0AFA;
}
.TagClassName
{
border-color: #DF0AFA;
}
</style>