Shades of Psychedelic Purple #D90EFD
Tints of Psychedelic Purple #D90EFD
RGB
CMYK
RGB Variations
Color information
#D90EFD (or 0xD90EFD) is known color: Psychedelic Purple. HEX triplet: D9, 0E and FD. RGB value is (217,14,253). Sum of RGB (Red+Green+Blue) = 217+14+253=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #D90EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90EFD is #26F102. Grayscale: #656565. Windows color (decimal): -2552067 or 16584409. OLE color: 16584409.
HSL color Cylindrical-coordinate representation of color #D90EFD: hue angle of 290.96º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90EFD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 14 | 253 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.01 |
| HSL | 290.96º | 0.98% | 0.52% | - |
| HSV(B) | 290.96º | 0.94% | 0.99% | - |
| XYZ | 46.5 | 22.16 | 94.75 | - |
| YUV | 101.94 | 213.25 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 253 | 0.14 | 0.94 | 0 | 0.01 | 290.96 | 0.98 | 0.52 |
| Hex | D9 | E | FD | E | 5E | 0 | 1 | 123 | 62 | 34 |
| Octal | 331 | 16 | 375 | 16 | 136 | 0 | 1 | 443 | 142 | 64 |
| Binary | 11011001 | 1110 | 11111101 | 1110 | 1011110 | 0 | 1 | 100100011 | 1100010 | 110100 |
Color Harmonies of #D90EFD
Complementary color
Monochromatic Colors of #D90EFD
Black with #D90EFD
Text Example
Text Example
White with #D90EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EFD; }
p { color: rgb(217,14,253); }
H1.HeaderClassName
{
color: #D90EFD;
}
.AnyTagClassName
{
color: #D90EFD;
}
</style>
background-color css
<style>
a { background-color: #D90EFD; }
a { background-color: rgb(217,14,253); }
div.DivClassName
{
background-color: #D90EFD;
}
.BgClassName
{
background-color: #D90EFD;
}
</style>
border-color css
<style>
span { border-color: #D90EFD; }
span { border-color: rgb(217,14,253); }
td.TdClassName
{
border-color: #D90EFD;
}
.TagClassName
{
border-color: #D90EFD;
}
</style>