Shades of Psychedelic Purple #D127F7
Tints of Psychedelic Purple #D127F7
RGB
CMYK
RGB Variations
Color information
#D127F7 (or 0xD127F7) is known color: Psychedelic Purple. HEX triplet: D1, 27 and F7. RGB value is (209,39,247). Sum of RGB (Red+Green+Blue) = 209+39+247=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 39 (15.62% from 255 or 7.88% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #D127F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127F7 is #2ED808. Grayscale: #707070. Windows color (decimal): -3069961 or 16197585. OLE color: 16197585.
HSL color Cylindrical-coordinate representation of color #D127F7: hue angle of 289.04º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D127F7 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 39 | 247 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.03 |
| HSL | 289.04º | 0.93% | 0.56% | - |
| HSV(B) | 289.04º | 0.84% | 0.97% | - |
| XYZ | 43.81 | 21.72 | 89.88 | - |
| YUV | 113.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 247 | 0.15 | 0.84 | 0 | 0.03 | 289.04 | 0.93 | 0.56 |
| Hex | D1 | 27 | F7 | F | 54 | 0 | 3 | 121 | 5D | 38 |
| Octal | 321 | 47 | 367 | 17 | 124 | 0 | 3 | 441 | 135 | 70 |
| Binary | 11010001 | 100111 | 11110111 | 1111 | 1010100 | 0 | 11 | 100100001 | 1011101 | 111000 |
Color Harmonies of #D127F7
Complementary color
Monochromatic Colors of #D127F7
Black with #D127F7
Text Example
Text Example
White with #D127F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127F7; }
p { color: rgb(209,39,247); }
H1.HeaderClassName
{
color: #D127F7;
}
.AnyTagClassName
{
color: #D127F7;
}
</style>
background-color css
<style>
a { background-color: #D127F7; }
a { background-color: rgb(209,39,247); }
div.DivClassName
{
background-color: #D127F7;
}
.BgClassName
{
background-color: #D127F7;
}
</style>
border-color css
<style>
span { border-color: #D127F7; }
span { border-color: rgb(209,39,247); }
td.TdClassName
{
border-color: #D127F7;
}
.TagClassName
{
border-color: #D127F7;
}
</style>