Shades of Psychedelic Purple #D90DEC
Tints of Psychedelic Purple #D90DEC
RGB
CMYK
RGB Variations
Color information
#D90DEC (or 0xD90DEC) is known color: Psychedelic Purple. HEX triplet: D9, 0D and EC. RGB value is (217,13,236). Sum of RGB (Red+Green+Blue) = 217+13+236=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #D90DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DEC is #26F213. Grayscale: #626262. Windows color (decimal): -2552340 or 15470041. OLE color: 15470041.
HSL color Cylindrical-coordinate representation of color #D90DEC: hue angle of 294.89º 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 #D90DEC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 13 | 236 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.07 |
| HSL | 294.89º | 0.9% | 0.49% | - |
| HSV(B) | 294.89º | 0.94% | 0.93% | - |
| XYZ | 43.9 | 21.1 | 81.12 | - |
| YUV | 99.42 | 205.09 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 236 | 0.08 | 0.94 | 0 | 0.07 | 294.89 | 0.9 | 0.49 |
| Hex | D9 | D | EC | 8 | 5E | 0 | 7 | 127 | 5A | 31 |
| Octal | 331 | 15 | 354 | 10 | 136 | 0 | 7 | 447 | 132 | 61 |
| Binary | 11011001 | 1101 | 11101100 | 1000 | 1011110 | 0 | 111 | 100100111 | 1011010 | 110001 |
Color Harmonies of #D90DEC
Complementary color
Monochromatic Colors of #D90DEC
Black with #D90DEC
Text Example
Text Example
White with #D90DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DEC; }
p { color: rgb(217,13,236); }
H1.HeaderClassName
{
color: #D90DEC;
}
.AnyTagClassName
{
color: #D90DEC;
}
</style>
background-color css
<style>
a { background-color: #D90DEC; }
a { background-color: rgb(217,13,236); }
div.DivClassName
{
background-color: #D90DEC;
}
.BgClassName
{
background-color: #D90DEC;
}
</style>
border-color css
<style>
span { border-color: #D90DEC; }
span { border-color: rgb(217,13,236); }
td.TdClassName
{
border-color: #D90DEC;
}
.TagClassName
{
border-color: #D90DEC;
}
</style>