Shades of Psychedelic Purple #D90CEC
Tints of Psychedelic Purple #D90CEC
RGB
CMYK
RGB Variations
Color information
#D90CEC (or 0xD90CEC) is known color: Psychedelic Purple. HEX triplet: D9, 0C and EC. RGB value is (217,12,236). Sum of RGB (Red+Green+Blue) = 217+12+236=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #D90CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CEC is #26F313. Grayscale: #626262. Windows color (decimal): -2552596 or 15469785. OLE color: 15469785.
HSL color Cylindrical-coordinate representation of color #D90CEC: hue angle of 294.91º 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 #D90CEC is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 12 | 236 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.07 |
| HSL | 294.91º | 0.9% | 0.49% | - |
| HSV(B) | 294.91º | 0.95% | 0.93% | - |
| XYZ | 43.89 | 21.07 | 81.11 | - |
| YUV | 98.83 | 205.42 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 236 | 0.08 | 0.95 | 0 | 0.07 | 294.91 | 0.9 | 0.49 |
| Hex | D9 | C | EC | 8 | 5F | 0 | 7 | 127 | 5A | 31 |
| Octal | 331 | 14 | 354 | 10 | 137 | 0 | 7 | 447 | 132 | 61 |
| Binary | 11011001 | 1100 | 11101100 | 1000 | 1011111 | 0 | 111 | 100100111 | 1011010 | 110001 |
Color Harmonies of #D90CEC
Complementary color
Monochromatic Colors of #D90CEC
Black with #D90CEC
Text Example
Text Example
White with #D90CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CEC; }
p { color: rgb(217,12,236); }
H1.HeaderClassName
{
color: #D90CEC;
}
.AnyTagClassName
{
color: #D90CEC;
}
</style>
background-color css
<style>
a { background-color: #D90CEC; }
a { background-color: rgb(217,12,236); }
div.DivClassName
{
background-color: #D90CEC;
}
.BgClassName
{
background-color: #D90CEC;
}
</style>
border-color css
<style>
span { border-color: #D90CEC; }
span { border-color: rgb(217,12,236); }
td.TdClassName
{
border-color: #D90CEC;
}
.TagClassName
{
border-color: #D90CEC;
}
</style>