Shades of Psychedelic Purple #DF03E3
Tints of Psychedelic Purple #DF03E3
RGB
CMYK
RGB Variations
Color information
#DF03E3 (or 0xDF03E3) is known color: Psychedelic Purple. HEX triplet: DF, 03 and E3. RGB value is (223,3,227). Sum of RGB (Red+Green+Blue) = 223+3+227=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF03E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF03E3 is #20FC1C. Grayscale: #5D5D5D. Windows color (decimal): -2161693 or 14877663. OLE color: 14877663.
HSL color Cylindrical-coordinate representation of color #DF03E3: hue angle of 298.93º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03E3 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 3 | 227 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.11 |
| HSL | 298.93º | 0.97% | 0.45% | - |
| HSV(B) | 298.93º | 0.99% | 0.89% | - |
| XYZ | 44.33 | 21.3 | 74.45 | - |
| YUV | 94.32 | 202.89 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 227 | 0.02 | 0.99 | 0 | 0.11 | 298.93 | 0.97 | 0.45 |
| Hex | DF | 3 | E3 | 2 | 63 | 0 | B | 12B | 61 | 2D |
| Octal | 337 | 3 | 343 | 2 | 143 | 0 | 13 | 453 | 141 | 55 |
| Binary | 11011111 | 11 | 11100011 | 10 | 1100011 | 0 | 1011 | 100101011 | 1100001 | 101101 |
Color Harmonies of #DF03E3
Complementary color
Monochromatic Colors of #DF03E3
Black with #DF03E3
Text Example
Text Example
White with #DF03E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03E3; }
p { color: rgb(223,3,227); }
H1.HeaderClassName
{
color: #DF03E3;
}
.AnyTagClassName
{
color: #DF03E3;
}
</style>
background-color css
<style>
a { background-color: #DF03E3; }
a { background-color: rgb(223,3,227); }
div.DivClassName
{
background-color: #DF03E3;
}
.BgClassName
{
background-color: #DF03E3;
}
</style>
border-color css
<style>
span { border-color: #DF03E3; }
span { border-color: rgb(223,3,227); }
td.TdClassName
{
border-color: #DF03E3;
}
.TagClassName
{
border-color: #DF03E3;
}
</style>