Shades of Psychedelic Purple #DC24FF
Tints of Psychedelic Purple #DC24FF
RGB
CMYK
RGB Variations
Color information
#DC24FF (or 0xDC24FF) is known color: Psychedelic Purple. HEX triplet: DC, 24 and FF. RGB value is (220,36,255). Sum of RGB (Red+Green+Blue) = 220+36+255=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 36 (14.45% from 255 or 7.05% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC24FF is #23DB00. Grayscale: #737373. Windows color (decimal): -2349825 or 16721116. OLE color: 16721116.
HSL color Cylindrical-coordinate representation of color #DC24FF: hue angle of 290.41º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC24FF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 36 | 255 | - |
| CMYK | 0.14 | 0.86 | 0 | 0 |
| HSL | 290.41º | 1% | 0.57% | - |
| HSV(B) | 290.41º | 0.86% | 1% | - |
| XYZ | 48.2 | 23.7 | 96.64 | - |
| YUV | 115.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 255 | 0.14 | 0.86 | 0 | 0 | 290.41 | 1 | 0.57 |
| Hex | DC | 24 | FF | E | 56 | 0 | 0 | 122 | 64 | 39 |
| Octal | 334 | 44 | 377 | 16 | 126 | 0 | 0 | 442 | 144 | 71 |
| Binary | 11011100 | 100100 | 11111111 | 1110 | 1010110 | 0 | 0 | 100100010 | 1100100 | 111001 |
Color Harmonies of #DC24FF
Complementary color
Monochromatic Colors of #DC24FF
Black with #DC24FF
Text Example
Text Example
White with #DC24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24FF; }
p { color: rgb(220,36,255); }
H1.HeaderClassName
{
color: #DC24FF;
}
.AnyTagClassName
{
color: #DC24FF;
}
</style>
background-color css
<style>
a { background-color: #DC24FF; }
a { background-color: rgb(220,36,255); }
div.DivClassName
{
background-color: #DC24FF;
}
.BgClassName
{
background-color: #DC24FF;
}
</style>
border-color css
<style>
span { border-color: #DC24FF; }
span { border-color: rgb(220,36,255); }
td.TdClassName
{
border-color: #DC24FF;
}
.TagClassName
{
border-color: #DC24FF;
}
</style>