Shades of Psychedelic Purple #DC23FA
Tints of Psychedelic Purple #DC23FA
RGB
CMYK
RGB Variations
Color information
#DC23FA (or 0xDC23FA) is known color: Psychedelic Purple. HEX triplet: DC, 23 and FA. RGB value is (220,35,250). Sum of RGB (Red+Green+Blue) = 220+35+250=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 35 (14.06% from 255 or 6.93% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC23FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC23FA is #23DC05. Grayscale: #727272. Windows color (decimal): -2350086 or 16393180. OLE color: 16393180.
HSL color Cylindrical-coordinate representation of color #DC23FA: hue angle of 291.63º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC23FA is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 35 | 250 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.02 |
| HSL | 291.63º | 0.96% | 0.56% | - |
| HSV(B) | 291.63º | 0.86% | 0.98% | - |
| XYZ | 47.37 | 23.32 | 92.45 | - |
| YUV | 114.83 | 204.29 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 250 | 0.12 | 0.86 | 0 | 0.02 | 291.63 | 0.96 | 0.56 |
| Hex | DC | 23 | FA | C | 56 | 0 | 2 | 124 | 60 | 38 |
| Octal | 334 | 43 | 372 | 14 | 126 | 0 | 2 | 444 | 140 | 70 |
| Binary | 11011100 | 100011 | 11111010 | 1100 | 1010110 | 0 | 10 | 100100100 | 1100000 | 111000 |
Color Harmonies of #DC23FA
Complementary color
Monochromatic Colors of #DC23FA
Black with #DC23FA
Text Example
Text Example
White with #DC23FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23FA; }
p { color: rgb(220,35,250); }
H1.HeaderClassName
{
color: #DC23FA;
}
.AnyTagClassName
{
color: #DC23FA;
}
</style>
background-color css
<style>
a { background-color: #DC23FA; }
a { background-color: rgb(220,35,250); }
div.DivClassName
{
background-color: #DC23FA;
}
.BgClassName
{
background-color: #DC23FA;
}
</style>
border-color css
<style>
span { border-color: #DC23FA; }
span { border-color: rgb(220,35,250); }
td.TdClassName
{
border-color: #DC23FA;
}
.TagClassName
{
border-color: #DC23FA;
}
</style>