Shades of Psychedelic Purple #D90CFA
Tints of Psychedelic Purple #D90CFA
RGB
CMYK
RGB Variations
Color information
#D90CFA (or 0xD90CFA) is known color: Psychedelic Purple. HEX triplet: D9, 0C and FA. RGB value is (217,12,250). Sum of RGB (Red+Green+Blue) = 217+12+250=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #D90CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CFA is #26F305. Grayscale: #636363. Windows color (decimal): -2552582 or 16387289. OLE color: 16387289.
HSL color Cylindrical-coordinate representation of color #D90CFA: hue angle of 291.68º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CFA is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 12 | 250 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.02 |
| HSL | 291.68º | 0.96% | 0.51% | - |
| HSV(B) | 291.68º | 0.95% | 0.98% | - |
| XYZ | 46 | 21.92 | 92.25 | - |
| YUV | 100.43 | 212.42 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 250 | 0.13 | 0.95 | 0 | 0.02 | 291.68 | 0.96 | 0.51 |
| Hex | D9 | C | FA | D | 5F | 0 | 2 | 124 | 60 | 33 |
| Octal | 331 | 14 | 372 | 15 | 137 | 0 | 2 | 444 | 140 | 63 |
| Binary | 11011001 | 1100 | 11111010 | 1101 | 1011111 | 0 | 10 | 100100100 | 1100000 | 110011 |
Color Harmonies of #D90CFA
Complementary color
Monochromatic Colors of #D90CFA
Black with #D90CFA
Text Example
Text Example
White with #D90CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CFA; }
p { color: rgb(217,12,250); }
H1.HeaderClassName
{
color: #D90CFA;
}
.AnyTagClassName
{
color: #D90CFA;
}
</style>
background-color css
<style>
a { background-color: #D90CFA; }
a { background-color: rgb(217,12,250); }
div.DivClassName
{
background-color: #D90CFA;
}
.BgClassName
{
background-color: #D90CFA;
}
</style>
border-color css
<style>
span { border-color: #D90CFA; }
span { border-color: rgb(217,12,250); }
td.TdClassName
{
border-color: #D90CFA;
}
.TagClassName
{
border-color: #D90CFA;
}
</style>