Shades of Psychedelic Purple #DF14FF
Tints of Psychedelic Purple #DF14FF
RGB
CMYK
RGB Variations
Color information
#DF14FF (or 0xDF14FF) is known color: Psychedelic Purple. HEX triplet: DF, 14 and FF. RGB value is (223,20,255). Sum of RGB (Red+Green+Blue) = 223+20+255=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF14FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF14FF is #20EB00. Grayscale: #6A6A6A. Windows color (decimal): -2157313 or 16717023. OLE color: 16717023.
HSL color Cylindrical-coordinate representation of color #DF14FF: hue angle of 291.83º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF14FF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 20 | 255 | - |
| CMYK | 0.13 | 0.92 | 0 | 0 |
| HSL | 291.83º | 1% | 0.54% | - |
| HSV(B) | 291.83º | 0.92% | 1% | - |
| XYZ | 48.73 | 23.41 | 96.56 | - |
| YUV | 107.49 | 211.25 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 255 | 0.13 | 0.92 | 0 | 0 | 291.83 | 1 | 0.54 |
| Hex | DF | 14 | FF | D | 5C | 0 | 0 | 124 | 64 | 36 |
| Octal | 337 | 24 | 377 | 15 | 134 | 0 | 0 | 444 | 144 | 66 |
| Binary | 11011111 | 10100 | 11111111 | 1101 | 1011100 | 0 | 0 | 100100100 | 1100100 | 110110 |
Color Harmonies of #DF14FF
Complementary color
Monochromatic Colors of #DF14FF
Black with #DF14FF
Text Example
Text Example
White with #DF14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14FF; }
p { color: rgb(223,20,255); }
H1.HeaderClassName
{
color: #DF14FF;
}
.AnyTagClassName
{
color: #DF14FF;
}
</style>
background-color css
<style>
a { background-color: #DF14FF; }
a { background-color: rgb(223,20,255); }
div.DivClassName
{
background-color: #DF14FF;
}
.BgClassName
{
background-color: #DF14FF;
}
</style>
border-color css
<style>
span { border-color: #DF14FF; }
span { border-color: rgb(223,20,255); }
td.TdClassName
{
border-color: #DF14FF;
}
.TagClassName
{
border-color: #DF14FF;
}
</style>