Shades of Psychedelic Purple #DC1FEA
Tints of Psychedelic Purple #DC1FEA
RGB
CMYK
RGB Variations
Color information
#DC1FEA (or 0xDC1FEA) is known color: Psychedelic Purple. HEX triplet: DC, 1F and EA. RGB value is (220,31,234). Sum of RGB (Red+Green+Blue) = 220+31+234=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 31 (12.5% from 255 or 6.39% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC1FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1FEA is #23E015. Grayscale: #6E6E6E. Windows color (decimal): -2351126 or 15343580. OLE color: 15343580.
HSL color Cylindrical-coordinate representation of color #DC1FEA: hue angle of 295.86º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1FEA is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 31 | 234 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.08 |
| HSL | 295.86º | 0.83% | 0.52% | - |
| HSV(B) | 295.86º | 0.87% | 0.92% | - |
| XYZ | 44.86 | 22.14 | 79.75 | - |
| YUV | 110.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 234 | 0.06 | 0.87 | 0 | 0.08 | 295.86 | 0.83 | 0.52 |
| Hex | DC | 1F | EA | 6 | 57 | 0 | 8 | 128 | 53 | 34 |
| Octal | 334 | 37 | 352 | 6 | 127 | 0 | 10 | 450 | 123 | 64 |
| Binary | 11011100 | 11111 | 11101010 | 110 | 1010111 | 0 | 1000 | 100101000 | 1010011 | 110100 |
Color Harmonies of #DC1FEA
Complementary color
Monochromatic Colors of #DC1FEA
Black with #DC1FEA
Text Example
Text Example
White with #DC1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FEA; }
p { color: rgb(220,31,234); }
H1.HeaderClassName
{
color: #DC1FEA;
}
.AnyTagClassName
{
color: #DC1FEA;
}
</style>
background-color css
<style>
a { background-color: #DC1FEA; }
a { background-color: rgb(220,31,234); }
div.DivClassName
{
background-color: #DC1FEA;
}
.BgClassName
{
background-color: #DC1FEA;
}
</style>
border-color css
<style>
span { border-color: #DC1FEA; }
span { border-color: rgb(220,31,234); }
td.TdClassName
{
border-color: #DC1FEA;
}
.TagClassName
{
border-color: #DC1FEA;
}
</style>