Shades of Psychedelic Purple #DF12EA
Tints of Psychedelic Purple #DF12EA
RGB
CMYK
RGB Variations
Color information
#DF12EA (or 0xDF12EA) is known color: Psychedelic Purple. HEX triplet: DF, 12 and EA. RGB value is (223,18,234). Sum of RGB (Red+Green+Blue) = 223+18+234=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 18 (7.42% from 255 or 3.79% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF12EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12EA is #20ED15. Grayscale: #676767. Windows color (decimal): -2157846 or 15340255. OLE color: 15340255.
HSL color Cylindrical-coordinate representation of color #DF12EA: hue angle of 296.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12EA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 18 | 234 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.08 |
| HSL | 296.94º | 0.86% | 0.49% | - |
| HSV(B) | 296.94º | 0.92% | 0.92% | - |
| XYZ | 45.5 | 22.06 | 79.7 | - |
| YUV | 103.92 | 201.42 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 234 | 0.05 | 0.92 | 0 | 0.08 | 296.94 | 0.86 | 0.49 |
| Hex | DF | 12 | EA | 5 | 5C | 0 | 8 | 129 | 56 | 31 |
| Octal | 337 | 22 | 352 | 5 | 134 | 0 | 10 | 451 | 126 | 61 |
| Binary | 11011111 | 10010 | 11101010 | 101 | 1011100 | 0 | 1000 | 100101001 | 1010110 | 110001 |
Color Harmonies of #DF12EA
Complementary color
Monochromatic Colors of #DF12EA
Black with #DF12EA
Text Example
Text Example
White with #DF12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12EA; }
p { color: rgb(223,18,234); }
H1.HeaderClassName
{
color: #DF12EA;
}
.AnyTagClassName
{
color: #DF12EA;
}
</style>
background-color css
<style>
a { background-color: #DF12EA; }
a { background-color: rgb(223,18,234); }
div.DivClassName
{
background-color: #DF12EA;
}
.BgClassName
{
background-color: #DF12EA;
}
</style>
border-color css
<style>
span { border-color: #DF12EA; }
span { border-color: rgb(223,18,234); }
td.TdClassName
{
border-color: #DF12EA;
}
.TagClassName
{
border-color: #DF12EA;
}
</style>