Shades of Psychedelic Purple #DC0DEE
Tints of Psychedelic Purple #DC0DEE
RGB
CMYK
RGB Variations
Color information
#DC0DEE (or 0xDC0DEE) is known color: Psychedelic Purple. HEX triplet: DC, 0D and EE. RGB value is (220,13,238). Sum of RGB (Red+Green+Blue) = 220+13+238=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC0DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0DEE is #23F211. Grayscale: #636363. Windows color (decimal): -2355730 or 15601116. OLE color: 15601116.
HSL color Cylindrical-coordinate representation of color #DC0DEE: hue angle of 295.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0DEE is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 13 | 238 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.07 |
| HSL | 295.2º | 0.9% | 0.49% | - |
| HSV(B) | 295.2º | 0.95% | 0.93% | - |
| XYZ | 45.09 | 21.68 | 82.7 | - |
| YUV | 100.54 | 205.58 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 238 | 0.08 | 0.95 | 0 | 0.07 | 295.2 | 0.9 | 0.49 |
| Hex | DC | D | EE | 8 | 5F | 0 | 7 | 127 | 5A | 31 |
| Octal | 334 | 15 | 356 | 10 | 137 | 0 | 7 | 447 | 132 | 61 |
| Binary | 11011100 | 1101 | 11101110 | 1000 | 1011111 | 0 | 111 | 100100111 | 1011010 | 110001 |
Color Harmonies of #DC0DEE
Complementary color
Monochromatic Colors of #DC0DEE
Black with #DC0DEE
Text Example
Text Example
White with #DC0DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DEE; }
p { color: rgb(220,13,238); }
H1.HeaderClassName
{
color: #DC0DEE;
}
.AnyTagClassName
{
color: #DC0DEE;
}
</style>
background-color css
<style>
a { background-color: #DC0DEE; }
a { background-color: rgb(220,13,238); }
div.DivClassName
{
background-color: #DC0DEE;
}
.BgClassName
{
background-color: #DC0DEE;
}
</style>
border-color css
<style>
span { border-color: #DC0DEE; }
span { border-color: rgb(220,13,238); }
td.TdClassName
{
border-color: #DC0DEE;
}
.TagClassName
{
border-color: #DC0DEE;
}
</style>