Shades of Psychedelic Purple #D90CFE
Tints of Psychedelic Purple #D90CFE
RGB
CMYK
RGB Variations
Color information
#D90CFE (or 0xD90CFE) is known color: Psychedelic Purple. HEX triplet: D9, 0C and FE. RGB value is (217,12,254). Sum of RGB (Red+Green+Blue) = 217+12+254=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #D90CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CFE is #26F301. Grayscale: #646464. Windows color (decimal): -2552578 or 16649433. OLE color: 16649433.
HSL color Cylindrical-coordinate representation of color #D90CFE: hue angle of 290.83º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CFE is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 12 | 254 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.00 |
| HSL | 290.83º | 0.99% | 0.52% | - |
| HSV(B) | 290.83º | 0.95% | 1% | - |
| XYZ | 46.64 | 22.17 | 95.59 | - |
| YUV | 100.88 | 214.42 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 254 | 0.15 | 0.95 | 0 | 0.00 | 290.83 | 0.99 | 0.52 |
| Hex | D9 | C | FE | F | 5F | 0 | 0 | 123 | 63 | 34 |
| Octal | 331 | 14 | 376 | 17 | 137 | 0 | 0 | 443 | 143 | 64 |
| Binary | 11011001 | 1100 | 11111110 | 1111 | 1011111 | 0 | 0 | 100100011 | 1100011 | 110100 |
Color Harmonies of #D90CFE
Complementary color
Monochromatic Colors of #D90CFE
Black with #D90CFE
Text Example
Text Example
White with #D90CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CFE; }
p { color: rgb(217,12,254); }
H1.HeaderClassName
{
color: #D90CFE;
}
.AnyTagClassName
{
color: #D90CFE;
}
</style>
background-color css
<style>
a { background-color: #D90CFE; }
a { background-color: rgb(217,12,254); }
div.DivClassName
{
background-color: #D90CFE;
}
.BgClassName
{
background-color: #D90CFE;
}
</style>
border-color css
<style>
span { border-color: #D90CFE; }
span { border-color: rgb(217,12,254); }
td.TdClassName
{
border-color: #D90CFE;
}
.TagClassName
{
border-color: #D90CFE;
}
</style>