Shades of Psychedelic Purple #DF13F2
Tints of Psychedelic Purple #DF13F2
RGB
CMYK
RGB Variations
Color information
#DF13F2 (or 0xDF13F2) is known color: Psychedelic Purple. HEX triplet: DF, 13 and F2. RGB value is (223,19,242). Sum of RGB (Red+Green+Blue) = 223+19+242=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF13F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF13F2 is #20EC0D. Grayscale: #686868. Windows color (decimal): -2157582 or 15864799. OLE color: 15864799.
HSL color Cylindrical-coordinate representation of color #DF13F2: hue angle of 294.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF13F2 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 19 | 242 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.05 |
| HSL | 294.89º | 0.9% | 0.51% | - |
| HSV(B) | 294.89º | 0.92% | 0.95% | - |
| XYZ | 46.69 | 22.56 | 85.9 | - |
| YUV | 105.42 | 205.09 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 242 | 0.08 | 0.92 | 0 | 0.05 | 294.89 | 0.9 | 0.51 |
| Hex | DF | 13 | F2 | 8 | 5C | 0 | 5 | 127 | 5A | 33 |
| Octal | 337 | 23 | 362 | 10 | 134 | 0 | 5 | 447 | 132 | 63 |
| Binary | 11011111 | 10011 | 11110010 | 1000 | 1011100 | 0 | 101 | 100100111 | 1011010 | 110011 |
Color Harmonies of #DF13F2
Complementary color
Monochromatic Colors of #DF13F2
Black with #DF13F2
Text Example
Text Example
White with #DF13F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF13F2; }
p { color: rgb(223,19,242); }
H1.HeaderClassName
{
color: #DF13F2;
}
.AnyTagClassName
{
color: #DF13F2;
}
</style>
background-color css
<style>
a { background-color: #DF13F2; }
a { background-color: rgb(223,19,242); }
div.DivClassName
{
background-color: #DF13F2;
}
.BgClassName
{
background-color: #DF13F2;
}
</style>
border-color css
<style>
span { border-color: #DF13F2; }
span { border-color: rgb(223,19,242); }
td.TdClassName
{
border-color: #DF13F2;
}
.TagClassName
{
border-color: #DF13F2;
}
</style>