Shades of Psychedelic Purple #DC15EE
Tints of Psychedelic Purple #DC15EE
RGB
CMYK
RGB Variations
Color information
#DC15EE (or 0xDC15EE) is known color: Psychedelic Purple. HEX triplet: DC, 15 and EE. RGB value is (220,21,238). Sum of RGB (Red+Green+Blue) = 220+21+238=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC15EE is #23EA11. Grayscale: #686868. Windows color (decimal): -2353682 or 15603164. OLE color: 15603164.
HSL color Cylindrical-coordinate representation of color #DC15EE: hue angle of 295.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC15EE is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 21 | 238 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.07 |
| HSL | 295.02º | 0.86% | 0.51% | - |
| HSV(B) | 295.02º | 0.91% | 0.93% | - |
| XYZ | 45.22 | 21.93 | 82.74 | - |
| YUV | 105.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 238 | 0.08 | 0.91 | 0 | 0.07 | 295.02 | 0.86 | 0.51 |
| Hex | DC | 15 | EE | 8 | 5B | 0 | 7 | 127 | 56 | 33 |
| Octal | 334 | 25 | 356 | 10 | 133 | 0 | 7 | 447 | 126 | 63 |
| Binary | 11011100 | 10101 | 11101110 | 1000 | 1011011 | 0 | 111 | 100100111 | 1010110 | 110011 |
Color Harmonies of #DC15EE
Complementary color
Monochromatic Colors of #DC15EE
Black with #DC15EE
Text Example
Text Example
White with #DC15EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15EE; }
p { color: rgb(220,21,238); }
H1.HeaderClassName
{
color: #DC15EE;
}
.AnyTagClassName
{
color: #DC15EE;
}
</style>
background-color css
<style>
a { background-color: #DC15EE; }
a { background-color: rgb(220,21,238); }
div.DivClassName
{
background-color: #DC15EE;
}
.BgClassName
{
background-color: #DC15EE;
}
</style>
border-color css
<style>
span { border-color: #DC15EE; }
span { border-color: rgb(220,21,238); }
td.TdClassName
{
border-color: #DC15EE;
}
.TagClassName
{
border-color: #DC15EE;
}
</style>