Shades of Psychedelic Purple #DC0EFF
Tints of Psychedelic Purple #DC0EFF
RGB
CMYK
RGB Variations
Color information
#DC0EFF (or 0xDC0EFF) is known color: Psychedelic Purple. HEX triplet: DC, 0E and FF. RGB value is (220,14,255). Sum of RGB (Red+Green+Blue) = 220+14+255=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 14 (5.86% from 255 or 2.86% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC0EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0EFF is #23F100. Grayscale: #666666. Windows color (decimal): -2355457 or 16715484. OLE color: 16715484.
HSL color Cylindrical-coordinate representation of color #DC0EFF: hue angle of 291.29º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0EFF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 14 | 255 | - |
| CMYK | 0.14 | 0.95 | 0 | 0 |
| HSL | 291.29º | 1% | 0.53% | - |
| HSV(B) | 291.29º | 0.95% | 1% | - |
| XYZ | 47.72 | 22.75 | 96.48 | - |
| YUV | 103.07 | 213.75 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 255 | 0.14 | 0.95 | 0 | 0 | 291.29 | 1 | 0.53 |
| Hex | DC | E | FF | E | 5F | 0 | 0 | 123 | 64 | 35 |
| Octal | 334 | 16 | 377 | 16 | 137 | 0 | 0 | 443 | 144 | 65 |
| Binary | 11011100 | 1110 | 11111111 | 1110 | 1011111 | 0 | 0 | 100100011 | 1100100 | 110101 |
Color Harmonies of #DC0EFF
Complementary color
Monochromatic Colors of #DC0EFF
Black with #DC0EFF
Text Example
Text Example
White with #DC0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0EFF; }
p { color: rgb(220,14,255); }
H1.HeaderClassName
{
color: #DC0EFF;
}
.AnyTagClassName
{
color: #DC0EFF;
}
</style>
background-color css
<style>
a { background-color: #DC0EFF; }
a { background-color: rgb(220,14,255); }
div.DivClassName
{
background-color: #DC0EFF;
}
.BgClassName
{
background-color: #DC0EFF;
}
</style>
border-color css
<style>
span { border-color: #DC0EFF; }
span { border-color: rgb(220,14,255); }
td.TdClassName
{
border-color: #DC0EFF;
}
.TagClassName
{
border-color: #DC0EFF;
}
</style>