Shades of Psychedelic Purple #DC2AF6
Tints of Psychedelic Purple #DC2AF6
RGB
CMYK
RGB Variations
Color information
#DC2AF6 (or 0xDC2AF6) is known color: Psychedelic Purple. HEX triplet: DC, 2A and F6. RGB value is (220,42,246). Sum of RGB (Red+Green+Blue) = 220+42+246=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 42 (16.80% from 255 or 8.27% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC2AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2AF6 is #23D509. Grayscale: #757575. Windows color (decimal): -2348298 or 16132828. OLE color: 16132828.
HSL color Cylindrical-coordinate representation of color #DC2AF6: hue angle of 292.35º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2AF6 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 42 | 246 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.04 |
| HSL | 292.35º | 0.92% | 0.56% | - |
| HSV(B) | 292.35º | 0.83% | 0.96% | - |
| XYZ | 46.98 | 23.53 | 89.25 | - |
| YUV | 118.48 | 199.97 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 246 | 0.11 | 0.83 | 0 | 0.04 | 292.35 | 0.92 | 0.56 |
| Hex | DC | 2A | F6 | B | 53 | 0 | 4 | 124 | 5C | 38 |
| Octal | 334 | 52 | 366 | 13 | 123 | 0 | 4 | 444 | 134 | 70 |
| Binary | 11011100 | 101010 | 11110110 | 1011 | 1010011 | 0 | 100 | 100100100 | 1011100 | 111000 |
Color Harmonies of #DC2AF6
Complementary color
Monochromatic Colors of #DC2AF6
Black with #DC2AF6
Text Example
Text Example
White with #DC2AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AF6; }
p { color: rgb(220,42,246); }
H1.HeaderClassName
{
color: #DC2AF6;
}
.AnyTagClassName
{
color: #DC2AF6;
}
</style>
background-color css
<style>
a { background-color: #DC2AF6; }
a { background-color: rgb(220,42,246); }
div.DivClassName
{
background-color: #DC2AF6;
}
.BgClassName
{
background-color: #DC2AF6;
}
</style>
border-color css
<style>
span { border-color: #DC2AF6; }
span { border-color: rgb(220,42,246); }
td.TdClassName
{
border-color: #DC2AF6;
}
.TagClassName
{
border-color: #DC2AF6;
}
</style>