Shades of Psychedelic Purple #DF03FE
Tints of Psychedelic Purple #DF03FE
RGB
CMYK
RGB Variations
Color information
#DF03FE (or 0xDF03FE) is known color: Psychedelic Purple. HEX triplet: DF, 03 and FE. RGB value is (223,3,254). Sum of RGB (Red+Green+Blue) = 223+3+254=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 3 (1.56% from 255 or 0.62% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF03FE is #20FC01. Grayscale: #606060. Windows color (decimal): -2161666 or 16647135. OLE color: 16647135.
HSL color Cylindrical-coordinate representation of color #DF03FE: hue angle of 292.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03FE is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 3 | 254 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.00 |
| HSL | 292.59º | 0.99% | 0.5% | - |
| HSV(B) | 292.59º | 0.99% | 1% | - |
| XYZ | 48.35 | 22.91 | 95.64 | - |
| YUV | 97.39 | 216.39 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 254 | 0.12 | 0.99 | 0 | 0.00 | 292.59 | 0.99 | 0.5 |
| Hex | DF | 3 | FE | C | 63 | 0 | 0 | 125 | 63 | 32 |
| Octal | 337 | 3 | 376 | 14 | 143 | 0 | 0 | 445 | 143 | 62 |
| Binary | 11011111 | 11 | 11111110 | 1100 | 1100011 | 0 | 0 | 100100101 | 1100011 | 110010 |
Color Harmonies of #DF03FE
Complementary color
Monochromatic Colors of #DF03FE
Black with #DF03FE
Text Example
Text Example
White with #DF03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03FE; }
p { color: rgb(223,3,254); }
H1.HeaderClassName
{
color: #DF03FE;
}
.AnyTagClassName
{
color: #DF03FE;
}
</style>
background-color css
<style>
a { background-color: #DF03FE; }
a { background-color: rgb(223,3,254); }
div.DivClassName
{
background-color: #DF03FE;
}
.BgClassName
{
background-color: #DF03FE;
}
</style>
border-color css
<style>
span { border-color: #DF03FE; }
span { border-color: rgb(223,3,254); }
td.TdClassName
{
border-color: #DF03FE;
}
.TagClassName
{
border-color: #DF03FE;
}
</style>