Shades of Psychedelic Purple #DF03EB
Tints of Psychedelic Purple #DF03EB
RGB
CMYK
RGB Variations
Color information
#DF03EB (or 0xDF03EB) is known color: Psychedelic Purple. HEX triplet: DF, 03 and EB. RGB value is (223,3,235). Sum of RGB (Red+Green+Blue) = 223+3+235=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF03EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF03EB is #20FC14. Grayscale: #5E5E5E. Windows color (decimal): -2161685 or 15401951. OLE color: 15401951.
HSL color Cylindrical-coordinate representation of color #DF03EB: hue angle of 296.9º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03EB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 3 | 235 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.08 |
| HSL | 296.9º | 0.97% | 0.47% | - |
| HSV(B) | 296.9º | 0.99% | 0.92% | - |
| XYZ | 45.46 | 21.75 | 80.4 | - |
| YUV | 95.23 | 206.89 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 235 | 0.05 | 0.99 | 0 | 0.08 | 296.9 | 0.97 | 0.47 |
| Hex | DF | 3 | EB | 5 | 63 | 0 | 8 | 129 | 61 | 2F |
| Octal | 337 | 3 | 353 | 5 | 143 | 0 | 10 | 451 | 141 | 57 |
| Binary | 11011111 | 11 | 11101011 | 101 | 1100011 | 0 | 1000 | 100101001 | 1100001 | 101111 |
Color Harmonies of #DF03EB
Complementary color
Monochromatic Colors of #DF03EB
Black with #DF03EB
Text Example
Text Example
White with #DF03EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF03EB; }
p { color: rgb(223,3,235); }
H1.HeaderClassName
{
color: #DF03EB;
}
.AnyTagClassName
{
color: #DF03EB;
}
</style>
background-color css
<style>
a { background-color: #DF03EB; }
a { background-color: rgb(223,3,235); }
div.DivClassName
{
background-color: #DF03EB;
}
.BgClassName
{
background-color: #DF03EB;
}
</style>
border-color css
<style>
span { border-color: #DF03EB; }
span { border-color: rgb(223,3,235); }
td.TdClassName
{
border-color: #DF03EB;
}
.TagClassName
{
border-color: #DF03EB;
}
</style>