Shades of Psychedelic Purple #DF10F4
Tints of Psychedelic Purple #DF10F4
RGB
CMYK
RGB Variations
Color information
#DF10F4 (or 0xDF10F4) is known color: Psychedelic Purple. HEX triplet: DF, 10 and F4. RGB value is (223,16,244). Sum of RGB (Red+Green+Blue) = 223+16+244=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 16 (6.64% from 255 or 3.31% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF10F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10F4 is #20EF0B. Grayscale: #676767. Windows color (decimal): -2158348 or 15995103. OLE color: 15995103.
HSL color Cylindrical-coordinate representation of color #DF10F4: hue angle of 294.47º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF10F4 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 16 | 244 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.04 |
| HSL | 294.47º | 0.91% | 0.51% | - |
| HSV(B) | 294.47º | 0.93% | 0.96% | - |
| XYZ | 46.95 | 22.59 | 87.47 | - |
| YUV | 103.89 | 207.08 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 244 | 0.09 | 0.93 | 0 | 0.04 | 294.47 | 0.91 | 0.51 |
| Hex | DF | 10 | F4 | 9 | 5D | 0 | 4 | 126 | 5B | 33 |
| Octal | 337 | 20 | 364 | 11 | 135 | 0 | 4 | 446 | 133 | 63 |
| Binary | 11011111 | 10000 | 11110100 | 1001 | 1011101 | 0 | 100 | 100100110 | 1011011 | 110011 |
Color Harmonies of #DF10F4
Complementary color
Monochromatic Colors of #DF10F4
Black with #DF10F4
Text Example
Text Example
White with #DF10F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10F4; }
p { color: rgb(223,16,244); }
H1.HeaderClassName
{
color: #DF10F4;
}
.AnyTagClassName
{
color: #DF10F4;
}
</style>
background-color css
<style>
a { background-color: #DF10F4; }
a { background-color: rgb(223,16,244); }
div.DivClassName
{
background-color: #DF10F4;
}
.BgClassName
{
background-color: #DF10F4;
}
</style>
border-color css
<style>
span { border-color: #DF10F4; }
span { border-color: rgb(223,16,244); }
td.TdClassName
{
border-color: #DF10F4;
}
.TagClassName
{
border-color: #DF10F4;
}
</style>