Shades of Psychedelic Purple #DF2AF8
Tints of Psychedelic Purple #DF2AF8
RGB
CMYK
RGB Variations
Color information
#DF2AF8 (or 0xDF2AF8) is known color: Psychedelic Purple. HEX triplet: DF, 2A and F8. RGB value is (223,42,248). Sum of RGB (Red+Green+Blue) = 223+42+248=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 42 (16.80% from 255 or 8.19% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF2AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AF8 is #20D507. Grayscale: #767676. Windows color (decimal): -2151688 or 16263903. OLE color: 16263903.
HSL color Cylindrical-coordinate representation of color #DF2AF8: hue angle of 292.72º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2AF8 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 42 | 248 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.03 |
| HSL | 292.72º | 0.94% | 0.57% | - |
| HSV(B) | 292.72º | 0.83% | 0.97% | - |
| XYZ | 48.2 | 24.12 | 90.92 | - |
| YUV | 119.6 | 200.47 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 248 | 0.10 | 0.83 | 0 | 0.03 | 292.72 | 0.94 | 0.57 |
| Hex | DF | 2A | F8 | A | 53 | 0 | 3 | 125 | 5E | 39 |
| Octal | 337 | 52 | 370 | 12 | 123 | 0 | 3 | 445 | 136 | 71 |
| Binary | 11011111 | 101010 | 11111000 | 1010 | 1010011 | 0 | 11 | 100100101 | 1011110 | 111001 |
Color Harmonies of #DF2AF8
Complementary color
Monochromatic Colors of #DF2AF8
Black with #DF2AF8
Text Example
Text Example
White with #DF2AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AF8; }
p { color: rgb(223,42,248); }
H1.HeaderClassName
{
color: #DF2AF8;
}
.AnyTagClassName
{
color: #DF2AF8;
}
</style>
background-color css
<style>
a { background-color: #DF2AF8; }
a { background-color: rgb(223,42,248); }
div.DivClassName
{
background-color: #DF2AF8;
}
.BgClassName
{
background-color: #DF2AF8;
}
</style>
border-color css
<style>
span { border-color: #DF2AF8; }
span { border-color: rgb(223,42,248); }
td.TdClassName
{
border-color: #DF2AF8;
}
.TagClassName
{
border-color: #DF2AF8;
}
</style>