Shades of Psychedelic Purple #DC2AF8
Tints of Psychedelic Purple #DC2AF8
RGB
CMYK
RGB Variations
Color information
#DC2AF8 (or 0xDC2AF8) is known color: Psychedelic Purple. HEX triplet: DC, 2A and F8. RGB value is (220,42,248). Sum of RGB (Red+Green+Blue) = 220+42+248=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 42 (16.80% from 255 or 8.24% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC2AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2AF8 is #23D507. Grayscale: #767676. Windows color (decimal): -2348296 or 16263900. OLE color: 16263900.
HSL color Cylindrical-coordinate representation of color #DC2AF8: hue angle of 291.84º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2AF8 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 42 | 248 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.03 |
| HSL | 291.84º | 0.94% | 0.57% | - |
| HSV(B) | 291.84º | 0.83% | 0.97% | - |
| XYZ | 47.29 | 23.65 | 90.88 | - |
| YUV | 118.71 | 200.97 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 248 | 0.11 | 0.83 | 0 | 0.03 | 291.84 | 0.94 | 0.57 |
| Hex | DC | 2A | F8 | B | 53 | 0 | 3 | 124 | 5E | 39 |
| Octal | 334 | 52 | 370 | 13 | 123 | 0 | 3 | 444 | 136 | 71 |
| Binary | 11011100 | 101010 | 11111000 | 1011 | 1010011 | 0 | 11 | 100100100 | 1011110 | 111001 |
Color Harmonies of #DC2AF8
Complementary color
Monochromatic Colors of #DC2AF8
Black with #DC2AF8
Text Example
Text Example
White with #DC2AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AF8; }
p { color: rgb(220,42,248); }
H1.HeaderClassName
{
color: #DC2AF8;
}
.AnyTagClassName
{
color: #DC2AF8;
}
</style>
background-color css
<style>
a { background-color: #DC2AF8; }
a { background-color: rgb(220,42,248); }
div.DivClassName
{
background-color: #DC2AF8;
}
.BgClassName
{
background-color: #DC2AF8;
}
</style>
border-color css
<style>
span { border-color: #DC2AF8; }
span { border-color: rgb(220,42,248); }
td.TdClassName
{
border-color: #DC2AF8;
}
.TagClassName
{
border-color: #DC2AF8;
}
</style>