Shades of Psychedelic Purple #D90CEE
Tints of Psychedelic Purple #D90CEE
RGB
CMYK
RGB Variations
Color information
#D90CEE (or 0xD90CEE) is known color: Psychedelic Purple. HEX triplet: D9, 0C and EE. RGB value is (217,12,238). Sum of RGB (Red+Green+Blue) = 217+12+238=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #D90CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CEE is #26F311. Grayscale: #626262. Windows color (decimal): -2552594 or 15600857. OLE color: 15600857.
HSL color Cylindrical-coordinate representation of color #D90CEE: hue angle of 294.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CEE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 12 | 238 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.07 |
| HSL | 294.42º | 0.9% | 0.49% | - |
| HSV(B) | 294.42º | 0.95% | 0.93% | - |
| XYZ | 44.18 | 21.19 | 82.65 | - |
| YUV | 99.06 | 206.42 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 238 | 0.09 | 0.95 | 0 | 0.07 | 294.42 | 0.9 | 0.49 |
| Hex | D9 | C | EE | 9 | 5F | 0 | 7 | 126 | 5A | 31 |
| Octal | 331 | 14 | 356 | 11 | 137 | 0 | 7 | 446 | 132 | 61 |
| Binary | 11011001 | 1100 | 11101110 | 1001 | 1011111 | 0 | 111 | 100100110 | 1011010 | 110001 |
Color Harmonies of #D90CEE
Complementary color
Monochromatic Colors of #D90CEE
Black with #D90CEE
Text Example
Text Example
White with #D90CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CEE; }
p { color: rgb(217,12,238); }
H1.HeaderClassName
{
color: #D90CEE;
}
.AnyTagClassName
{
color: #D90CEE;
}
</style>
background-color css
<style>
a { background-color: #D90CEE; }
a { background-color: rgb(217,12,238); }
div.DivClassName
{
background-color: #D90CEE;
}
.BgClassName
{
background-color: #D90CEE;
}
</style>
border-color css
<style>
span { border-color: #D90CEE; }
span { border-color: rgb(217,12,238); }
td.TdClassName
{
border-color: #D90CEE;
}
.TagClassName
{
border-color: #D90CEE;
}
</style>