Shades of Psychedelic Purple #DC2BF4
Tints of Psychedelic Purple #DC2BF4
RGB
CMYK
RGB Variations
Color information
#DC2BF4 (or 0xDC2BF4) is known color: Psychedelic Purple. HEX triplet: DC, 2B and F4. RGB value is (220,43,244). Sum of RGB (Red+Green+Blue) = 220+43+244=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 43 (17.19% from 255 or 8.48% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC2BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2BF4 is #23D40B. Grayscale: #767676. Windows color (decimal): -2348044 or 16002012. OLE color: 16002012.
HSL color Cylindrical-coordinate representation of color #DC2BF4: hue angle of 292.84º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2BF4 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 43 | 244 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.04 |
| HSL | 292.84º | 0.9% | 0.56% | - |
| HSV(B) | 292.84º | 0.82% | 0.96% | - |
| XYZ | 46.71 | 23.48 | 87.66 | - |
| YUV | 118.84 | 198.64 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 244 | 0.10 | 0.82 | 0 | 0.04 | 292.84 | 0.9 | 0.56 |
| Hex | DC | 2B | F4 | A | 52 | 0 | 4 | 125 | 5A | 38 |
| Octal | 334 | 53 | 364 | 12 | 122 | 0 | 4 | 445 | 132 | 70 |
| Binary | 11011100 | 101011 | 11110100 | 1010 | 1010010 | 0 | 100 | 100100101 | 1011010 | 111000 |
Color Harmonies of #DC2BF4
Complementary color
Monochromatic Colors of #DC2BF4
Black with #DC2BF4
Text Example
Text Example
White with #DC2BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BF4; }
p { color: rgb(220,43,244); }
H1.HeaderClassName
{
color: #DC2BF4;
}
.AnyTagClassName
{
color: #DC2BF4;
}
</style>
background-color css
<style>
a { background-color: #DC2BF4; }
a { background-color: rgb(220,43,244); }
div.DivClassName
{
background-color: #DC2BF4;
}
.BgClassName
{
background-color: #DC2BF4;
}
</style>
border-color css
<style>
span { border-color: #DC2BF4; }
span { border-color: rgb(220,43,244); }
td.TdClassName
{
border-color: #DC2BF4;
}
.TagClassName
{
border-color: #DC2BF4;
}
</style>