Shades of Psychedelic Purple #D90FFD
Tints of Psychedelic Purple #D90FFD
RGB
CMYK
RGB Variations
Color information
#D90FFD (or 0xD90FFD) is known color: Psychedelic Purple. HEX triplet: D9, 0F and FD. RGB value is (217,15,253). Sum of RGB (Red+Green+Blue) = 217+15+253=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #D90FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FFD is #26F002. Grayscale: #656565. Windows color (decimal): -2551811 or 16584665. OLE color: 16584665.
HSL color Cylindrical-coordinate representation of color #D90FFD: hue angle of 290.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90FFD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 15 | 253 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.01 |
| HSL | 290.92º | 0.98% | 0.53% | - |
| HSV(B) | 290.92º | 0.94% | 0.99% | - |
| XYZ | 46.52 | 22.19 | 94.76 | - |
| YUV | 102.53 | 212.92 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 253 | 0.14 | 0.94 | 0 | 0.01 | 290.92 | 0.98 | 0.53 |
| Hex | D9 | F | FD | E | 5E | 0 | 1 | 123 | 62 | 35 |
| Octal | 331 | 17 | 375 | 16 | 136 | 0 | 1 | 443 | 142 | 65 |
| Binary | 11011001 | 1111 | 11111101 | 1110 | 1011110 | 0 | 1 | 100100011 | 1100010 | 110101 |
Color Harmonies of #D90FFD
Complementary color
Monochromatic Colors of #D90FFD
Black with #D90FFD
Text Example
Text Example
White with #D90FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FFD; }
p { color: rgb(217,15,253); }
H1.HeaderClassName
{
color: #D90FFD;
}
.AnyTagClassName
{
color: #D90FFD;
}
</style>
background-color css
<style>
a { background-color: #D90FFD; }
a { background-color: rgb(217,15,253); }
div.DivClassName
{
background-color: #D90FFD;
}
.BgClassName
{
background-color: #D90FFD;
}
</style>
border-color css
<style>
span { border-color: #D90FFD; }
span { border-color: rgb(217,15,253); }
td.TdClassName
{
border-color: #D90FFD;
}
.TagClassName
{
border-color: #D90FFD;
}
</style>