Shades of Psychedelic Purple #DC2AF9
Tints of Psychedelic Purple #DC2AF9
RGB
CMYK
RGB Variations
Color information
#DC2AF9 (or 0xDC2AF9) is known color: Psychedelic Purple. HEX triplet: DC, 2A and F9. RGB value is (220,42,249). Sum of RGB (Red+Green+Blue) = 220+42+249=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 42 (16.80% from 255 or 8.22% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC2AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2AF9 is #23D506. Grayscale: #767676. Windows color (decimal): -2348295 or 16329436. OLE color: 16329436.
HSL color Cylindrical-coordinate representation of color #DC2AF9: hue angle of 291.59º degrees, saturation: 0.95, 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 #DC2AF9 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 42 | 249 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.02 |
| HSL | 291.59º | 0.95% | 0.57% | - |
| HSV(B) | 291.59º | 0.83% | 0.98% | - |
| XYZ | 47.44 | 23.71 | 91.7 | - |
| YUV | 118.82 | 201.47 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 249 | 0.12 | 0.83 | 0 | 0.02 | 291.59 | 0.95 | 0.57 |
| Hex | DC | 2A | F9 | C | 53 | 0 | 2 | 124 | 5F | 39 |
| Octal | 334 | 52 | 371 | 14 | 123 | 0 | 2 | 444 | 137 | 71 |
| Binary | 11011100 | 101010 | 11111001 | 1100 | 1010011 | 0 | 10 | 100100100 | 1011111 | 111001 |
Color Harmonies of #DC2AF9
Complementary color
Monochromatic Colors of #DC2AF9
Black with #DC2AF9
Text Example
Text Example
White with #DC2AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AF9; }
p { color: rgb(220,42,249); }
H1.HeaderClassName
{
color: #DC2AF9;
}
.AnyTagClassName
{
color: #DC2AF9;
}
</style>
background-color css
<style>
a { background-color: #DC2AF9; }
a { background-color: rgb(220,42,249); }
div.DivClassName
{
background-color: #DC2AF9;
}
.BgClassName
{
background-color: #DC2AF9;
}
</style>
border-color css
<style>
span { border-color: #DC2AF9; }
span { border-color: rgb(220,42,249); }
td.TdClassName
{
border-color: #DC2AF9;
}
.TagClassName
{
border-color: #DC2AF9;
}
</style>