Shades of Psychedelic Purple #DC1FFE
Tints of Psychedelic Purple #DC1FFE
RGB
CMYK
RGB Variations
Color information
#DC1FFE (or 0xDC1FFE) is known color: Psychedelic Purple. HEX triplet: DC, 1F and FE. RGB value is (220,31,254). Sum of RGB (Red+Green+Blue) = 220+31+254=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 31 (12.5% from 255 or 6.14% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC1FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1FFE is #23E001. Grayscale: #707070. Windows color (decimal): -2351106 or 16654300. OLE color: 16654300.
HSL color Cylindrical-coordinate representation of color #DC1FFE: hue angle of 290.85º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1FFE is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 31 | 254 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.00 |
| HSL | 290.85º | 0.99% | 0.56% | - |
| HSV(B) | 290.85º | 0.88% | 1% | - |
| XYZ | 47.89 | 23.35 | 95.75 | - |
| YUV | 112.93 | 207.62 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 254 | 0.13 | 0.88 | 0 | 0.00 | 290.85 | 0.99 | 0.56 |
| Hex | DC | 1F | FE | D | 58 | 0 | 0 | 123 | 63 | 38 |
| Octal | 334 | 37 | 376 | 15 | 130 | 0 | 0 | 443 | 143 | 70 |
| Binary | 11011100 | 11111 | 11111110 | 1101 | 1011000 | 0 | 0 | 100100011 | 1100011 | 111000 |
Color Harmonies of #DC1FFE
Complementary color
Monochromatic Colors of #DC1FFE
Black with #DC1FFE
Text Example
Text Example
White with #DC1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FFE; }
p { color: rgb(220,31,254); }
H1.HeaderClassName
{
color: #DC1FFE;
}
.AnyTagClassName
{
color: #DC1FFE;
}
</style>
background-color css
<style>
a { background-color: #DC1FFE; }
a { background-color: rgb(220,31,254); }
div.DivClassName
{
background-color: #DC1FFE;
}
.BgClassName
{
background-color: #DC1FFE;
}
</style>
border-color css
<style>
span { border-color: #DC1FFE; }
span { border-color: rgb(220,31,254); }
td.TdClassName
{
border-color: #DC1FFE;
}
.TagClassName
{
border-color: #DC1FFE;
}
</style>