Shades of Psychedelic Purple #DF12F8
Tints of Psychedelic Purple #DF12F8
RGB
CMYK
RGB Variations
Color information
#DF12F8 (or 0xDF12F8) is known color: Psychedelic Purple. HEX triplet: DF, 12 and F8. RGB value is (223,18,248). Sum of RGB (Red+Green+Blue) = 223+18+248=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF12F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12F8 is #20ED07. Grayscale: #686868. Windows color (decimal): -2157832 or 16257759. OLE color: 16257759.
HSL color Cylindrical-coordinate representation of color #DF12F8: hue angle of 293.48º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF12F8 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 18 | 248 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.03 |
| HSL | 293.48º | 0.94% | 0.52% | - |
| HSV(B) | 293.48º | 0.93% | 0.97% | - |
| XYZ | 47.59 | 22.9 | 90.72 | - |
| YUV | 105.52 | 208.42 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 248 | 0.10 | 0.93 | 0 | 0.03 | 293.48 | 0.94 | 0.52 |
| Hex | DF | 12 | F8 | A | 5D | 0 | 3 | 125 | 5E | 34 |
| Octal | 337 | 22 | 370 | 12 | 135 | 0 | 3 | 445 | 136 | 64 |
| Binary | 11011111 | 10010 | 11111000 | 1010 | 1011101 | 0 | 11 | 100100101 | 1011110 | 110100 |
Color Harmonies of #DF12F8
Complementary color
Monochromatic Colors of #DF12F8
Black with #DF12F8
Text Example
Text Example
White with #DF12F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12F8; }
p { color: rgb(223,18,248); }
H1.HeaderClassName
{
color: #DF12F8;
}
.AnyTagClassName
{
color: #DF12F8;
}
</style>
background-color css
<style>
a { background-color: #DF12F8; }
a { background-color: rgb(223,18,248); }
div.DivClassName
{
background-color: #DF12F8;
}
.BgClassName
{
background-color: #DF12F8;
}
</style>
border-color css
<style>
span { border-color: #DF12F8; }
span { border-color: rgb(223,18,248); }
td.TdClassName
{
border-color: #DF12F8;
}
.TagClassName
{
border-color: #DF12F8;
}
</style>