Shades of Psychedelic Purple #DC13ED
Tints of Psychedelic Purple #DC13ED
RGB
CMYK
RGB Variations
Color information
#DC13ED (or 0xDC13ED) is known color: Psychedelic Purple. HEX triplet: DC, 13 and ED. RGB value is (220,19,237). Sum of RGB (Red+Green+Blue) = 220+19+237=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC13ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC13ED is #23EC12. Grayscale: #676767. Windows color (decimal): -2354195 or 15537116. OLE color: 15537116.
HSL color Cylindrical-coordinate representation of color #DC13ED: hue angle of 295.32º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC13ED is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 19 | 237 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.07 |
| HSL | 295.32º | 0.86% | 0.5% | - |
| HSV(B) | 295.32º | 0.92% | 0.93% | - |
| XYZ | 45.03 | 21.8 | 81.95 | - |
| YUV | 103.95 | 203.09 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 237 | 0.07 | 0.92 | 0 | 0.07 | 295.32 | 0.86 | 0.5 |
| Hex | DC | 13 | ED | 7 | 5C | 0 | 7 | 127 | 56 | 32 |
| Octal | 334 | 23 | 355 | 7 | 134 | 0 | 7 | 447 | 126 | 62 |
| Binary | 11011100 | 10011 | 11101101 | 111 | 1011100 | 0 | 111 | 100100111 | 1010110 | 110010 |
Color Harmonies of #DC13ED
Complementary color
Monochromatic Colors of #DC13ED
Black with #DC13ED
Text Example
Text Example
White with #DC13ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13ED; }
p { color: rgb(220,19,237); }
H1.HeaderClassName
{
color: #DC13ED;
}
.AnyTagClassName
{
color: #DC13ED;
}
</style>
background-color css
<style>
a { background-color: #DC13ED; }
a { background-color: rgb(220,19,237); }
div.DivClassName
{
background-color: #DC13ED;
}
.BgClassName
{
background-color: #DC13ED;
}
</style>
border-color css
<style>
span { border-color: #DC13ED; }
span { border-color: rgb(220,19,237); }
td.TdClassName
{
border-color: #DC13ED;
}
.TagClassName
{
border-color: #DC13ED;
}
</style>