Shades of Psychedelic Purple #DF12ED
Tints of Psychedelic Purple #DF12ED
RGB
CMYK
RGB Variations
Color information
#DF12ED (or 0xDF12ED) is known color: Psychedelic Purple. HEX triplet: DF, 12 and ED. RGB value is (223,18,237). Sum of RGB (Red+Green+Blue) = 223+18+237=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF12ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12ED is #20ED12. Grayscale: #676767. Windows color (decimal): -2157843 or 15536863. OLE color: 15536863.
HSL color Cylindrical-coordinate representation of color #DF12ED: hue angle of 296.16º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12ED is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 18 | 237 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.07 |
| HSL | 296.16º | 0.86% | 0.5% | - |
| HSV(B) | 296.16º | 0.92% | 0.93% | - |
| XYZ | 45.93 | 22.24 | 81.99 | - |
| YUV | 104.26 | 202.92 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 237 | 0.06 | 0.92 | 0 | 0.07 | 296.16 | 0.86 | 0.5 |
| Hex | DF | 12 | ED | 6 | 5C | 0 | 7 | 128 | 56 | 32 |
| Octal | 337 | 22 | 355 | 6 | 134 | 0 | 7 | 450 | 126 | 62 |
| Binary | 11011111 | 10010 | 11101101 | 110 | 1011100 | 0 | 111 | 100101000 | 1010110 | 110010 |
Color Harmonies of #DF12ED
Complementary color
Monochromatic Colors of #DF12ED
Black with #DF12ED
Text Example
Text Example
White with #DF12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12ED; }
p { color: rgb(223,18,237); }
H1.HeaderClassName
{
color: #DF12ED;
}
.AnyTagClassName
{
color: #DF12ED;
}
</style>
background-color css
<style>
a { background-color: #DF12ED; }
a { background-color: rgb(223,18,237); }
div.DivClassName
{
background-color: #DF12ED;
}
.BgClassName
{
background-color: #DF12ED;
}
</style>
border-color css
<style>
span { border-color: #DF12ED; }
span { border-color: rgb(223,18,237); }
td.TdClassName
{
border-color: #DF12ED;
}
.TagClassName
{
border-color: #DF12ED;
}
</style>