Shades of Psychedelic Purple #D90DFF
Tints of Psychedelic Purple #D90DFF
RGB
CMYK
RGB Variations
Color information
#D90DFF (or 0xD90DFF) is known color: Psychedelic Purple. HEX triplet: D9, 0D and FF. RGB value is (217,13,255). Sum of RGB (Red+Green+Blue) = 217+13+255=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 13 (5.47% from 255 or 2.68% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #D90DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DFF is #26F200. Grayscale: #646464. Windows color (decimal): -2552321 or 16715225. OLE color: 16715225.
HSL color Cylindrical-coordinate representation of color #D90DFF: hue angle of 290.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90DFF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 13 | 255 | - |
| CMYK | 0.15 | 0.95 | 0 | 0 |
| HSL | 290.58º | 1% | 0.53% | - |
| HSV(B) | 290.58º | 0.95% | 1% | - |
| XYZ | 46.81 | 22.26 | 96.44 | - |
| YUV | 101.58 | 214.59 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 255 | 0.15 | 0.95 | 0 | 0 | 290.58 | 1 | 0.53 |
| Hex | D9 | D | FF | F | 5F | 0 | 0 | 123 | 64 | 35 |
| Octal | 331 | 15 | 377 | 17 | 137 | 0 | 0 | 443 | 144 | 65 |
| Binary | 11011001 | 1101 | 11111111 | 1111 | 1011111 | 0 | 0 | 100100011 | 1100100 | 110101 |
Color Harmonies of #D90DFF
Complementary color
Monochromatic Colors of #D90DFF
Black with #D90DFF
Text Example
Text Example
White with #D90DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DFF; }
p { color: rgb(217,13,255); }
H1.HeaderClassName
{
color: #D90DFF;
}
.AnyTagClassName
{
color: #D90DFF;
}
</style>
background-color css
<style>
a { background-color: #D90DFF; }
a { background-color: rgb(217,13,255); }
div.DivClassName
{
background-color: #D90DFF;
}
.BgClassName
{
background-color: #D90DFF;
}
</style>
border-color css
<style>
span { border-color: #D90DFF; }
span { border-color: rgb(217,13,255); }
td.TdClassName
{
border-color: #D90DFF;
}
.TagClassName
{
border-color: #D90DFF;
}
</style>