Shades of Psychedelic Purple #DF15FA
Tints of Psychedelic Purple #DF15FA
RGB
CMYK
RGB Variations
Color information
#DF15FA (or 0xDF15FA) is known color: Psychedelic Purple. HEX triplet: DF, 15 and FA. RGB value is (223,21,250). Sum of RGB (Red+Green+Blue) = 223+21+250=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF15FA is #20EA05. Grayscale: #6A6A6A. Windows color (decimal): -2157062 or 16389599. OLE color: 16389599.
HSL color Cylindrical-coordinate representation of color #DF15FA: hue angle of 292.93º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF15FA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 21 | 250 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.02 |
| HSL | 292.93º | 0.96% | 0.53% | - |
| HSV(B) | 292.93º | 0.92% | 0.98% | - |
| XYZ | 47.95 | 23.13 | 92.38 | - |
| YUV | 107.5 | 208.42 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 250 | 0.11 | 0.92 | 0 | 0.02 | 292.93 | 0.96 | 0.53 |
| Hex | DF | 15 | FA | B | 5C | 0 | 2 | 125 | 60 | 35 |
| Octal | 337 | 25 | 372 | 13 | 134 | 0 | 2 | 445 | 140 | 65 |
| Binary | 11011111 | 10101 | 11111010 | 1011 | 1011100 | 0 | 10 | 100100101 | 1100000 | 110101 |
Color Harmonies of #DF15FA
Complementary color
Monochromatic Colors of #DF15FA
Black with #DF15FA
Text Example
Text Example
White with #DF15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15FA; }
p { color: rgb(223,21,250); }
H1.HeaderClassName
{
color: #DF15FA;
}
.AnyTagClassName
{
color: #DF15FA;
}
</style>
background-color css
<style>
a { background-color: #DF15FA; }
a { background-color: rgb(223,21,250); }
div.DivClassName
{
background-color: #DF15FA;
}
.BgClassName
{
background-color: #DF15FA;
}
</style>
border-color css
<style>
span { border-color: #DF15FA; }
span { border-color: rgb(223,21,250); }
td.TdClassName
{
border-color: #DF15FA;
}
.TagClassName
{
border-color: #DF15FA;
}
</style>