Shades of Psychedelic Purple #DC1CFD
Tints of Psychedelic Purple #DC1CFD
RGB
CMYK
RGB Variations
Color information
#DC1CFD (or 0xDC1CFD) is known color: Psychedelic Purple. HEX triplet: DC, 1C and FD. RGB value is (220,28,253). Sum of RGB (Red+Green+Blue) = 220+28+253=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC1CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CFD is #23E302. Grayscale: #6E6E6E. Windows color (decimal): -2351875 or 16587996. OLE color: 16587996.
HSL color Cylindrical-coordinate representation of color #DC1CFD: hue angle of 291.2º 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 #DC1CFD is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 28 | 253 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.01 |
| HSL | 291.2º | 0.98% | 0.55% | - |
| HSV(B) | 291.2º | 0.89% | 0.99% | - |
| XYZ | 47.66 | 23.14 | 94.88 | - |
| YUV | 111.06 | 208.11 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 253 | 0.13 | 0.89 | 0 | 0.01 | 291.2 | 0.98 | 0.55 |
| Hex | DC | 1C | FD | D | 59 | 0 | 1 | 123 | 62 | 37 |
| Octal | 334 | 34 | 375 | 15 | 131 | 0 | 1 | 443 | 142 | 67 |
| Binary | 11011100 | 11100 | 11111101 | 1101 | 1011001 | 0 | 1 | 100100011 | 1100010 | 110111 |
Color Harmonies of #DC1CFD
Complementary color
Monochromatic Colors of #DC1CFD
Black with #DC1CFD
Text Example
Text Example
White with #DC1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CFD; }
p { color: rgb(220,28,253); }
H1.HeaderClassName
{
color: #DC1CFD;
}
.AnyTagClassName
{
color: #DC1CFD;
}
</style>
background-color css
<style>
a { background-color: #DC1CFD; }
a { background-color: rgb(220,28,253); }
div.DivClassName
{
background-color: #DC1CFD;
}
.BgClassName
{
background-color: #DC1CFD;
}
</style>
border-color css
<style>
span { border-color: #DC1CFD; }
span { border-color: rgb(220,28,253); }
td.TdClassName
{
border-color: #DC1CFD;
}
.TagClassName
{
border-color: #DC1CFD;
}
</style>