Shades of Psychedelic Purple #DC1CEB
Tints of Psychedelic Purple #DC1CEB
RGB
CMYK
RGB Variations
Color information
#DC1CEB (or 0xDC1CEB) is known color: Psychedelic Purple. HEX triplet: DC, 1C and EB. RGB value is (220,28,235). Sum of RGB (Red+Green+Blue) = 220+28+235=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CEB is #23E314. Grayscale: #6C6C6C. Windows color (decimal): -2351893 or 15408348. OLE color: 15408348.
HSL color Cylindrical-coordinate representation of color #DC1CEB: hue angle of 295.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1CEB is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 28 | 235 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.08 |
| HSL | 295.65º | 0.84% | 0.52% | - |
| HSV(B) | 295.65º | 0.88% | 0.92% | - |
| XYZ | 44.93 | 22.04 | 80.48 | - |
| YUV | 109.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 235 | 0.06 | 0.88 | 0 | 0.08 | 295.65 | 0.84 | 0.52 |
| Hex | DC | 1C | EB | 6 | 58 | 0 | 8 | 128 | 54 | 34 |
| Octal | 334 | 34 | 353 | 6 | 130 | 0 | 10 | 450 | 124 | 64 |
| Binary | 11011100 | 11100 | 11101011 | 110 | 1011000 | 0 | 1000 | 100101000 | 1010100 | 110100 |
Color Harmonies of #DC1CEB
Complementary color
Monochromatic Colors of #DC1CEB
Black with #DC1CEB
Text Example
Text Example
White with #DC1CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CEB; }
p { color: rgb(220,28,235); }
H1.HeaderClassName
{
color: #DC1CEB;
}
.AnyTagClassName
{
color: #DC1CEB;
}
</style>
background-color css
<style>
a { background-color: #DC1CEB; }
a { background-color: rgb(220,28,235); }
div.DivClassName
{
background-color: #DC1CEB;
}
.BgClassName
{
background-color: #DC1CEB;
}
</style>
border-color css
<style>
span { border-color: #DC1CEB; }
span { border-color: rgb(220,28,235); }
td.TdClassName
{
border-color: #DC1CEB;
}
.TagClassName
{
border-color: #DC1CEB;
}
</style>