Shades of Psychedelic Purple #D90CED
Tints of Psychedelic Purple #D90CED
RGB
CMYK
RGB Variations
Color information
#D90CED (or 0xD90CED) is known color: Psychedelic Purple. HEX triplet: D9, 0C and ED. RGB value is (217,12,237). Sum of RGB (Red+Green+Blue) = 217+12+237=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #D90CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CED is #26F312. Grayscale: #626262. Windows color (decimal): -2552595 or 15535321. OLE color: 15535321.
HSL color Cylindrical-coordinate representation of color #D90CED: hue angle of 294.67º 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 #D90CED is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 12 | 237 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.07 |
| HSL | 294.67º | 0.9% | 0.49% | - |
| HSV(B) | 294.67º | 0.95% | 0.93% | - |
| XYZ | 44.03 | 21.13 | 81.88 | - |
| YUV | 98.95 | 205.92 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 237 | 0.08 | 0.95 | 0 | 0.07 | 294.67 | 0.9 | 0.49 |
| Hex | D9 | C | ED | 8 | 5F | 0 | 7 | 127 | 5A | 31 |
| Octal | 331 | 14 | 355 | 10 | 137 | 0 | 7 | 447 | 132 | 61 |
| Binary | 11011001 | 1100 | 11101101 | 1000 | 1011111 | 0 | 111 | 100100111 | 1011010 | 110001 |
Color Harmonies of #D90CED
Complementary color
Monochromatic Colors of #D90CED
Black with #D90CED
Text Example
Text Example
White with #D90CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CED; }
p { color: rgb(217,12,237); }
H1.HeaderClassName
{
color: #D90CED;
}
.AnyTagClassName
{
color: #D90CED;
}
</style>
background-color css
<style>
a { background-color: #D90CED; }
a { background-color: rgb(217,12,237); }
div.DivClassName
{
background-color: #D90CED;
}
.BgClassName
{
background-color: #D90CED;
}
</style>
border-color css
<style>
span { border-color: #D90CED; }
span { border-color: rgb(217,12,237); }
td.TdClassName
{
border-color: #D90CED;
}
.TagClassName
{
border-color: #D90CED;
}
</style>