Shades of Psychedelic Purple #DF03FF
Tints of Psychedelic Purple #DF03FF
RGB
CMYK
RGB Variations
Color information
#DF03FF (or 0xDF03FF) is known color: Psychedelic Purple. HEX triplet: DF, 03 and FF. RGB value is (223,3,255). Sum of RGB (Red+Green+Blue) = 223+3+255=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 3 (1.56% from 255 or 0.62% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF03FF is #20FC00. Grayscale: #606060. Windows color (decimal): -2161665 or 16712671. OLE color: 16712671.
HSL color Cylindrical-coordinate representation of color #DF03FF: hue angle of 292.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03FF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 3 | 255 | - |
| CMYK | 0.13 | 0.99 | 0 | 0 |
| HSL | 292.38º | 1% | 0.51% | - |
| HSV(B) | 292.38º | 0.99% | 1% | - |
| XYZ | 48.51 | 22.97 | 96.49 | - |
| YUV | 97.51 | 216.89 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 255 | 0.13 | 0.99 | 0 | 0 | 292.38 | 1 | 0.51 |
| Hex | DF | 3 | FF | D | 63 | 0 | 0 | 124 | 64 | 33 |
| Octal | 337 | 3 | 377 | 15 | 143 | 0 | 0 | 444 | 144 | 63 |
| Binary | 11011111 | 11 | 11111111 | 1101 | 1100011 | 0 | 0 | 100100100 | 1100100 | 110011 |
Color Harmonies of #DF03FF
Complementary color
Monochromatic Colors of #DF03FF
Black with #DF03FF
Text Example
Text Example
White with #DF03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03FF; }
p { color: rgb(223,3,255); }
H1.HeaderClassName
{
color: #DF03FF;
}
.AnyTagClassName
{
color: #DF03FF;
}
</style>
background-color css
<style>
a { background-color: #DF03FF; }
a { background-color: rgb(223,3,255); }
div.DivClassName
{
background-color: #DF03FF;
}
.BgClassName
{
background-color: #DF03FF;
}
</style>
border-color css
<style>
span { border-color: #DF03FF; }
span { border-color: rgb(223,3,255); }
td.TdClassName
{
border-color: #DF03FF;
}
.TagClassName
{
border-color: #DF03FF;
}
</style>