Shades of Psychedelic Purple #DC1BEC
Tints of Psychedelic Purple #DC1BEC
RGB
CMYK
RGB Variations
Color information
#DC1BEC (or 0xDC1BEC) is known color: Psychedelic Purple. HEX triplet: DC, 1B and EC. RGB value is (220,27,236). Sum of RGB (Red+Green+Blue) = 220+27+236=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC1BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1BEC is #23E413. Grayscale: #6B6B6B. Windows color (decimal): -2352148 or 15473628. OLE color: 15473628.
HSL color Cylindrical-coordinate representation of color #DC1BEC: hue angle of 295.41º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1BEC is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 27 | 236 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.07 |
| HSL | 295.41º | 0.85% | 0.52% | - |
| HSV(B) | 295.41º | 0.89% | 0.93% | - |
| XYZ | 45.05 | 22.06 | 81.24 | - |
| YUV | 108.53 | 199.94 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 236 | 0.07 | 0.89 | 0 | 0.07 | 295.41 | 0.85 | 0.52 |
| Hex | DC | 1B | EC | 7 | 59 | 0 | 7 | 127 | 55 | 34 |
| Octal | 334 | 33 | 354 | 7 | 131 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011100 | 11011 | 11101100 | 111 | 1011001 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DC1BEC
Complementary color
Monochromatic Colors of #DC1BEC
Black with #DC1BEC
Text Example
Text Example
White with #DC1BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BEC; }
p { color: rgb(220,27,236); }
H1.HeaderClassName
{
color: #DC1BEC;
}
.AnyTagClassName
{
color: #DC1BEC;
}
</style>
background-color css
<style>
a { background-color: #DC1BEC; }
a { background-color: rgb(220,27,236); }
div.DivClassName
{
background-color: #DC1BEC;
}
.BgClassName
{
background-color: #DC1BEC;
}
</style>
border-color css
<style>
span { border-color: #DC1BEC; }
span { border-color: rgb(220,27,236); }
td.TdClassName
{
border-color: #DC1BEC;
}
.TagClassName
{
border-color: #DC1BEC;
}
</style>