Shades of Psychedelic Purple #DF02F6
Tints of Psychedelic Purple #DF02F6
RGB
CMYK
RGB Variations
Color information
#DF02F6 (or 0xDF02F6) is known color: Psychedelic Purple. HEX triplet: DF, 02 and F6. RGB value is (223,2,246). Sum of RGB (Red+Green+Blue) = 223+2+246=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF02F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF02F6 is #20FD09. Grayscale: #5F5F5F. Windows color (decimal): -2161930 or 16122591. OLE color: 16122591.
HSL color Cylindrical-coordinate representation of color #DF02F6: hue angle of 294.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02F6 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 2 | 246 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.04 |
| HSL | 294.34º | 0.98% | 0.49% | - |
| HSV(B) | 294.34º | 0.99% | 0.96% | - |
| XYZ | 47.09 | 22.39 | 89.03 | - |
| YUV | 95.9 | 212.72 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 246 | 0.09 | 0.99 | 0 | 0.04 | 294.34 | 0.98 | 0.49 |
| Hex | DF | 2 | F6 | 9 | 63 | 0 | 4 | 126 | 62 | 31 |
| Octal | 337 | 2 | 366 | 11 | 143 | 0 | 4 | 446 | 142 | 61 |
| Binary | 11011111 | 10 | 11110110 | 1001 | 1100011 | 0 | 100 | 100100110 | 1100010 | 110001 |
Color Harmonies of #DF02F6
Complementary color
Monochromatic Colors of #DF02F6
Black with #DF02F6
Text Example
Text Example
White with #DF02F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02F6; }
p { color: rgb(223,2,246); }
H1.HeaderClassName
{
color: #DF02F6;
}
.AnyTagClassName
{
color: #DF02F6;
}
</style>
background-color css
<style>
a { background-color: #DF02F6; }
a { background-color: rgb(223,2,246); }
div.DivClassName
{
background-color: #DF02F6;
}
.BgClassName
{
background-color: #DF02F6;
}
</style>
border-color css
<style>
span { border-color: #DF02F6; }
span { border-color: rgb(223,2,246); }
td.TdClassName
{
border-color: #DF02F6;
}
.TagClassName
{
border-color: #DF02F6;
}
</style>