Shades of Psychedelic Purple #DF2AFF
Tints of Psychedelic Purple #DF2AFF
RGB
CMYK
RGB Variations
Color information
#DF2AFF (or 0xDF2AFF) is known color: Psychedelic Purple. HEX triplet: DF, 2A and FF. RGB value is (223,42,255). Sum of RGB (Red+Green+Blue) = 223+42+255=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 42 (16.80% from 255 or 8.08% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF2AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AFF is #20D500. Grayscale: #777777. Windows color (decimal): -2151681 or 16722655. OLE color: 16722655.
HSL color Cylindrical-coordinate representation of color #DF2AFF: hue angle of 290.99º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2AFF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 42 | 255 | - |
| CMYK | 0.13 | 0.84 | 0 | 0 |
| HSL | 290.99º | 1% | 0.58% | - |
| HSV(B) | 290.99º | 0.84% | 1% | - |
| XYZ | 49.31 | 24.56 | 96.75 | - |
| YUV | 120.4 | 203.97 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 255 | 0.13 | 0.84 | 0 | 0 | 290.99 | 1 | 0.58 |
| Hex | DF | 2A | FF | D | 54 | 0 | 0 | 123 | 64 | 3A |
| Octal | 337 | 52 | 377 | 15 | 124 | 0 | 0 | 443 | 144 | 72 |
| Binary | 11011111 | 101010 | 11111111 | 1101 | 1010100 | 0 | 0 | 100100011 | 1100100 | 111010 |
Color Harmonies of #DF2AFF
Complementary color
Monochromatic Colors of #DF2AFF
Black with #DF2AFF
Text Example
Text Example
White with #DF2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AFF; }
p { color: rgb(223,42,255); }
H1.HeaderClassName
{
color: #DF2AFF;
}
.AnyTagClassName
{
color: #DF2AFF;
}
</style>
background-color css
<style>
a { background-color: #DF2AFF; }
a { background-color: rgb(223,42,255); }
div.DivClassName
{
background-color: #DF2AFF;
}
.BgClassName
{
background-color: #DF2AFF;
}
</style>
border-color css
<style>
span { border-color: #DF2AFF; }
span { border-color: rgb(223,42,255); }
td.TdClassName
{
border-color: #DF2AFF;
}
.TagClassName
{
border-color: #DF2AFF;
}
</style>