Shades of Psychedelic Purple #DC1CFF
Tints of Psychedelic Purple #DC1CFF
RGB
CMYK
RGB Variations
Color information
#DC1CFF (or 0xDC1CFF) is known color: Psychedelic Purple. HEX triplet: DC, 1C and FF. RGB value is (220,28,255). Sum of RGB (Red+Green+Blue) = 220+28+255=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CFF is #23E300. Grayscale: #6E6E6E. Windows color (decimal): -2351873 or 16719068. OLE color: 16719068.
HSL color Cylindrical-coordinate representation of color #DC1CFF: hue angle of 290.75º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1CFF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 28 | 255 | - |
| CMYK | 0.14 | 0.89 | 0 | 0 |
| HSL | 290.75º | 1% | 0.55% | - |
| HSV(B) | 290.75º | 0.89% | 1% | - |
| XYZ | 47.98 | 23.27 | 96.57 | - |
| YUV | 111.29 | 209.11 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 255 | 0.14 | 0.89 | 0 | 0 | 290.75 | 1 | 0.55 |
| Hex | DC | 1C | FF | E | 59 | 0 | 0 | 123 | 64 | 37 |
| Octal | 334 | 34 | 377 | 16 | 131 | 0 | 0 | 443 | 144 | 67 |
| Binary | 11011100 | 11100 | 11111111 | 1110 | 1011001 | 0 | 0 | 100100011 | 1100100 | 110111 |
Color Harmonies of #DC1CFF
Complementary color
Monochromatic Colors of #DC1CFF
Black with #DC1CFF
Text Example
Text Example
White with #DC1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CFF; }
p { color: rgb(220,28,255); }
H1.HeaderClassName
{
color: #DC1CFF;
}
.AnyTagClassName
{
color: #DC1CFF;
}
</style>
background-color css
<style>
a { background-color: #DC1CFF; }
a { background-color: rgb(220,28,255); }
div.DivClassName
{
background-color: #DC1CFF;
}
.BgClassName
{
background-color: #DC1CFF;
}
</style>
border-color css
<style>
span { border-color: #DC1CFF; }
span { border-color: rgb(220,28,255); }
td.TdClassName
{
border-color: #DC1CFF;
}
.TagClassName
{
border-color: #DC1CFF;
}
</style>