Shades of Psychedelic Purple #DF0AFF
Tints of Psychedelic Purple #DF0AFF
RGB
CMYK
RGB Variations
Color information
#DF0AFF (or 0xDF0AFF) is known color: Psychedelic Purple. HEX triplet: DF, 0A and FF. RGB value is (223,10,255). Sum of RGB (Red+Green+Blue) = 223+10+255=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 10 (4.30% from 255 or 2.05% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF0AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0AFF is #20F500. Grayscale: #646464. Windows color (decimal): -2159873 or 16714463. OLE color: 16714463.
HSL color Cylindrical-coordinate representation of color #DF0AFF: hue angle of 292.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0AFF is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 10 | 255 | - |
| CMYK | 0.13 | 0.96 | 0 | 0 |
| HSL | 292.16º | 1% | 0.52% | - |
| HSV(B) | 292.16º | 0.96% | 1% | - |
| XYZ | 48.59 | 23.13 | 96.51 | - |
| YUV | 101.62 | 214.57 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 255 | 0.13 | 0.96 | 0 | 0 | 292.16 | 1 | 0.52 |
| Hex | DF | A | FF | D | 60 | 0 | 0 | 124 | 64 | 34 |
| Octal | 337 | 12 | 377 | 15 | 140 | 0 | 0 | 444 | 144 | 64 |
| Binary | 11011111 | 1010 | 11111111 | 1101 | 1100000 | 0 | 0 | 100100100 | 1100100 | 110100 |
Color Harmonies of #DF0AFF
Complementary color
Monochromatic Colors of #DF0AFF
Black with #DF0AFF
Text Example
Text Example
White with #DF0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0AFF; }
p { color: rgb(223,10,255); }
H1.HeaderClassName
{
color: #DF0AFF;
}
.AnyTagClassName
{
color: #DF0AFF;
}
</style>
background-color css
<style>
a { background-color: #DF0AFF; }
a { background-color: rgb(223,10,255); }
div.DivClassName
{
background-color: #DF0AFF;
}
.BgClassName
{
background-color: #DF0AFF;
}
</style>
border-color css
<style>
span { border-color: #DF0AFF; }
span { border-color: rgb(223,10,255); }
td.TdClassName
{
border-color: #DF0AFF;
}
.TagClassName
{
border-color: #DF0AFF;
}
</style>