Shades of Psychedelic Purple #D920F2
Tints of Psychedelic Purple #D920F2
RGB
CMYK
RGB Variations
Color information
#D920F2 (or 0xD920F2) is known color: Psychedelic Purple. HEX triplet: D9, 20 and F2. RGB value is (217,32,242). Sum of RGB (Red+Green+Blue) = 217+32+242=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #D920F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D920F2 is #26DF0D. Grayscale: #6E6E6E. Windows color (decimal): -2547470 or 15868121. OLE color: 15868121.
HSL color Cylindrical-coordinate representation of color #D920F2: hue angle of 292.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D920F2 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 32 | 242 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.05 |
| HSL | 292.86º | 0.89% | 0.54% | - |
| HSV(B) | 292.86º | 0.87% | 0.95% | - |
| XYZ | 45.16 | 22.2 | 85.91 | - |
| YUV | 111.26 | 201.79 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 242 | 0.10 | 0.87 | 0 | 0.05 | 292.86 | 0.89 | 0.54 |
| Hex | D9 | 20 | F2 | A | 57 | 0 | 5 | 125 | 59 | 36 |
| Octal | 331 | 40 | 362 | 12 | 127 | 0 | 5 | 445 | 131 | 66 |
| Binary | 11011001 | 100000 | 11110010 | 1010 | 1010111 | 0 | 101 | 100100101 | 1011001 | 110110 |
Color Harmonies of #D920F2
Complementary color
Monochromatic Colors of #D920F2
Black with #D920F2
Text Example
Text Example
White with #D920F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920F2; }
p { color: rgb(217,32,242); }
H1.HeaderClassName
{
color: #D920F2;
}
.AnyTagClassName
{
color: #D920F2;
}
</style>
background-color css
<style>
a { background-color: #D920F2; }
a { background-color: rgb(217,32,242); }
div.DivClassName
{
background-color: #D920F2;
}
.BgClassName
{
background-color: #D920F2;
}
</style>
border-color css
<style>
span { border-color: #D920F2; }
span { border-color: rgb(217,32,242); }
td.TdClassName
{
border-color: #D920F2;
}
.TagClassName
{
border-color: #D920F2;
}
</style>