Shades of Psychedelic Purple #D90DF0
Tints of Psychedelic Purple #D90DF0
RGB
CMYK
RGB Variations
Color information
#D90DF0 (or 0xD90DF0) is known color: Psychedelic Purple. HEX triplet: D9, 0D and F0. RGB value is (217,13,240). Sum of RGB (Red+Green+Blue) = 217+13+240=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #D90DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DF0 is #26F20F. Grayscale: #636363. Windows color (decimal): -2552336 or 15732185. OLE color: 15732185.
HSL color Cylindrical-coordinate representation of color #D90DF0: hue angle of 293.92º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90DF0 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 13 | 240 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.06 |
| HSL | 293.92º | 0.9% | 0.5% | - |
| HSV(B) | 293.92º | 0.95% | 0.94% | - |
| XYZ | 44.49 | 21.33 | 84.21 | - |
| YUV | 99.87 | 207.09 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 240 | 0.10 | 0.95 | 0 | 0.06 | 293.92 | 0.9 | 0.5 |
| Hex | D9 | D | F0 | A | 5F | 0 | 6 | 126 | 5A | 32 |
| Octal | 331 | 15 | 360 | 12 | 137 | 0 | 6 | 446 | 132 | 62 |
| Binary | 11011001 | 1101 | 11110000 | 1010 | 1011111 | 0 | 110 | 100100110 | 1011010 | 110010 |
Color Harmonies of #D90DF0
Complementary color
Monochromatic Colors of #D90DF0
Black with #D90DF0
Text Example
Text Example
White with #D90DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DF0; }
p { color: rgb(217,13,240); }
H1.HeaderClassName
{
color: #D90DF0;
}
.AnyTagClassName
{
color: #D90DF0;
}
</style>
background-color css
<style>
a { background-color: #D90DF0; }
a { background-color: rgb(217,13,240); }
div.DivClassName
{
background-color: #D90DF0;
}
.BgClassName
{
background-color: #D90DF0;
}
</style>
border-color css
<style>
span { border-color: #D90DF0; }
span { border-color: rgb(217,13,240); }
td.TdClassName
{
border-color: #D90DF0;
}
.TagClassName
{
border-color: #D90DF0;
}
</style>