Shades of Psychedelic Purple #DF12F1
Tints of Psychedelic Purple #DF12F1
RGB
CMYK
RGB Variations
Color information
#DF12F1 (or 0xDF12F1) is known color: Psychedelic Purple. HEX triplet: DF, 12 and F1. RGB value is (223,18,241). Sum of RGB (Red+Green+Blue) = 223+18+241=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF12F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12F1 is #20ED0E. Grayscale: #686868. Windows color (decimal): -2157839 or 15799007. OLE color: 15799007.
HSL color Cylindrical-coordinate representation of color #DF12F1: hue angle of 295.16º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF12F1 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 18 | 241 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.05 |
| HSL | 295.16º | 0.89% | 0.51% | - |
| HSV(B) | 295.16º | 0.93% | 0.95% | - |
| XYZ | 46.52 | 22.47 | 85.1 | - |
| YUV | 104.72 | 204.92 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 241 | 0.07 | 0.93 | 0 | 0.05 | 295.16 | 0.89 | 0.51 |
| Hex | DF | 12 | F1 | 7 | 5D | 0 | 5 | 127 | 59 | 33 |
| Octal | 337 | 22 | 361 | 7 | 135 | 0 | 5 | 447 | 131 | 63 |
| Binary | 11011111 | 10010 | 11110001 | 111 | 1011101 | 0 | 101 | 100100111 | 1011001 | 110011 |
Color Harmonies of #DF12F1
Complementary color
Monochromatic Colors of #DF12F1
Black with #DF12F1
Text Example
Text Example
White with #DF12F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12F1; }
p { color: rgb(223,18,241); }
H1.HeaderClassName
{
color: #DF12F1;
}
.AnyTagClassName
{
color: #DF12F1;
}
</style>
background-color css
<style>
a { background-color: #DF12F1; }
a { background-color: rgb(223,18,241); }
div.DivClassName
{
background-color: #DF12F1;
}
.BgClassName
{
background-color: #DF12F1;
}
</style>
border-color css
<style>
span { border-color: #DF12F1; }
span { border-color: rgb(223,18,241); }
td.TdClassName
{
border-color: #DF12F1;
}
.TagClassName
{
border-color: #DF12F1;
}
</style>