Shades of Psychedelic Purple #DC0DEF
Tints of Psychedelic Purple #DC0DEF
RGB
CMYK
RGB Variations
Color information
#DC0DEF (or 0xDC0DEF) is known color: Psychedelic Purple. HEX triplet: DC, 0D and EF. RGB value is (220,13,239). Sum of RGB (Red+Green+Blue) = 220+13+239=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC0DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0DEF is #23F210. Grayscale: #636363. Windows color (decimal): -2355729 or 15666652. OLE color: 15666652.
HSL color Cylindrical-coordinate representation of color #DC0DEF: hue angle of 294.96º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0DEF is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 13 | 239 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.06 |
| HSL | 294.96º | 0.9% | 0.49% | - |
| HSV(B) | 294.96º | 0.95% | 0.94% | - |
| XYZ | 45.24 | 21.74 | 83.47 | - |
| YUV | 100.66 | 206.08 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 239 | 0.08 | 0.95 | 0 | 0.06 | 294.96 | 0.9 | 0.49 |
| Hex | DC | D | EF | 8 | 5F | 0 | 6 | 127 | 5A | 31 |
| Octal | 334 | 15 | 357 | 10 | 137 | 0 | 6 | 447 | 132 | 61 |
| Binary | 11011100 | 1101 | 11101111 | 1000 | 1011111 | 0 | 110 | 100100111 | 1011010 | 110001 |
Color Harmonies of #DC0DEF
Complementary color
Monochromatic Colors of #DC0DEF
Black with #DC0DEF
Text Example
Text Example
White with #DC0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DEF; }
p { color: rgb(220,13,239); }
H1.HeaderClassName
{
color: #DC0DEF;
}
.AnyTagClassName
{
color: #DC0DEF;
}
</style>
background-color css
<style>
a { background-color: #DC0DEF; }
a { background-color: rgb(220,13,239); }
div.DivClassName
{
background-color: #DC0DEF;
}
.BgClassName
{
background-color: #DC0DEF;
}
</style>
border-color css
<style>
span { border-color: #DC0DEF; }
span { border-color: rgb(220,13,239); }
td.TdClassName
{
border-color: #DC0DEF;
}
.TagClassName
{
border-color: #DC0DEF;
}
</style>