Shades of Psychedelic Purple #D90FFC
Tints of Psychedelic Purple #D90FFC
RGB
CMYK
RGB Variations
Color information
#D90FFC (or 0xD90FFC) is known color: Psychedelic Purple. HEX triplet: D9, 0F and FC. RGB value is (217,15,252). Sum of RGB (Red+Green+Blue) = 217+15+252=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #D90FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FFC is #26F003. Grayscale: #656565. Windows color (decimal): -2551812 or 16519129. OLE color: 16519129.
HSL color Cylindrical-coordinate representation of color #D90FFC: hue angle of 291.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90FFC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 15 | 252 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.01 |
| HSL | 291.14º | 0.98% | 0.52% | - |
| HSV(B) | 291.14º | 0.94% | 0.99% | - |
| XYZ | 46.36 | 22.12 | 93.92 | - |
| YUV | 102.42 | 212.42 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 252 | 0.14 | 0.94 | 0 | 0.01 | 291.14 | 0.98 | 0.52 |
| Hex | D9 | F | FC | E | 5E | 0 | 1 | 123 | 62 | 34 |
| Octal | 331 | 17 | 374 | 16 | 136 | 0 | 1 | 443 | 142 | 64 |
| Binary | 11011001 | 1111 | 11111100 | 1110 | 1011110 | 0 | 1 | 100100011 | 1100010 | 110100 |
Color Harmonies of #D90FFC
Complementary color
Monochromatic Colors of #D90FFC
Black with #D90FFC
Text Example
Text Example
White with #D90FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90FFC; }
p { color: rgb(217,15,252); }
H1.HeaderClassName
{
color: #D90FFC;
}
.AnyTagClassName
{
color: #D90FFC;
}
</style>
background-color css
<style>
a { background-color: #D90FFC; }
a { background-color: rgb(217,15,252); }
div.DivClassName
{
background-color: #D90FFC;
}
.BgClassName
{
background-color: #D90FFC;
}
</style>
border-color css
<style>
span { border-color: #D90FFC; }
span { border-color: rgb(217,15,252); }
td.TdClassName
{
border-color: #D90FFC;
}
.TagClassName
{
border-color: #D90FFC;
}
</style>