Shades of Psychedelic Purple #DC2FFE
Tints of Psychedelic Purple #DC2FFE
RGB
CMYK
RGB Variations
Color information
#DC2FFE (or 0xDC2FFE) is known color: Psychedelic Purple. HEX triplet: DC, 2F and FE. RGB value is (220,47,254). Sum of RGB (Red+Green+Blue) = 220+47+254=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 47 (18.75% from 255 or 9.02% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2FFE is #23D001. Grayscale: #797979. Windows color (decimal): -2347010 or 16658396. OLE color: 16658396.
HSL color Cylindrical-coordinate representation of color #DC2FFE: hue angle of 290.14º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2FFE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 47 | 254 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.00 |
| HSL | 290.14º | 0.99% | 0.59% | - |
| HSV(B) | 290.14º | 0.81% | 1% | - |
| XYZ | 48.42 | 24.4 | 95.92 | - |
| YUV | 122.33 | 202.31 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 254 | 0.13 | 0.81 | 0 | 0.00 | 290.14 | 0.99 | 0.59 |
| Hex | DC | 2F | FE | D | 51 | 0 | 0 | 122 | 63 | 3B |
| Octal | 334 | 57 | 376 | 15 | 121 | 0 | 0 | 442 | 143 | 73 |
| Binary | 11011100 | 101111 | 11111110 | 1101 | 1010001 | 0 | 0 | 100100010 | 1100011 | 111011 |
Color Harmonies of #DC2FFE
Complementary color
Monochromatic Colors of #DC2FFE
Black with #DC2FFE
Text Example
Text Example
White with #DC2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FFE; }
p { color: rgb(220,47,254); }
H1.HeaderClassName
{
color: #DC2FFE;
}
.AnyTagClassName
{
color: #DC2FFE;
}
</style>
background-color css
<style>
a { background-color: #DC2FFE; }
a { background-color: rgb(220,47,254); }
div.DivClassName
{
background-color: #DC2FFE;
}
.BgClassName
{
background-color: #DC2FFE;
}
</style>
border-color css
<style>
span { border-color: #DC2FFE; }
span { border-color: rgb(220,47,254); }
td.TdClassName
{
border-color: #DC2FFE;
}
.TagClassName
{
border-color: #DC2FFE;
}
</style>