Shades of Psychedelic Purple #DF03F8
Tints of Psychedelic Purple #DF03F8
RGB
CMYK
RGB Variations
Color information
#DF03F8 (or 0xDF03F8) is known color: Psychedelic Purple. HEX triplet: DF, 03 and F8. RGB value is (223,3,248). Sum of RGB (Red+Green+Blue) = 223+3+248=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 3 (1.56% from 255 or 0.63% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF03F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF03F8 is #20FC07. Grayscale: #5F5F5F. Windows color (decimal): -2161672 or 16253919. OLE color: 16253919.
HSL color Cylindrical-coordinate representation of color #DF03F8: hue angle of 293.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03F8 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 3 | 248 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.03 |
| HSL | 293.88º | 0.98% | 0.49% | - |
| HSV(B) | 293.88º | 0.99% | 0.97% | - |
| XYZ | 47.41 | 22.53 | 90.66 | - |
| YUV | 96.71 | 213.39 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 248 | 0.10 | 0.99 | 0 | 0.03 | 293.88 | 0.98 | 0.49 |
| Hex | DF | 3 | F8 | A | 63 | 0 | 3 | 126 | 62 | 31 |
| Octal | 337 | 3 | 370 | 12 | 143 | 0 | 3 | 446 | 142 | 61 |
| Binary | 11011111 | 11 | 11111000 | 1010 | 1100011 | 0 | 11 | 100100110 | 1100010 | 110001 |
Color Harmonies of #DF03F8
Complementary color
Monochromatic Colors of #DF03F8
Black with #DF03F8
Text Example
Text Example
White with #DF03F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03F8; }
p { color: rgb(223,3,248); }
H1.HeaderClassName
{
color: #DF03F8;
}
.AnyTagClassName
{
color: #DF03F8;
}
</style>
background-color css
<style>
a { background-color: #DF03F8; }
a { background-color: rgb(223,3,248); }
div.DivClassName
{
background-color: #DF03F8;
}
.BgClassName
{
background-color: #DF03F8;
}
</style>
border-color css
<style>
span { border-color: #DF03F8; }
span { border-color: rgb(223,3,248); }
td.TdClassName
{
border-color: #DF03F8;
}
.TagClassName
{
border-color: #DF03F8;
}
</style>