Shades of Psychedelic Purple #DF12EB
Tints of Psychedelic Purple #DF12EB
RGB
CMYK
RGB Variations
Color information
#DF12EB (or 0xDF12EB) is known color: Psychedelic Purple. HEX triplet: DF, 12 and EB. RGB value is (223,18,235). Sum of RGB (Red+Green+Blue) = 223+18+235=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF12EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12EB is #20ED14. Grayscale: #676767. Windows color (decimal): -2157845 or 15405791. OLE color: 15405791.
HSL color Cylindrical-coordinate representation of color #DF12EB: hue angle of 296.68º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12EB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 18 | 235 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.08 |
| HSL | 296.68º | 0.86% | 0.5% | - |
| HSV(B) | 296.68º | 0.92% | 0.92% | - |
| XYZ | 45.64 | 22.12 | 80.46 | - |
| YUV | 104.03 | 201.92 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 235 | 0.05 | 0.92 | 0 | 0.08 | 296.68 | 0.86 | 0.5 |
| Hex | DF | 12 | EB | 5 | 5C | 0 | 8 | 129 | 56 | 32 |
| Octal | 337 | 22 | 353 | 5 | 134 | 0 | 10 | 451 | 126 | 62 |
| Binary | 11011111 | 10010 | 11101011 | 101 | 1011100 | 0 | 1000 | 100101001 | 1010110 | 110010 |
Color Harmonies of #DF12EB
Complementary color
Monochromatic Colors of #DF12EB
Black with #DF12EB
Text Example
Text Example
White with #DF12EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12EB; }
p { color: rgb(223,18,235); }
H1.HeaderClassName
{
color: #DF12EB;
}
.AnyTagClassName
{
color: #DF12EB;
}
</style>
background-color css
<style>
a { background-color: #DF12EB; }
a { background-color: rgb(223,18,235); }
div.DivClassName
{
background-color: #DF12EB;
}
.BgClassName
{
background-color: #DF12EB;
}
</style>
border-color css
<style>
span { border-color: #DF12EB; }
span { border-color: rgb(223,18,235); }
td.TdClassName
{
border-color: #DF12EB;
}
.TagClassName
{
border-color: #DF12EB;
}
</style>