Shades of Psychedelic Purple #DF2AEF
Tints of Psychedelic Purple #DF2AEF
RGB
CMYK
RGB Variations
Color information
#DF2AEF (or 0xDF2AEF) is known color: Psychedelic Purple. HEX triplet: DF, 2A and EF. RGB value is (223,42,239). Sum of RGB (Red+Green+Blue) = 223+42+239=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 42 (16.80% from 255 or 8.33% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF2AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2AEF is #20D510. Grayscale: #757575. Windows color (decimal): -2151697 or 15674079. OLE color: 15674079.
HSL color Cylindrical-coordinate representation of color #DF2AEF: hue angle of 295.13º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2AEF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 42 | 239 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.06 |
| HSL | 295.13º | 0.86% | 0.55% | - |
| HSV(B) | 295.13º | 0.82% | 0.94% | - |
| XYZ | 46.84 | 23.58 | 83.74 | - |
| YUV | 118.58 | 195.97 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 239 | 0.07 | 0.82 | 0 | 0.06 | 295.13 | 0.86 | 0.55 |
| Hex | DF | 2A | EF | 7 | 52 | 0 | 6 | 127 | 56 | 37 |
| Octal | 337 | 52 | 357 | 7 | 122 | 0 | 6 | 447 | 126 | 67 |
| Binary | 11011111 | 101010 | 11101111 | 111 | 1010010 | 0 | 110 | 100100111 | 1010110 | 110111 |
Color Harmonies of #DF2AEF
Complementary color
Monochromatic Colors of #DF2AEF
Black with #DF2AEF
Text Example
Text Example
White with #DF2AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2AEF; }
p { color: rgb(223,42,239); }
H1.HeaderClassName
{
color: #DF2AEF;
}
.AnyTagClassName
{
color: #DF2AEF;
}
</style>
background-color css
<style>
a { background-color: #DF2AEF; }
a { background-color: rgb(223,42,239); }
div.DivClassName
{
background-color: #DF2AEF;
}
.BgClassName
{
background-color: #DF2AEF;
}
</style>
border-color css
<style>
span { border-color: #DF2AEF; }
span { border-color: rgb(223,42,239); }
td.TdClassName
{
border-color: #DF2AEF;
}
.TagClassName
{
border-color: #DF2AEF;
}
</style>