Shades of Psychedelic Purple #DC1DFD
Tints of Psychedelic Purple #DC1DFD
RGB
CMYK
RGB Variations
Color information
#DC1DFD (or 0xDC1DFD) is known color: Psychedelic Purple. HEX triplet: DC, 1D and FD. RGB value is (220,29,253). Sum of RGB (Red+Green+Blue) = 220+29+253=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 29 (11.72% from 255 or 5.78% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC1DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1DFD is #23E202. Grayscale: #6E6E6E. Windows color (decimal): -2351619 or 16588252. OLE color: 16588252.
HSL color Cylindrical-coordinate representation of color #DC1DFD: hue angle of 291.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1DFD is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 29 | 253 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.01 |
| HSL | 291.16º | 0.98% | 0.55% | - |
| HSV(B) | 291.16º | 0.89% | 0.99% | - |
| XYZ | 47.68 | 23.19 | 94.89 | - |
| YUV | 111.65 | 207.78 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 253 | 0.13 | 0.89 | 0 | 0.01 | 291.16 | 0.98 | 0.55 |
| Hex | DC | 1D | FD | D | 59 | 0 | 1 | 123 | 62 | 37 |
| Octal | 334 | 35 | 375 | 15 | 131 | 0 | 1 | 443 | 142 | 67 |
| Binary | 11011100 | 11101 | 11111101 | 1101 | 1011001 | 0 | 1 | 100100011 | 1100010 | 110111 |
Color Harmonies of #DC1DFD
Complementary color
Monochromatic Colors of #DC1DFD
Black with #DC1DFD
Text Example
Text Example
White with #DC1DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DFD; }
p { color: rgb(220,29,253); }
H1.HeaderClassName
{
color: #DC1DFD;
}
.AnyTagClassName
{
color: #DC1DFD;
}
</style>
background-color css
<style>
a { background-color: #DC1DFD; }
a { background-color: rgb(220,29,253); }
div.DivClassName
{
background-color: #DC1DFD;
}
.BgClassName
{
background-color: #DC1DFD;
}
</style>
border-color css
<style>
span { border-color: #DC1DFD; }
span { border-color: rgb(220,29,253); }
td.TdClassName
{
border-color: #DC1DFD;
}
.TagClassName
{
border-color: #DC1DFD;
}
</style>