Shades of Psychedelic Purple #DF10F2
Tints of Psychedelic Purple #DF10F2
RGB
CMYK
RGB Variations
Color information
#DF10F2 (or 0xDF10F2) is known color: Psychedelic Purple. HEX triplet: DF, 10 and F2. RGB value is (223,16,242). Sum of RGB (Red+Green+Blue) = 223+16+242=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF10F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10F2 is #20EF0D. Grayscale: #666666. Windows color (decimal): -2158350 or 15864031. OLE color: 15864031.
HSL color Cylindrical-coordinate representation of color #DF10F2: hue angle of 294.96º 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 #DF10F2 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 16 | 242 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.05 |
| HSL | 294.96º | 0.9% | 0.51% | - |
| HSV(B) | 294.96º | 0.93% | 0.95% | - |
| XYZ | 46.64 | 22.47 | 85.88 | - |
| YUV | 103.66 | 206.08 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 242 | 0.08 | 0.93 | 0 | 0.05 | 294.96 | 0.9 | 0.51 |
| Hex | DF | 10 | F2 | 8 | 5D | 0 | 5 | 127 | 5A | 33 |
| Octal | 337 | 20 | 362 | 10 | 135 | 0 | 5 | 447 | 132 | 63 |
| Binary | 11011111 | 10000 | 11110010 | 1000 | 1011101 | 0 | 101 | 100100111 | 1011010 | 110011 |
Color Harmonies of #DF10F2
Complementary color
Monochromatic Colors of #DF10F2
Black with #DF10F2
Text Example
Text Example
White with #DF10F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10F2; }
p { color: rgb(223,16,242); }
H1.HeaderClassName
{
color: #DF10F2;
}
.AnyTagClassName
{
color: #DF10F2;
}
</style>
background-color css
<style>
a { background-color: #DF10F2; }
a { background-color: rgb(223,16,242); }
div.DivClassName
{
background-color: #DF10F2;
}
.BgClassName
{
background-color: #DF10F2;
}
</style>
border-color css
<style>
span { border-color: #DF10F2; }
span { border-color: rgb(223,16,242); }
td.TdClassName
{
border-color: #DF10F2;
}
.TagClassName
{
border-color: #DF10F2;
}
</style>