Shades of Psychedelic Purple #DF12FC
Tints of Psychedelic Purple #DF12FC
RGB
CMYK
RGB Variations
Color information
#DF12FC (or 0xDF12FC) is known color: Psychedelic Purple. HEX triplet: DF, 12 and FC. RGB value is (223,18,252). Sum of RGB (Red+Green+Blue) = 223+18+252=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF12FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12FC is #20ED03. Grayscale: #696969. Windows color (decimal): -2157828 or 16519903. OLE color: 16519903.
HSL color Cylindrical-coordinate representation of color #DF12FC: hue angle of 292.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF12FC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 18 | 252 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.01 |
| HSL | 292.56º | 0.98% | 0.53% | - |
| HSV(B) | 292.56º | 0.93% | 0.99% | - |
| XYZ | 48.22 | 23.15 | 94.02 | - |
| YUV | 105.97 | 210.42 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 252 | 0.12 | 0.93 | 0 | 0.01 | 292.56 | 0.98 | 0.53 |
| Hex | DF | 12 | FC | C | 5D | 0 | 1 | 125 | 62 | 35 |
| Octal | 337 | 22 | 374 | 14 | 135 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11011111 | 10010 | 11111100 | 1100 | 1011101 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #DF12FC
Complementary color
Monochromatic Colors of #DF12FC
Black with #DF12FC
Text Example
Text Example
White with #DF12FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12FC; }
p { color: rgb(223,18,252); }
H1.HeaderClassName
{
color: #DF12FC;
}
.AnyTagClassName
{
color: #DF12FC;
}
</style>
background-color css
<style>
a { background-color: #DF12FC; }
a { background-color: rgb(223,18,252); }
div.DivClassName
{
background-color: #DF12FC;
}
.BgClassName
{
background-color: #DF12FC;
}
</style>
border-color css
<style>
span { border-color: #DF12FC; }
span { border-color: rgb(223,18,252); }
td.TdClassName
{
border-color: #DF12FC;
}
.TagClassName
{
border-color: #DF12FC;
}
</style>