Shades of Psychedelic Purple #DF14FA
Tints of Psychedelic Purple #DF14FA
RGB
CMYK
RGB Variations
Color information
#DF14FA (or 0xDF14FA) is known color: Psychedelic Purple. HEX triplet: DF, 14 and FA. RGB value is (223,20,250). Sum of RGB (Red+Green+Blue) = 223+20+250=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF14FA is #20EB05. Grayscale: #6A6A6A. Windows color (decimal): -2157318 or 16389343. OLE color: 16389343.
HSL color Cylindrical-coordinate representation of color #DF14FA: hue angle of 292.96º 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 #DF14FA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 20 | 250 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.02 |
| HSL | 292.96º | 0.96% | 0.53% | - |
| HSV(B) | 292.96º | 0.92% | 0.98% | - |
| XYZ | 47.94 | 23.09 | 92.37 | - |
| YUV | 106.92 | 208.75 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 250 | 0.11 | 0.92 | 0 | 0.02 | 292.96 | 0.96 | 0.53 |
| Hex | DF | 14 | FA | B | 5C | 0 | 2 | 125 | 60 | 35 |
| Octal | 337 | 24 | 372 | 13 | 134 | 0 | 2 | 445 | 140 | 65 |
| Binary | 11011111 | 10100 | 11111010 | 1011 | 1011100 | 0 | 10 | 100100101 | 1100000 | 110101 |
Color Harmonies of #DF14FA
Complementary color
Monochromatic Colors of #DF14FA
Black with #DF14FA
Text Example
Text Example
White with #DF14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14FA; }
p { color: rgb(223,20,250); }
H1.HeaderClassName
{
color: #DF14FA;
}
.AnyTagClassName
{
color: #DF14FA;
}
</style>
background-color css
<style>
a { background-color: #DF14FA; }
a { background-color: rgb(223,20,250); }
div.DivClassName
{
background-color: #DF14FA;
}
.BgClassName
{
background-color: #DF14FA;
}
</style>
border-color css
<style>
span { border-color: #DF14FA; }
span { border-color: rgb(223,20,250); }
td.TdClassName
{
border-color: #DF14FA;
}
.TagClassName
{
border-color: #DF14FA;
}
</style>