Shades of Psychedelic Purple #DF12F5
Tints of Psychedelic Purple #DF12F5
RGB
CMYK
RGB Variations
Color information
#DF12F5 (or 0xDF12F5) is known color: Psychedelic Purple. HEX triplet: DF, 12 and F5. RGB value is (223,18,245). Sum of RGB (Red+Green+Blue) = 223+18+245=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF12F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12F5 is #20ED0A. Grayscale: #686868. Windows color (decimal): -2157835 or 16061151. OLE color: 16061151.
HSL color Cylindrical-coordinate representation of color #DF12F5: hue angle of 294.19º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF12F5 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 18 | 245 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.04 |
| HSL | 294.19º | 0.92% | 0.52% | - |
| HSV(B) | 294.19º | 0.93% | 0.96% | - |
| XYZ | 47.13 | 22.71 | 88.29 | - |
| YUV | 105.17 | 206.92 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 245 | 0.09 | 0.93 | 0 | 0.04 | 294.19 | 0.92 | 0.52 |
| Hex | DF | 12 | F5 | 9 | 5D | 0 | 4 | 126 | 5C | 34 |
| Octal | 337 | 22 | 365 | 11 | 135 | 0 | 4 | 446 | 134 | 64 |
| Binary | 11011111 | 10010 | 11110101 | 1001 | 1011101 | 0 | 100 | 100100110 | 1011100 | 110100 |
Color Harmonies of #DF12F5
Complementary color
Monochromatic Colors of #DF12F5
Black with #DF12F5
Text Example
Text Example
White with #DF12F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12F5; }
p { color: rgb(223,18,245); }
H1.HeaderClassName
{
color: #DF12F5;
}
.AnyTagClassName
{
color: #DF12F5;
}
</style>
background-color css
<style>
a { background-color: #DF12F5; }
a { background-color: rgb(223,18,245); }
div.DivClassName
{
background-color: #DF12F5;
}
.BgClassName
{
background-color: #DF12F5;
}
</style>
border-color css
<style>
span { border-color: #DF12F5; }
span { border-color: rgb(223,18,245); }
td.TdClassName
{
border-color: #DF12F5;
}
.TagClassName
{
border-color: #DF12F5;
}
</style>