Shades of Psychedelic Purple #DC16ED
Tints of Psychedelic Purple #DC16ED
RGB
CMYK
RGB Variations
Color information
#DC16ED (or 0xDC16ED) is known color: Psychedelic Purple. HEX triplet: DC, 16 and ED. RGB value is (220,22,237). Sum of RGB (Red+Green+Blue) = 220+22+237=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 22 (8.98% from 255 or 4.59% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC16ED is #23E912. Grayscale: #696969. Windows color (decimal): -2353427 or 15537884. OLE color: 15537884.
HSL color Cylindrical-coordinate representation of color #DC16ED: hue angle of 295.26º 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 #DC16ED is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 22 | 237 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.07 |
| HSL | 295.26º | 0.86% | 0.51% | - |
| HSV(B) | 295.26º | 0.91% | 0.93% | - |
| XYZ | 45.09 | 21.9 | 81.97 | - |
| YUV | 105.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 237 | 0.07 | 0.91 | 0 | 0.07 | 295.26 | 0.86 | 0.51 |
| Hex | DC | 16 | ED | 7 | 5B | 0 | 7 | 127 | 56 | 33 |
| Octal | 334 | 26 | 355 | 7 | 133 | 0 | 7 | 447 | 126 | 63 |
| Binary | 11011100 | 10110 | 11101101 | 111 | 1011011 | 0 | 111 | 100100111 | 1010110 | 110011 |
Color Harmonies of #DC16ED
Complementary color
Monochromatic Colors of #DC16ED
Black with #DC16ED
Text Example
Text Example
White with #DC16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16ED; }
p { color: rgb(220,22,237); }
H1.HeaderClassName
{
color: #DC16ED;
}
.AnyTagClassName
{
color: #DC16ED;
}
</style>
background-color css
<style>
a { background-color: #DC16ED; }
a { background-color: rgb(220,22,237); }
div.DivClassName
{
background-color: #DC16ED;
}
.BgClassName
{
background-color: #DC16ED;
}
</style>
border-color css
<style>
span { border-color: #DC16ED; }
span { border-color: rgb(220,22,237); }
td.TdClassName
{
border-color: #DC16ED;
}
.TagClassName
{
border-color: #DC16ED;
}
</style>