Shades of Psychedelic Purple #DC2BF9
Tints of Psychedelic Purple #DC2BF9
RGB
CMYK
RGB Variations
Color information
#DC2BF9 (or 0xDC2BF9) is known color: Psychedelic Purple. HEX triplet: DC, 2B and F9. RGB value is (220,43,249). Sum of RGB (Red+Green+Blue) = 220+43+249=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 43 (17.19% from 255 or 8.40% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC2BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2BF9 is #23D406. Grayscale: #767676. Windows color (decimal): -2348039 or 16329692. OLE color: 16329692.
HSL color Cylindrical-coordinate representation of color #DC2BF9: hue angle of 291.55º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2BF9 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 43 | 249 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.02 |
| HSL | 291.55º | 0.94% | 0.57% | - |
| HSV(B) | 291.55º | 0.83% | 0.98% | - |
| XYZ | 47.48 | 23.78 | 91.71 | - |
| YUV | 119.41 | 201.14 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 249 | 0.12 | 0.83 | 0 | 0.02 | 291.55 | 0.94 | 0.57 |
| Hex | DC | 2B | F9 | C | 53 | 0 | 2 | 124 | 5E | 39 |
| Octal | 334 | 53 | 371 | 14 | 123 | 0 | 2 | 444 | 136 | 71 |
| Binary | 11011100 | 101011 | 11111001 | 1100 | 1010011 | 0 | 10 | 100100100 | 1011110 | 111001 |
Color Harmonies of #DC2BF9
Complementary color
Monochromatic Colors of #DC2BF9
Black with #DC2BF9
Text Example
Text Example
White with #DC2BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BF9; }
p { color: rgb(220,43,249); }
H1.HeaderClassName
{
color: #DC2BF9;
}
.AnyTagClassName
{
color: #DC2BF9;
}
</style>
background-color css
<style>
a { background-color: #DC2BF9; }
a { background-color: rgb(220,43,249); }
div.DivClassName
{
background-color: #DC2BF9;
}
.BgClassName
{
background-color: #DC2BF9;
}
</style>
border-color css
<style>
span { border-color: #DC2BF9; }
span { border-color: rgb(220,43,249); }
td.TdClassName
{
border-color: #DC2BF9;
}
.TagClassName
{
border-color: #DC2BF9;
}
</style>