Shades of Psychedelic Purple #DF03EF
Tints of Psychedelic Purple #DF03EF
RGB
CMYK
RGB Variations
Color information
#DF03EF (or 0xDF03EF) is known color: Psychedelic Purple. HEX triplet: DF, 03 and EF. RGB value is (223,3,239). Sum of RGB (Red+Green+Blue) = 223+3+239=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF03EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF03EF is #20FC10. Grayscale: #5E5E5E. Windows color (decimal): -2161681 or 15664095. OLE color: 15664095.
HSL color Cylindrical-coordinate representation of color #DF03EF: hue angle of 295.93º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03EF is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 3 | 239 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.06 |
| HSL | 295.93º | 0.98% | 0.47% | - |
| HSV(B) | 295.93º | 0.99% | 0.94% | - |
| XYZ | 46.04 | 21.99 | 83.48 | - |
| YUV | 95.68 | 208.89 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 239 | 0.07 | 0.99 | 0 | 0.06 | 295.93 | 0.98 | 0.47 |
| Hex | DF | 3 | EF | 7 | 63 | 0 | 6 | 128 | 62 | 2F |
| Octal | 337 | 3 | 357 | 7 | 143 | 0 | 6 | 450 | 142 | 57 |
| Binary | 11011111 | 11 | 11101111 | 111 | 1100011 | 0 | 110 | 100101000 | 1100010 | 101111 |
Color Harmonies of #DF03EF
Complementary color
Monochromatic Colors of #DF03EF
Black with #DF03EF
Text Example
Text Example
White with #DF03EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03EF; }
p { color: rgb(223,3,239); }
H1.HeaderClassName
{
color: #DF03EF;
}
.AnyTagClassName
{
color: #DF03EF;
}
</style>
background-color css
<style>
a { background-color: #DF03EF; }
a { background-color: rgb(223,3,239); }
div.DivClassName
{
background-color: #DF03EF;
}
.BgClassName
{
background-color: #DF03EF;
}
</style>
border-color css
<style>
span { border-color: #DF03EF; }
span { border-color: rgb(223,3,239); }
td.TdClassName
{
border-color: #DF03EF;
}
.TagClassName
{
border-color: #DF03EF;
}
</style>