Shades of Psychedelic Purple #DF30FD
Tints of Psychedelic Purple #DF30FD
RGB
CMYK
RGB Variations
Color information
#DF30FD (or 0xDF30FD) is known color: Psychedelic Purple. HEX triplet: DF, 30 and FD. RGB value is (223,48,253). Sum of RGB (Red+Green+Blue) = 223+48+253=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 48 (19.14% from 255 or 9.16% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF30FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF30FD is #20CF02. Grayscale: #7B7B7B. Windows color (decimal): -2150147 or 16593119. OLE color: 16593119.
HSL color Cylindrical-coordinate representation of color #DF30FD: hue angle of 291.22º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF30FD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 48 | 253 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.01 |
| HSL | 291.22º | 0.98% | 0.59% | - |
| HSV(B) | 291.22º | 0.81% | 0.99% | - |
| XYZ | 49.22 | 24.89 | 95.14 | - |
| YUV | 123.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 253 | 0.12 | 0.81 | 0 | 0.01 | 291.22 | 0.98 | 0.59 |
| Hex | DF | 30 | FD | C | 51 | 0 | 1 | 123 | 62 | 3B |
| Octal | 337 | 60 | 375 | 14 | 121 | 0 | 1 | 443 | 142 | 73 |
| Binary | 11011111 | 110000 | 11111101 | 1100 | 1010001 | 0 | 1 | 100100011 | 1100010 | 111011 |
Color Harmonies of #DF30FD
Complementary color
Monochromatic Colors of #DF30FD
Black with #DF30FD
Text Example
Text Example
White with #DF30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30FD; }
p { color: rgb(223,48,253); }
H1.HeaderClassName
{
color: #DF30FD;
}
.AnyTagClassName
{
color: #DF30FD;
}
</style>
background-color css
<style>
a { background-color: #DF30FD; }
a { background-color: rgb(223,48,253); }
div.DivClassName
{
background-color: #DF30FD;
}
.BgClassName
{
background-color: #DF30FD;
}
</style>
border-color css
<style>
span { border-color: #DF30FD; }
span { border-color: rgb(223,48,253); }
td.TdClassName
{
border-color: #DF30FD;
}
.TagClassName
{
border-color: #DF30FD;
}
</style>