Shades of Psychedelic Purple #DF02FE
Tints of Psychedelic Purple #DF02FE
RGB
CMYK
RGB Variations
Color information
#DF02FE (or 0xDF02FE) is known color: Psychedelic Purple. HEX triplet: DF, 02 and FE. RGB value is (223,2,254). Sum of RGB (Red+Green+Blue) = 223+2+254=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 2 (1.17% from 255 or 0.42% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF02FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02FE is #20FD01. Grayscale: #606060. Windows color (decimal): -2161922 or 16646879. OLE color: 16646879.
HSL color Cylindrical-coordinate representation of color #DF02FE: hue angle of 292.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02FE is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 2 | 254 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.00 |
| HSL | 292.62º | 0.99% | 0.5% | - |
| HSV(B) | 292.62º | 0.99% | 1% | - |
| XYZ | 48.34 | 22.89 | 95.64 | - |
| YUV | 96.81 | 216.72 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 254 | 0.12 | 0.99 | 0 | 0.00 | 292.62 | 0.99 | 0.5 |
| Hex | DF | 2 | FE | C | 63 | 0 | 0 | 125 | 63 | 32 |
| Octal | 337 | 2 | 376 | 14 | 143 | 0 | 0 | 445 | 143 | 62 |
| Binary | 11011111 | 10 | 11111110 | 1100 | 1100011 | 0 | 0 | 100100101 | 1100011 | 110010 |
Color Harmonies of #DF02FE
Complementary color
Monochromatic Colors of #DF02FE
Black with #DF02FE
Text Example
Text Example
White with #DF02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02FE; }
p { color: rgb(223,2,254); }
H1.HeaderClassName
{
color: #DF02FE;
}
.AnyTagClassName
{
color: #DF02FE;
}
</style>
background-color css
<style>
a { background-color: #DF02FE; }
a { background-color: rgb(223,2,254); }
div.DivClassName
{
background-color: #DF02FE;
}
.BgClassName
{
background-color: #DF02FE;
}
</style>
border-color css
<style>
span { border-color: #DF02FE; }
span { border-color: rgb(223,2,254); }
td.TdClassName
{
border-color: #DF02FE;
}
.TagClassName
{
border-color: #DF02FE;
}
</style>