Shades of Psychedelic Purple #D90CEA
Tints of Psychedelic Purple #D90CEA
RGB
CMYK
RGB Variations
Color information
#D90CEA (or 0xD90CEA) is known color: Psychedelic Purple. HEX triplet: D9, 0C and EA. RGB value is (217,12,234). Sum of RGB (Red+Green+Blue) = 217+12+234=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #D90CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CEA is #26F315. Grayscale: #616161. Windows color (decimal): -2552598 or 15338713. OLE color: 15338713.
HSL color Cylindrical-coordinate representation of color #D90CEA: hue angle of 295.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CEA is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 12 | 234 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.08 |
| HSL | 295.41º | 0.9% | 0.48% | - |
| HSV(B) | 295.41º | 0.95% | 0.92% | - |
| XYZ | 43.6 | 20.96 | 79.59 | - |
| YUV | 98.6 | 204.42 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 234 | 0.07 | 0.95 | 0 | 0.08 | 295.41 | 0.9 | 0.48 |
| Hex | D9 | C | EA | 7 | 5F | 0 | 8 | 127 | 5A | 30 |
| Octal | 331 | 14 | 352 | 7 | 137 | 0 | 10 | 447 | 132 | 60 |
| Binary | 11011001 | 1100 | 11101010 | 111 | 1011111 | 0 | 1000 | 100100111 | 1011010 | 110000 |
Color Harmonies of #D90CEA
Complementary color
Monochromatic Colors of #D90CEA
Black with #D90CEA
Text Example
Text Example
White with #D90CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CEA; }
p { color: rgb(217,12,234); }
H1.HeaderClassName
{
color: #D90CEA;
}
.AnyTagClassName
{
color: #D90CEA;
}
</style>
background-color css
<style>
a { background-color: #D90CEA; }
a { background-color: rgb(217,12,234); }
div.DivClassName
{
background-color: #D90CEA;
}
.BgClassName
{
background-color: #D90CEA;
}
</style>
border-color css
<style>
span { border-color: #D90CEA; }
span { border-color: rgb(217,12,234); }
td.TdClassName
{
border-color: #D90CEA;
}
.TagClassName
{
border-color: #D90CEA;
}
</style>