Shades of Psychedelic Purple #D920FC
Tints of Psychedelic Purple #D920FC
RGB
CMYK
RGB Variations
Color information
#D920FC (or 0xD920FC) is known color: Psychedelic Purple. HEX triplet: D9, 20 and FC. RGB value is (217,32,252). Sum of RGB (Red+Green+Blue) = 217+32+252=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #D920FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920FC is #26DF03. Grayscale: #6F6F6F. Windows color (decimal): -2547460 or 16523481. OLE color: 16523481.
HSL color Cylindrical-coordinate representation of color #D920FC: hue angle of 290.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D920FC is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 32 | 252 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.01 |
| HSL | 290.45º | 0.97% | 0.56% | - |
| HSV(B) | 290.45º | 0.87% | 0.99% | - |
| XYZ | 46.7 | 22.81 | 94.04 | - |
| YUV | 112.4 | 206.79 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 252 | 0.14 | 0.87 | 0 | 0.01 | 290.45 | 0.97 | 0.56 |
| Hex | D9 | 20 | FC | E | 57 | 0 | 1 | 122 | 61 | 38 |
| Octal | 331 | 40 | 374 | 16 | 127 | 0 | 1 | 442 | 141 | 70 |
| Binary | 11011001 | 100000 | 11111100 | 1110 | 1010111 | 0 | 1 | 100100010 | 1100001 | 111000 |
Color Harmonies of #D920FC
Complementary color
Monochromatic Colors of #D920FC
Black with #D920FC
Text Example
Text Example
White with #D920FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920FC; }
p { color: rgb(217,32,252); }
H1.HeaderClassName
{
color: #D920FC;
}
.AnyTagClassName
{
color: #D920FC;
}
</style>
background-color css
<style>
a { background-color: #D920FC; }
a { background-color: rgb(217,32,252); }
div.DivClassName
{
background-color: #D920FC;
}
.BgClassName
{
background-color: #D920FC;
}
</style>
border-color css
<style>
span { border-color: #D920FC; }
span { border-color: rgb(217,32,252); }
td.TdClassName
{
border-color: #D920FC;
}
.TagClassName
{
border-color: #D920FC;
}
</style>