Shades of Psychedelic Purple #DC2AF1
Tints of Psychedelic Purple #DC2AF1
RGB
CMYK
RGB Variations
Color information
#DC2AF1 (or 0xDC2AF1) is known color: Psychedelic Purple. HEX triplet: DC, 2A and F1. RGB value is (220,42,241). Sum of RGB (Red+Green+Blue) = 220+42+241=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC2AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2AF1 is #23D50E. Grayscale: #757575. Windows color (decimal): -2348303 or 15805148. OLE color: 15805148.
HSL color Cylindrical-coordinate representation of color #DC2AF1: hue angle of 293.67º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2AF1 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 42 | 241 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.05 |
| HSL | 293.67º | 0.88% | 0.55% | - |
| HSV(B) | 293.67º | 0.83% | 0.95% | - |
| XYZ | 46.22 | 23.22 | 85.27 | - |
| YUV | 117.91 | 197.47 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 241 | 0.09 | 0.83 | 0 | 0.05 | 293.67 | 0.88 | 0.55 |
| Hex | DC | 2A | F1 | 9 | 53 | 0 | 5 | 126 | 58 | 37 |
| Octal | 334 | 52 | 361 | 11 | 123 | 0 | 5 | 446 | 130 | 67 |
| Binary | 11011100 | 101010 | 11110001 | 1001 | 1010011 | 0 | 101 | 100100110 | 1011000 | 110111 |
Color Harmonies of #DC2AF1
Complementary color
Monochromatic Colors of #DC2AF1
Black with #DC2AF1
Text Example
Text Example
White with #DC2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AF1; }
p { color: rgb(220,42,241); }
H1.HeaderClassName
{
color: #DC2AF1;
}
.AnyTagClassName
{
color: #DC2AF1;
}
</style>
background-color css
<style>
a { background-color: #DC2AF1; }
a { background-color: rgb(220,42,241); }
div.DivClassName
{
background-color: #DC2AF1;
}
.BgClassName
{
background-color: #DC2AF1;
}
</style>
border-color css
<style>
span { border-color: #DC2AF1; }
span { border-color: rgb(220,42,241); }
td.TdClassName
{
border-color: #DC2AF1;
}
.TagClassName
{
border-color: #DC2AF1;
}
</style>