Shades of Psychedelic Purple #D90CFF
Tints of Psychedelic Purple #D90CFF
RGB
CMYK
RGB Variations
Color information
#D90CFF (or 0xD90CFF) is known color: Psychedelic Purple. HEX triplet: D9, 0C and FF. RGB value is (217,12,255). Sum of RGB (Red+Green+Blue) = 217+12+255=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #D90CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CFF is #26F300. Grayscale: #646464. Windows color (decimal): -2552577 or 16714969. OLE color: 16714969.
HSL color Cylindrical-coordinate representation of color #D90CFF: hue angle of 290.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CFF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 12 | 255 | - |
| CMYK | 0.15 | 0.95 | 0 | 0 |
| HSL | 290.62º | 1% | 0.52% | - |
| HSV(B) | 290.62º | 0.95% | 1% | - |
| XYZ | 46.8 | 22.23 | 96.43 | - |
| YUV | 101 | 214.92 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 255 | 0.15 | 0.95 | 0 | 0 | 290.62 | 1 | 0.52 |
| Hex | D9 | C | FF | F | 5F | 0 | 0 | 123 | 64 | 34 |
| Octal | 331 | 14 | 377 | 17 | 137 | 0 | 0 | 443 | 144 | 64 |
| Binary | 11011001 | 1100 | 11111111 | 1111 | 1011111 | 0 | 0 | 100100011 | 1100100 | 110100 |
Color Harmonies of #D90CFF
Complementary color
Monochromatic Colors of #D90CFF
Black with #D90CFF
Text Example
Text Example
White with #D90CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CFF; }
p { color: rgb(217,12,255); }
H1.HeaderClassName
{
color: #D90CFF;
}
.AnyTagClassName
{
color: #D90CFF;
}
</style>
background-color css
<style>
a { background-color: #D90CFF; }
a { background-color: rgb(217,12,255); }
div.DivClassName
{
background-color: #D90CFF;
}
.BgClassName
{
background-color: #D90CFF;
}
</style>
border-color css
<style>
span { border-color: #D90CFF; }
span { border-color: rgb(217,12,255); }
td.TdClassName
{
border-color: #D90CFF;
}
.TagClassName
{
border-color: #D90CFF;
}
</style>