Shades of Psychedelic Purple #DF12F3
Tints of Psychedelic Purple #DF12F3
RGB
CMYK
RGB Variations
Color information
#DF12F3 (or 0xDF12F3) is known color: Psychedelic Purple. HEX triplet: DF, 12 and F3. RGB value is (223,18,243). Sum of RGB (Red+Green+Blue) = 223+18+243=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF12F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF12F3 is #20ED0C. Grayscale: #686868. Windows color (decimal): -2157837 or 15930079. OLE color: 15930079.
HSL color Cylindrical-coordinate representation of color #DF12F3: hue angle of 294.67º degrees, saturation: 0.9, 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 #DF12F3 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 18 | 243 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.05 |
| HSL | 294.67º | 0.9% | 0.51% | - |
| HSV(B) | 294.67º | 0.93% | 0.95% | - |
| XYZ | 46.83 | 22.59 | 86.69 | - |
| YUV | 104.95 | 205.92 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 243 | 0.08 | 0.93 | 0 | 0.05 | 294.67 | 0.9 | 0.51 |
| Hex | DF | 12 | F3 | 8 | 5D | 0 | 5 | 127 | 5A | 33 |
| Octal | 337 | 22 | 363 | 10 | 135 | 0 | 5 | 447 | 132 | 63 |
| Binary | 11011111 | 10010 | 11110011 | 1000 | 1011101 | 0 | 101 | 100100111 | 1011010 | 110011 |
Color Harmonies of #DF12F3
Complementary color
Monochromatic Colors of #DF12F3
Black with #DF12F3
Text Example
Text Example
White with #DF12F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12F3; }
p { color: rgb(223,18,243); }
H1.HeaderClassName
{
color: #DF12F3;
}
.AnyTagClassName
{
color: #DF12F3;
}
</style>
background-color css
<style>
a { background-color: #DF12F3; }
a { background-color: rgb(223,18,243); }
div.DivClassName
{
background-color: #DF12F3;
}
.BgClassName
{
background-color: #DF12F3;
}
</style>
border-color css
<style>
span { border-color: #DF12F3; }
span { border-color: rgb(223,18,243); }
td.TdClassName
{
border-color: #DF12F3;
}
.TagClassName
{
border-color: #DF12F3;
}
</style>