Shades of Psychedelic Purple #DF02FF
Tints of Psychedelic Purple #DF02FF
RGB
CMYK
RGB Variations
Color information
#DF02FF (or 0xDF02FF) is known color: Psychedelic Purple. HEX triplet: DF, 02 and FF. RGB value is (223,2,255). Sum of RGB (Red+Green+Blue) = 223+2+255=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 2 (1.17% from 255 or 0.42% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF02FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02FF is #20FD00. Grayscale: #606060. Windows color (decimal): -2161921 or 16712415. OLE color: 16712415.
HSL color Cylindrical-coordinate representation of color #DF02FF: hue angle of 292.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02FF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 2 | 255 | - |
| CMYK | 0.13 | 0.99 | 0 | 0 |
| HSL | 292.41º | 1% | 0.5% | - |
| HSV(B) | 292.41º | 0.99% | 1% | - |
| XYZ | 48.5 | 22.95 | 96.48 | - |
| YUV | 96.92 | 217.22 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 255 | 0.13 | 0.99 | 0 | 0 | 292.41 | 1 | 0.5 |
| Hex | DF | 2 | FF | D | 63 | 0 | 0 | 124 | 64 | 32 |
| Octal | 337 | 2 | 377 | 15 | 143 | 0 | 0 | 444 | 144 | 62 |
| Binary | 11011111 | 10 | 11111111 | 1101 | 1100011 | 0 | 0 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DF02FF
Complementary color
Monochromatic Colors of #DF02FF
Black with #DF02FF
Text Example
Text Example
White with #DF02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02FF; }
p { color: rgb(223,2,255); }
H1.HeaderClassName
{
color: #DF02FF;
}
.AnyTagClassName
{
color: #DF02FF;
}
</style>
background-color css
<style>
a { background-color: #DF02FF; }
a { background-color: rgb(223,2,255); }
div.DivClassName
{
background-color: #DF02FF;
}
.BgClassName
{
background-color: #DF02FF;
}
</style>
border-color css
<style>
span { border-color: #DF02FF; }
span { border-color: rgb(223,2,255); }
td.TdClassName
{
border-color: #DF02FF;
}
.TagClassName
{
border-color: #DF02FF;
}
</style>