Shades of Psychedelic Purple #D120F3
Tints of Psychedelic Purple #D120F3
RGB
CMYK
RGB Variations
Color information
#D120F3 (or 0xD120F3) is known color: Psychedelic Purple. HEX triplet: D1, 20 and F3. RGB value is (209,32,243). Sum of RGB (Red+Green+Blue) = 209+32+243=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #D120F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D120F3 is #2EDF0C. Grayscale: #6C6C6C. Windows color (decimal): -3071757 or 15933649. OLE color: 15933649.
HSL color Cylindrical-coordinate representation of color #D120F3: hue angle of 290.33º degrees, saturation: 0.9, 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 #D120F3 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 32 | 243 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.05 |
| HSL | 290.33º | 0.9% | 0.54% | - |
| HSV(B) | 290.33º | 0.87% | 0.95% | - |
| XYZ | 42.99 | 21.06 | 86.59 | - |
| YUV | 108.98 | 203.64 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 243 | 0.14 | 0.87 | 0 | 0.05 | 290.33 | 0.9 | 0.54 |
| Hex | D1 | 20 | F3 | E | 57 | 0 | 5 | 122 | 5A | 36 |
| Octal | 321 | 40 | 363 | 16 | 127 | 0 | 5 | 442 | 132 | 66 |
| Binary | 11010001 | 100000 | 11110011 | 1110 | 1010111 | 0 | 101 | 100100010 | 1011010 | 110110 |
Color Harmonies of #D120F3
Complementary color
Monochromatic Colors of #D120F3
Black with #D120F3
Text Example
Text Example
White with #D120F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120F3; }
p { color: rgb(209,32,243); }
H1.HeaderClassName
{
color: #D120F3;
}
.AnyTagClassName
{
color: #D120F3;
}
</style>
background-color css
<style>
a { background-color: #D120F3; }
a { background-color: rgb(209,32,243); }
div.DivClassName
{
background-color: #D120F3;
}
.BgClassName
{
background-color: #D120F3;
}
</style>
border-color css
<style>
span { border-color: #D120F3; }
span { border-color: rgb(209,32,243); }
td.TdClassName
{
border-color: #D120F3;
}
.TagClassName
{
border-color: #D120F3;
}
</style>