Shades of Psychedelic Purple #D90DE8
Tints of Psychedelic Purple #D90DE8
RGB
CMYK
RGB Variations
Color information
#D90DE8 (or 0xD90DE8) is known color: Psychedelic Purple. HEX triplet: D9, 0D and E8. RGB value is (217,13,232). Sum of RGB (Red+Green+Blue) = 217+13+232=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #D90DE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DE8 is #26F217. Grayscale: #626262. Windows color (decimal): -2552344 or 15207897. OLE color: 15207897.
HSL color Cylindrical-coordinate representation of color #D90DE8: hue angle of 295.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90DE8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 13 | 232 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.09 |
| HSL | 295.89º | 0.89% | 0.48% | - |
| HSV(B) | 295.89º | 0.94% | 0.91% | - |
| XYZ | 43.32 | 20.87 | 78.09 | - |
| YUV | 98.96 | 203.09 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 232 | 0.06 | 0.94 | 0 | 0.09 | 295.89 | 0.89 | 0.48 |
| Hex | D9 | D | E8 | 6 | 5E | 0 | 9 | 128 | 59 | 30 |
| Octal | 331 | 15 | 350 | 6 | 136 | 0 | 11 | 450 | 131 | 60 |
| Binary | 11011001 | 1101 | 11101000 | 110 | 1011110 | 0 | 1001 | 100101000 | 1011001 | 110000 |
Color Harmonies of #D90DE8
Complementary color
Monochromatic Colors of #D90DE8
Black with #D90DE8
Text Example
Text Example
White with #D90DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DE8; }
p { color: rgb(217,13,232); }
H1.HeaderClassName
{
color: #D90DE8;
}
.AnyTagClassName
{
color: #D90DE8;
}
</style>
background-color css
<style>
a { background-color: #D90DE8; }
a { background-color: rgb(217,13,232); }
div.DivClassName
{
background-color: #D90DE8;
}
.BgClassName
{
background-color: #D90DE8;
}
</style>
border-color css
<style>
span { border-color: #D90DE8; }
span { border-color: rgb(217,13,232); }
td.TdClassName
{
border-color: #D90DE8;
}
.TagClassName
{
border-color: #D90DE8;
}
</style>