Shades of Psychedelic Purple #DF12E7
Tints of Psychedelic Purple #DF12E7
RGB
CMYK
RGB Variations
Color information
#DF12E7 (or 0xDF12E7) is known color: Psychedelic Purple. HEX triplet: DF, 12 and E7. RGB value is (223,18,231). Sum of RGB (Red+Green+Blue) = 223+18+231=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF12E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12E7 is #20ED18. Grayscale: #666666. Windows color (decimal): -2157849 or 15143647. OLE color: 15143647.
HSL color Cylindrical-coordinate representation of color #DF12E7: hue angle of 297.75º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12E7 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 18 | 231 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.09 |
| HSL | 297.75º | 0.86% | 0.49% | - |
| HSV(B) | 297.75º | 0.92% | 0.91% | - |
| XYZ | 45.07 | 21.89 | 77.45 | - |
| YUV | 103.58 | 199.92 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 231 | 0.03 | 0.92 | 0 | 0.09 | 297.75 | 0.86 | 0.49 |
| Hex | DF | 12 | E7 | 3 | 5C | 0 | 9 | 12A | 56 | 31 |
| Octal | 337 | 22 | 347 | 3 | 134 | 0 | 11 | 452 | 126 | 61 |
| Binary | 11011111 | 10010 | 11100111 | 11 | 1011100 | 0 | 1001 | 100101010 | 1010110 | 110001 |
Color Harmonies of #DF12E7
Complementary color
Monochromatic Colors of #DF12E7
Black with #DF12E7
Text Example
Text Example
White with #DF12E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12E7; }
p { color: rgb(223,18,231); }
H1.HeaderClassName
{
color: #DF12E7;
}
.AnyTagClassName
{
color: #DF12E7;
}
</style>
background-color css
<style>
a { background-color: #DF12E7; }
a { background-color: rgb(223,18,231); }
div.DivClassName
{
background-color: #DF12E7;
}
.BgClassName
{
background-color: #DF12E7;
}
</style>
border-color css
<style>
span { border-color: #DF12E7; }
span { border-color: rgb(223,18,231); }
td.TdClassName
{
border-color: #DF12E7;
}
.TagClassName
{
border-color: #DF12E7;
}
</style>