Shades of Psychedelic Purple #D90DEA
Tints of Psychedelic Purple #D90DEA
RGB
CMYK
RGB Variations
Color information
#D90DEA (or 0xD90DEA) is known color: Psychedelic Purple. HEX triplet: D9, 0D and EA. RGB value is (217,13,234). Sum of RGB (Red+Green+Blue) = 217+13+234=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #D90DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DEA is #26F215. Grayscale: #626262. Windows color (decimal): -2552342 or 15338969. OLE color: 15338969.
HSL color Cylindrical-coordinate representation of color #D90DEA: hue angle of 295.38º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90DEA is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 13 | 234 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.08 |
| HSL | 295.38º | 0.89% | 0.48% | - |
| HSV(B) | 295.38º | 0.94% | 0.92% | - |
| XYZ | 43.61 | 20.98 | 79.59 | - |
| YUV | 99.19 | 204.09 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 234 | 0.07 | 0.94 | 0 | 0.08 | 295.38 | 0.89 | 0.48 |
| Hex | D9 | D | EA | 7 | 5E | 0 | 8 | 127 | 59 | 30 |
| Octal | 331 | 15 | 352 | 7 | 136 | 0 | 10 | 447 | 131 | 60 |
| Binary | 11011001 | 1101 | 11101010 | 111 | 1011110 | 0 | 1000 | 100100111 | 1011001 | 110000 |
Color Harmonies of #D90DEA
Complementary color
Monochromatic Colors of #D90DEA
Black with #D90DEA
Text Example
Text Example
White with #D90DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DEA; }
p { color: rgb(217,13,234); }
H1.HeaderClassName
{
color: #D90DEA;
}
.AnyTagClassName
{
color: #D90DEA;
}
</style>
background-color css
<style>
a { background-color: #D90DEA; }
a { background-color: rgb(217,13,234); }
div.DivClassName
{
background-color: #D90DEA;
}
.BgClassName
{
background-color: #D90DEA;
}
</style>
border-color css
<style>
span { border-color: #D90DEA; }
span { border-color: rgb(217,13,234); }
td.TdClassName
{
border-color: #D90DEA;
}
.TagClassName
{
border-color: #D90DEA;
}
</style>