Shades of Psychedelic Purple #DC30FD
Tints of Psychedelic Purple #DC30FD
RGB
CMYK
RGB Variations
Color information
#DC30FD (or 0xDC30FD) is known color: Psychedelic Purple. HEX triplet: DC, 30 and FD. RGB value is (220,48,253). Sum of RGB (Red+Green+Blue) = 220+48+253=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 48 (19.14% from 255 or 9.21% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC30FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC30FD is #23CF02. Grayscale: #7A7A7A. Windows color (decimal): -2346755 or 16593116. OLE color: 16593116.
HSL color Cylindrical-coordinate representation of color #DC30FD: hue angle of 290.34º 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 #DC30FD is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 48 | 253 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.01 |
| HSL | 290.34º | 0.98% | 0.59% | - |
| HSV(B) | 290.34º | 0.81% | 0.99% | - |
| XYZ | 48.3 | 24.42 | 95.1 | - |
| YUV | 122.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 253 | 0.13 | 0.81 | 0 | 0.01 | 290.34 | 0.98 | 0.59 |
| Hex | DC | 30 | FD | D | 51 | 0 | 1 | 122 | 62 | 3B |
| Octal | 334 | 60 | 375 | 15 | 121 | 0 | 1 | 442 | 142 | 73 |
| Binary | 11011100 | 110000 | 11111101 | 1101 | 1010001 | 0 | 1 | 100100010 | 1100010 | 111011 |
Color Harmonies of #DC30FD
Complementary color
Monochromatic Colors of #DC30FD
Black with #DC30FD
Text Example
Text Example
White with #DC30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30FD; }
p { color: rgb(220,48,253); }
H1.HeaderClassName
{
color: #DC30FD;
}
.AnyTagClassName
{
color: #DC30FD;
}
</style>
background-color css
<style>
a { background-color: #DC30FD; }
a { background-color: rgb(220,48,253); }
div.DivClassName
{
background-color: #DC30FD;
}
.BgClassName
{
background-color: #DC30FD;
}
</style>
border-color css
<style>
span { border-color: #DC30FD; }
span { border-color: rgb(220,48,253); }
td.TdClassName
{
border-color: #DC30FD;
}
.TagClassName
{
border-color: #DC30FD;
}
</style>