Shades of Psychedelic Purple #DC2BEF
Tints of Psychedelic Purple #DC2BEF
RGB
CMYK
RGB Variations
Color information
#DC2BEF (or 0xDC2BEF) is known color: Psychedelic Purple. HEX triplet: DC, 2B and EF. RGB value is (220,43,239). Sum of RGB (Red+Green+Blue) = 220+43+239=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC2BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2BEF is #23D410. Grayscale: #757575. Windows color (decimal): -2348049 or 15674332. OLE color: 15674332.
HSL color Cylindrical-coordinate representation of color #DC2BEF: hue angle of 294.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2BEF is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 43 | 239 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.06 |
| HSL | 294.18º | 0.86% | 0.55% | - |
| HSV(B) | 294.18º | 0.82% | 0.94% | - |
| XYZ | 45.96 | 23.18 | 83.71 | - |
| YUV | 118.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 239 | 0.08 | 0.82 | 0 | 0.06 | 294.18 | 0.86 | 0.55 |
| Hex | DC | 2B | EF | 8 | 52 | 0 | 6 | 126 | 56 | 37 |
| Octal | 334 | 53 | 357 | 10 | 122 | 0 | 6 | 446 | 126 | 67 |
| Binary | 11011100 | 101011 | 11101111 | 1000 | 1010010 | 0 | 110 | 100100110 | 1010110 | 110111 |
Color Harmonies of #DC2BEF
Complementary color
Monochromatic Colors of #DC2BEF
Black with #DC2BEF
Text Example
Text Example
White with #DC2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BEF; }
p { color: rgb(220,43,239); }
H1.HeaderClassName
{
color: #DC2BEF;
}
.AnyTagClassName
{
color: #DC2BEF;
}
</style>
background-color css
<style>
a { background-color: #DC2BEF; }
a { background-color: rgb(220,43,239); }
div.DivClassName
{
background-color: #DC2BEF;
}
.BgClassName
{
background-color: #DC2BEF;
}
</style>
border-color css
<style>
span { border-color: #DC2BEF; }
span { border-color: rgb(220,43,239); }
td.TdClassName
{
border-color: #DC2BEF;
}
.TagClassName
{
border-color: #DC2BEF;
}
</style>