Shades of Psychedelic Purple #DC2BFB
Tints of Psychedelic Purple #DC2BFB
RGB
CMYK
RGB Variations
Color information
#DC2BFB (or 0xDC2BFB) is known color: Psychedelic Purple. HEX triplet: DC, 2B and FB. RGB value is (220,43,251). Sum of RGB (Red+Green+Blue) = 220+43+251=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 43 (17.19% from 255 or 8.37% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC2BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2BFB is #23D404. Grayscale: #767676. Windows color (decimal): -2348037 or 16460764. OLE color: 16460764.
HSL color Cylindrical-coordinate representation of color #DC2BFB: hue angle of 291.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2BFB is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 43 | 251 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.02 |
| HSL | 291.06º | 0.96% | 0.58% | - |
| HSV(B) | 291.06º | 0.83% | 0.98% | - |
| XYZ | 47.79 | 23.91 | 93.36 | - |
| YUV | 119.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 251 | 0.12 | 0.83 | 0 | 0.02 | 291.06 | 0.96 | 0.58 |
| Hex | DC | 2B | FB | C | 53 | 0 | 2 | 123 | 60 | 3A |
| Octal | 334 | 53 | 373 | 14 | 123 | 0 | 2 | 443 | 140 | 72 |
| Binary | 11011100 | 101011 | 11111011 | 1100 | 1010011 | 0 | 10 | 100100011 | 1100000 | 111010 |
Color Harmonies of #DC2BFB
Complementary color
Monochromatic Colors of #DC2BFB
Black with #DC2BFB
Text Example
Text Example
White with #DC2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BFB; }
p { color: rgb(220,43,251); }
H1.HeaderClassName
{
color: #DC2BFB;
}
.AnyTagClassName
{
color: #DC2BFB;
}
</style>
background-color css
<style>
a { background-color: #DC2BFB; }
a { background-color: rgb(220,43,251); }
div.DivClassName
{
background-color: #DC2BFB;
}
.BgClassName
{
background-color: #DC2BFB;
}
</style>
border-color css
<style>
span { border-color: #DC2BFB; }
span { border-color: rgb(220,43,251); }
td.TdClassName
{
border-color: #DC2BFB;
}
.TagClassName
{
border-color: #DC2BFB;
}
</style>