Shades of Psychedelic Purple #DF12FF
Tints of Psychedelic Purple #DF12FF
RGB
CMYK
RGB Variations
Color information
#DF12FF (or 0xDF12FF) is known color: Psychedelic Purple. HEX triplet: DF, 12 and FF. RGB value is (223,18,255). Sum of RGB (Red+Green+Blue) = 223+18+255=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12FF is #20ED00. Grayscale: #696969. Windows color (decimal): -2157825 or 16716511. OLE color: 16716511.
HSL color Cylindrical-coordinate representation of color #DF12FF: hue angle of 291.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF12FF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 18 | 255 | - |
| CMYK | 0.13 | 0.93 | 0 | 0 |
| HSL | 291.9º | 1% | 0.54% | - |
| HSV(B) | 291.9º | 0.93% | 1% | - |
| XYZ | 48.7 | 23.34 | 96.55 | - |
| YUV | 106.31 | 211.92 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 255 | 0.13 | 0.93 | 0 | 0 | 291.9 | 1 | 0.54 |
| Hex | DF | 12 | FF | D | 5D | 0 | 0 | 124 | 64 | 36 |
| Octal | 337 | 22 | 377 | 15 | 135 | 0 | 0 | 444 | 144 | 66 |
| Binary | 11011111 | 10010 | 11111111 | 1101 | 1011101 | 0 | 0 | 100100100 | 1100100 | 110110 |
Color Harmonies of #DF12FF
Complementary color
Monochromatic Colors of #DF12FF
Black with #DF12FF
Text Example
Text Example
White with #DF12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12FF; }
p { color: rgb(223,18,255); }
H1.HeaderClassName
{
color: #DF12FF;
}
.AnyTagClassName
{
color: #DF12FF;
}
</style>
background-color css
<style>
a { background-color: #DF12FF; }
a { background-color: rgb(223,18,255); }
div.DivClassName
{
background-color: #DF12FF;
}
.BgClassName
{
background-color: #DF12FF;
}
</style>
border-color css
<style>
span { border-color: #DF12FF; }
span { border-color: rgb(223,18,255); }
td.TdClassName
{
border-color: #DF12FF;
}
.TagClassName
{
border-color: #DF12FF;
}
</style>