Shades of Psychedelic Purple #D90FF3
Tints of Psychedelic Purple #D90FF3
RGB
CMYK
RGB Variations
Color information
#D90FF3 (or 0xD90FF3) is known color: Psychedelic Purple. HEX triplet: D9, 0F and F3. RGB value is (217,15,243). Sum of RGB (Red+Green+Blue) = 217+15+243=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #D90FF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FF3 is #26F00C. Grayscale: #646464. Windows color (decimal): -2551821 or 15929305. OLE color: 15929305.
HSL color Cylindrical-coordinate representation of color #D90FF3: hue angle of 293.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90FF3 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 15 | 243 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.05 |
| HSL | 293.16º | 0.9% | 0.51% | - |
| HSV(B) | 293.16º | 0.94% | 0.95% | - |
| XYZ | 44.96 | 21.56 | 86.59 | - |
| YUV | 101.39 | 207.92 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 243 | 0.11 | 0.94 | 0 | 0.05 | 293.16 | 0.9 | 0.51 |
| Hex | D9 | F | F3 | B | 5E | 0 | 5 | 125 | 5A | 33 |
| Octal | 331 | 17 | 363 | 13 | 136 | 0 | 5 | 445 | 132 | 63 |
| Binary | 11011001 | 1111 | 11110011 | 1011 | 1011110 | 0 | 101 | 100100101 | 1011010 | 110011 |
Color Harmonies of #D90FF3
Complementary color
Monochromatic Colors of #D90FF3
Black with #D90FF3
Text Example
Text Example
White with #D90FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FF3; }
p { color: rgb(217,15,243); }
H1.HeaderClassName
{
color: #D90FF3;
}
.AnyTagClassName
{
color: #D90FF3;
}
</style>
background-color css
<style>
a { background-color: #D90FF3; }
a { background-color: rgb(217,15,243); }
div.DivClassName
{
background-color: #D90FF3;
}
.BgClassName
{
background-color: #D90FF3;
}
</style>
border-color css
<style>
span { border-color: #D90FF3; }
span { border-color: rgb(217,15,243); }
td.TdClassName
{
border-color: #D90FF3;
}
.TagClassName
{
border-color: #D90FF3;
}
</style>