Shades of Psychedelic Purple #DC1FE5
Tints of Psychedelic Purple #DC1FE5
RGB
CMYK
RGB Variations
Color information
#DC1FE5 (or 0xDC1FE5) is known color: Psychedelic Purple. HEX triplet: DC, 1F and E5. RGB value is (220,31,229). Sum of RGB (Red+Green+Blue) = 220+31+229=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC1FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1FE5 is #23E01A. Grayscale: #6D6D6D. Windows color (decimal): -2351131 or 15015900. OLE color: 15015900.
HSL color Cylindrical-coordinate representation of color #DC1FE5: hue angle of 297.27º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1FE5 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 31 | 229 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.10 |
| HSL | 297.27º | 0.79% | 0.51% | - |
| HSV(B) | 297.27º | 0.86% | 0.9% | - |
| XYZ | 44.15 | 21.85 | 76.02 | - |
| YUV | 110.08 | 195.12 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 229 | 0.04 | 0.86 | 0 | 0.10 | 297.27 | 0.79 | 0.51 |
| Hex | DC | 1F | E5 | 4 | 56 | 0 | A | 129 | 4F | 33 |
| Octal | 334 | 37 | 345 | 4 | 126 | 0 | 12 | 451 | 117 | 63 |
| Binary | 11011100 | 11111 | 11100101 | 100 | 1010110 | 0 | 1010 | 100101001 | 1001111 | 110011 |
Color Harmonies of #DC1FE5
Complementary color
Monochromatic Colors of #DC1FE5
Black with #DC1FE5
Text Example
Text Example
White with #DC1FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FE5; }
p { color: rgb(220,31,229); }
H1.HeaderClassName
{
color: #DC1FE5;
}
.AnyTagClassName
{
color: #DC1FE5;
}
</style>
background-color css
<style>
a { background-color: #DC1FE5; }
a { background-color: rgb(220,31,229); }
div.DivClassName
{
background-color: #DC1FE5;
}
.BgClassName
{
background-color: #DC1FE5;
}
</style>
border-color css
<style>
span { border-color: #DC1FE5; }
span { border-color: rgb(220,31,229); }
td.TdClassName
{
border-color: #DC1FE5;
}
.TagClassName
{
border-color: #DC1FE5;
}
</style>