Shades of Psychedelic Purple #D00DEC
Tints of Psychedelic Purple #D00DEC
RGB
CMYK
RGB Variations
Color information
#D00DEC (or 0xD00DEC) is known color: Psychedelic Purple. HEX triplet: D0, 0D and EC. RGB value is (208,13,236). Sum of RGB (Red+Green+Blue) = 208+13+236=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #D00DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00DEC is #2FF213. Grayscale: #606060. Windows color (decimal): -3142164 or 15470032. OLE color: 15470032.
HSL color Cylindrical-coordinate representation of color #D00DEC: hue angle of 292.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DEC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 13 | 236 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.07 |
| HSL | 292.47º | 0.9% | 0.49% | - |
| HSV(B) | 292.47º | 0.94% | 0.93% | - |
| XYZ | 41.3 | 19.75 | 80.99 | - |
| YUV | 96.73 | 206.6 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 236 | 0.12 | 0.94 | 0 | 0.07 | 292.47 | 0.9 | 0.49 |
| Hex | D0 | D | EC | C | 5E | 0 | 7 | 124 | 5A | 31 |
| Octal | 320 | 15 | 354 | 14 | 136 | 0 | 7 | 444 | 132 | 61 |
| Binary | 11010000 | 1101 | 11101100 | 1100 | 1011110 | 0 | 111 | 100100100 | 1011010 | 110001 |
Color Harmonies of #D00DEC
Complementary color
Monochromatic Colors of #D00DEC
Black with #D00DEC
Text Example
Text Example
White with #D00DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DEC; }
p { color: rgb(208,13,236); }
H1.HeaderClassName
{
color: #D00DEC;
}
.AnyTagClassName
{
color: #D00DEC;
}
</style>
background-color css
<style>
a { background-color: #D00DEC; }
a { background-color: rgb(208,13,236); }
div.DivClassName
{
background-color: #D00DEC;
}
.BgClassName
{
background-color: #D00DEC;
}
</style>
border-color css
<style>
span { border-color: #D00DEC; }
span { border-color: rgb(208,13,236); }
td.TdClassName
{
border-color: #D00DEC;
}
.TagClassName
{
border-color: #D00DEC;
}
</style>