Shades of Psychedelic Purple #D90FF4
Tints of Psychedelic Purple #D90FF4
RGB
CMYK
RGB Variations
Color information
#D90FF4 (or 0xD90FF4) is known color: Psychedelic Purple. HEX triplet: D9, 0F and F4. RGB value is (217,15,244). Sum of RGB (Red+Green+Blue) = 217+15+244=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 244 (95.70% from 255 or 51.26% from 476); Max value from RGB is 244 - color contains mainly: blue. Hex color #D90FF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FF4 is #26F00B. Grayscale: #646464. Windows color (decimal): -2551820 or 15994841. OLE color: 15994841.
HSL color Cylindrical-coordinate representation of color #D90FF4: hue angle of 292.93º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90FF4 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 15 | 244 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.04 |
| HSL | 292.93º | 0.91% | 0.51% | - |
| HSV(B) | 292.93º | 0.94% | 0.96% | - |
| XYZ | 45.12 | 21.63 | 87.38 | - |
| YUV | 101.5 | 208.42 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 244 | 0.11 | 0.94 | 0 | 0.04 | 292.93 | 0.91 | 0.51 |
| Hex | D9 | F | F4 | B | 5E | 0 | 4 | 125 | 5B | 33 |
| Octal | 331 | 17 | 364 | 13 | 136 | 0 | 4 | 445 | 133 | 63 |
| Binary | 11011001 | 1111 | 11110100 | 1011 | 1011110 | 0 | 100 | 100100101 | 1011011 | 110011 |
Color Harmonies of #D90FF4
Complementary color
Monochromatic Colors of #D90FF4
Black with #D90FF4
Text Example
Text Example
White with #D90FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FF4; }
p { color: rgb(217,15,244); }
H1.HeaderClassName
{
color: #D90FF4;
}
.AnyTagClassName
{
color: #D90FF4;
}
</style>
background-color css
<style>
a { background-color: #D90FF4; }
a { background-color: rgb(217,15,244); }
div.DivClassName
{
background-color: #D90FF4;
}
.BgClassName
{
background-color: #D90FF4;
}
</style>
border-color css
<style>
span { border-color: #D90FF4; }
span { border-color: rgb(217,15,244); }
td.TdClassName
{
border-color: #D90FF4;
}
.TagClassName
{
border-color: #D90FF4;
}
</style>