Shades of Psychedelic Purple #DF02F9
Tints of Psychedelic Purple #DF02F9
RGB
CMYK
RGB Variations
Color information
#DF02F9 (or 0xDF02F9) is known color: Psychedelic Purple. HEX triplet: DF, 02 and F9. RGB value is (223,2,249). Sum of RGB (Red+Green+Blue) = 223+2+249=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF02F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02F9 is #20FD06. Grayscale: #5F5F5F. Windows color (decimal): -2161927 or 16319199. OLE color: 16319199.
HSL color Cylindrical-coordinate representation of color #DF02F9: hue angle of 293.68º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02F9 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 2 | 249 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.02 |
| HSL | 293.68º | 0.98% | 0.49% | - |
| HSV(B) | 293.68º | 0.99% | 0.98% | - |
| XYZ | 47.55 | 22.57 | 91.47 | - |
| YUV | 96.24 | 214.22 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 249 | 0.10 | 0.99 | 0 | 0.02 | 293.68 | 0.98 | 0.49 |
| Hex | DF | 2 | F9 | A | 63 | 0 | 2 | 126 | 62 | 31 |
| Octal | 337 | 2 | 371 | 12 | 143 | 0 | 2 | 446 | 142 | 61 |
| Binary | 11011111 | 10 | 11111001 | 1010 | 1100011 | 0 | 10 | 100100110 | 1100010 | 110001 |
Color Harmonies of #DF02F9
Complementary color
Monochromatic Colors of #DF02F9
Black with #DF02F9
Text Example
Text Example
White with #DF02F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02F9; }
p { color: rgb(223,2,249); }
H1.HeaderClassName
{
color: #DF02F9;
}
.AnyTagClassName
{
color: #DF02F9;
}
</style>
background-color css
<style>
a { background-color: #DF02F9; }
a { background-color: rgb(223,2,249); }
div.DivClassName
{
background-color: #DF02F9;
}
.BgClassName
{
background-color: #DF02F9;
}
</style>
border-color css
<style>
span { border-color: #DF02F9; }
span { border-color: rgb(223,2,249); }
td.TdClassName
{
border-color: #DF02F9;
}
.TagClassName
{
border-color: #DF02F9;
}
</style>