Shades of Psychedelic Purple #DF30FF
Tints of Psychedelic Purple #DF30FF
RGB
CMYK
RGB Variations
Color information
#DF30FF (or 0xDF30FF) is known color: Psychedelic Purple. HEX triplet: DF, 30 and FF. RGB value is (223,48,255). Sum of RGB (Red+Green+Blue) = 223+48+255=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 48 (19.14% from 255 or 9.13% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF30FF is #20CF00. Grayscale: #7B7B7B. Windows color (decimal): -2150145 or 16724191. OLE color: 16724191.
HSL color Cylindrical-coordinate representation of color #DF30FF: hue angle of 290.72º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF30FF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 48 | 255 | - |
| CMYK | 0.13 | 0.81 | 0 | 0 |
| HSL | 290.72º | 1% | 0.59% | - |
| HSV(B) | 290.72º | 0.81% | 1% | - |
| XYZ | 49.54 | 25.02 | 96.83 | - |
| YUV | 123.92 | 201.98 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 255 | 0.13 | 0.81 | 0 | 0 | 290.72 | 1 | 0.59 |
| Hex | DF | 30 | FF | D | 51 | 0 | 0 | 123 | 64 | 3B |
| Octal | 337 | 60 | 377 | 15 | 121 | 0 | 0 | 443 | 144 | 73 |
| Binary | 11011111 | 110000 | 11111111 | 1101 | 1010001 | 0 | 0 | 100100011 | 1100100 | 111011 |
Color Harmonies of #DF30FF
Complementary color
Monochromatic Colors of #DF30FF
Black with #DF30FF
Text Example
Text Example
White with #DF30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30FF; }
p { color: rgb(223,48,255); }
H1.HeaderClassName
{
color: #DF30FF;
}
.AnyTagClassName
{
color: #DF30FF;
}
</style>
background-color css
<style>
a { background-color: #DF30FF; }
a { background-color: rgb(223,48,255); }
div.DivClassName
{
background-color: #DF30FF;
}
.BgClassName
{
background-color: #DF30FF;
}
</style>
border-color css
<style>
span { border-color: #DF30FF; }
span { border-color: rgb(223,48,255); }
td.TdClassName
{
border-color: #DF30FF;
}
.TagClassName
{
border-color: #DF30FF;
}
</style>