Shades of Psychedelic Purple #D121F6
Tints of Psychedelic Purple #D121F6
RGB
CMYK
RGB Variations
Color information
#D121F6 (or 0xD121F6) is known color: Psychedelic Purple. HEX triplet: D1, 21 and F6. RGB value is (209,33,246). Sum of RGB (Red+Green+Blue) = 209+33+246=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #D121F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D121F6 is #2EDE09. Grayscale: #6D6D6D. Windows color (decimal): -3071498 or 16130513. OLE color: 16130513.
HSL color Cylindrical-coordinate representation of color #D121F6: hue angle of 289.58º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D121F6 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 33 | 246 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.04 |
| HSL | 289.58º | 0.92% | 0.55% | - |
| HSV(B) | 289.58º | 0.87% | 0.96% | - |
| XYZ | 43.47 | 21.3 | 89.01 | - |
| YUV | 109.91 | 204.81 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 246 | 0.15 | 0.87 | 0 | 0.04 | 289.58 | 0.92 | 0.55 |
| Hex | D1 | 21 | F6 | F | 57 | 0 | 4 | 122 | 5C | 37 |
| Octal | 321 | 41 | 366 | 17 | 127 | 0 | 4 | 442 | 134 | 67 |
| Binary | 11010001 | 100001 | 11110110 | 1111 | 1010111 | 0 | 100 | 100100010 | 1011100 | 110111 |
Color Harmonies of #D121F6
Complementary color
Monochromatic Colors of #D121F6
Black with #D121F6
Text Example
Text Example
White with #D121F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D121F6; }
p { color: rgb(209,33,246); }
H1.HeaderClassName
{
color: #D121F6;
}
.AnyTagClassName
{
color: #D121F6;
}
</style>
background-color css
<style>
a { background-color: #D121F6; }
a { background-color: rgb(209,33,246); }
div.DivClassName
{
background-color: #D121F6;
}
.BgClassName
{
background-color: #D121F6;
}
</style>
border-color css
<style>
span { border-color: #D121F6; }
span { border-color: rgb(209,33,246); }
td.TdClassName
{
border-color: #D121F6;
}
.TagClassName
{
border-color: #D121F6;
}
</style>