Shades of Psychedelic Purple #DC13EA
Tints of Psychedelic Purple #DC13EA
RGB
CMYK
RGB Variations
Color information
#DC13EA (or 0xDC13EA) is known color: Psychedelic Purple. HEX triplet: DC, 13 and EA. RGB value is (220,19,234). Sum of RGB (Red+Green+Blue) = 220+19+234=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC13EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC13EA is #23EC15. Grayscale: #666666. Windows color (decimal): -2354198 or 15340508. OLE color: 15340508.
HSL color Cylindrical-coordinate representation of color #DC13EA: hue angle of 296.09º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC13EA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 19 | 234 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.08 |
| HSL | 296.09º | 0.85% | 0.5% | - |
| HSV(B) | 296.09º | 0.92% | 0.92% | - |
| XYZ | 44.6 | 21.62 | 79.66 | - |
| YUV | 103.61 | 201.59 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 234 | 0.06 | 0.92 | 0 | 0.08 | 296.09 | 0.85 | 0.5 |
| Hex | DC | 13 | EA | 6 | 5C | 0 | 8 | 128 | 55 | 32 |
| Octal | 334 | 23 | 352 | 6 | 134 | 0 | 10 | 450 | 125 | 62 |
| Binary | 11011100 | 10011 | 11101010 | 110 | 1011100 | 0 | 1000 | 100101000 | 1010101 | 110010 |
Color Harmonies of #DC13EA
Complementary color
Monochromatic Colors of #DC13EA
Black with #DC13EA
Text Example
Text Example
White with #DC13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13EA; }
p { color: rgb(220,19,234); }
H1.HeaderClassName
{
color: #DC13EA;
}
.AnyTagClassName
{
color: #DC13EA;
}
</style>
background-color css
<style>
a { background-color: #DC13EA; }
a { background-color: rgb(220,19,234); }
div.DivClassName
{
background-color: #DC13EA;
}
.BgClassName
{
background-color: #DC13EA;
}
</style>
border-color css
<style>
span { border-color: #DC13EA; }
span { border-color: rgb(220,19,234); }
td.TdClassName
{
border-color: #DC13EA;
}
.TagClassName
{
border-color: #DC13EA;
}
</style>