Shades of Psychedelic Purple #DF10F3
Tints of Psychedelic Purple #DF10F3
RGB
CMYK
RGB Variations
Color information
#DF10F3 (or 0xDF10F3) is known color: Psychedelic Purple. HEX triplet: DF, 10 and F3. RGB value is (223,16,243). Sum of RGB (Red+Green+Blue) = 223+16+243=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF10F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF10F3 is #20EF0C. Grayscale: #676767. Windows color (decimal): -2158349 or 15929567. OLE color: 15929567.
HSL color Cylindrical-coordinate representation of color #DF10F3: hue angle of 294.71º 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 #DF10F3 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 16 | 243 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.05 |
| HSL | 294.71º | 0.9% | 0.51% | - |
| HSV(B) | 294.71º | 0.93% | 0.95% | - |
| XYZ | 46.79 | 22.53 | 86.68 | - |
| YUV | 103.77 | 206.58 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 243 | 0.08 | 0.93 | 0 | 0.05 | 294.71 | 0.9 | 0.51 |
| Hex | DF | 10 | F3 | 8 | 5D | 0 | 5 | 127 | 5A | 33 |
| Octal | 337 | 20 | 363 | 10 | 135 | 0 | 5 | 447 | 132 | 63 |
| Binary | 11011111 | 10000 | 11110011 | 1000 | 1011101 | 0 | 101 | 100100111 | 1011010 | 110011 |
Color Harmonies of #DF10F3
Complementary color
Monochromatic Colors of #DF10F3
Black with #DF10F3
Text Example
Text Example
White with #DF10F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10F3; }
p { color: rgb(223,16,243); }
H1.HeaderClassName
{
color: #DF10F3;
}
.AnyTagClassName
{
color: #DF10F3;
}
</style>
background-color css
<style>
a { background-color: #DF10F3; }
a { background-color: rgb(223,16,243); }
div.DivClassName
{
background-color: #DF10F3;
}
.BgClassName
{
background-color: #DF10F3;
}
</style>
border-color css
<style>
span { border-color: #DF10F3; }
span { border-color: rgb(223,16,243); }
td.TdClassName
{
border-color: #DF10F3;
}
.TagClassName
{
border-color: #DF10F3;
}
</style>