Shades of Psychedelic Purple #D122F8
Tints of Psychedelic Purple #D122F8
RGB
CMYK
RGB Variations
Color information
#D122F8 (or 0xD122F8) is known color: Psychedelic Purple. HEX triplet: D1, 22 and F8. RGB value is (209,34,248). Sum of RGB (Red+Green+Blue) = 209+34+248=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 34 (13.67% from 255 or 6.92% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #D122F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D122F8 is #2EDD07. Grayscale: #6E6E6E. Windows color (decimal): -3071240 or 16261841. OLE color: 16261841.
HSL color Cylindrical-coordinate representation of color #D122F8: hue angle of 289.07º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D122F8 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 34 | 248 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.03 |
| HSL | 289.07º | 0.94% | 0.55% | - |
| HSV(B) | 289.07º | 0.86% | 0.97% | - |
| XYZ | 43.81 | 21.48 | 90.64 | - |
| YUV | 110.72 | 205.48 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 248 | 0.16 | 0.86 | 0 | 0.03 | 289.07 | 0.94 | 0.55 |
| Hex | D1 | 22 | F8 | 10 | 56 | 0 | 3 | 121 | 5E | 37 |
| Octal | 321 | 42 | 370 | 20 | 126 | 0 | 3 | 441 | 136 | 67 |
| Binary | 11010001 | 100010 | 11111000 | 10000 | 1010110 | 0 | 11 | 100100001 | 1011110 | 110111 |
Color Harmonies of #D122F8
Complementary color
Monochromatic Colors of #D122F8
Black with #D122F8
Text Example
Text Example
White with #D122F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122F8; }
p { color: rgb(209,34,248); }
H1.HeaderClassName
{
color: #D122F8;
}
.AnyTagClassName
{
color: #D122F8;
}
</style>
background-color css
<style>
a { background-color: #D122F8; }
a { background-color: rgb(209,34,248); }
div.DivClassName
{
background-color: #D122F8;
}
.BgClassName
{
background-color: #D122F8;
}
</style>
border-color css
<style>
span { border-color: #D122F8; }
span { border-color: rgb(209,34,248); }
td.TdClassName
{
border-color: #D122F8;
}
.TagClassName
{
border-color: #D122F8;
}
</style>