Shades of Psychedelic Purple #D920FF
Tints of Psychedelic Purple #D920FF
RGB
CMYK
RGB Variations
Color information
#D920FF (or 0xD920FF) is known color: Psychedelic Purple. HEX triplet: D9, 20 and FF. RGB value is (217,32,255). Sum of RGB (Red+Green+Blue) = 217+32+255=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #D920FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920FF is #26DF00. Grayscale: #707070. Windows color (decimal): -2547457 or 16720089. OLE color: 16720089.
HSL color Cylindrical-coordinate representation of color #D920FF: hue angle of 289.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D920FF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 32 | 255 | - |
| CMYK | 0.15 | 0.87 | 0 | 0 |
| HSL | 289.78º | 1% | 0.56% | - |
| HSV(B) | 289.78º | 0.87% | 1% | - |
| XYZ | 47.18 | 23 | 96.56 | - |
| YUV | 112.74 | 208.29 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 255 | 0.15 | 0.87 | 0 | 0 | 289.78 | 1 | 0.56 |
| Hex | D9 | 20 | FF | F | 57 | 0 | 0 | 122 | 64 | 38 |
| Octal | 331 | 40 | 377 | 17 | 127 | 0 | 0 | 442 | 144 | 70 |
| Binary | 11011001 | 100000 | 11111111 | 1111 | 1010111 | 0 | 0 | 100100010 | 1100100 | 111000 |
Color Harmonies of #D920FF
Complementary color
Monochromatic Colors of #D920FF
Black with #D920FF
Text Example
Text Example
White with #D920FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920FF; }
p { color: rgb(217,32,255); }
H1.HeaderClassName
{
color: #D920FF;
}
.AnyTagClassName
{
color: #D920FF;
}
</style>
background-color css
<style>
a { background-color: #D920FF; }
a { background-color: rgb(217,32,255); }
div.DivClassName
{
background-color: #D920FF;
}
.BgClassName
{
background-color: #D920FF;
}
</style>
border-color css
<style>
span { border-color: #D920FF; }
span { border-color: rgb(217,32,255); }
td.TdClassName
{
border-color: #D920FF;
}
.TagClassName
{
border-color: #D920FF;
}
</style>