Shades of Psychedelic Purple #D127F1
Tints of Psychedelic Purple #D127F1
RGB
CMYK
RGB Variations
Color information
#D127F1 (or 0xD127F1) is known color: Psychedelic Purple. HEX triplet: D1, 27 and F1. RGB value is (209,39,241). Sum of RGB (Red+Green+Blue) = 209+39+241=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #D127F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127F1 is #2ED80E. Grayscale: #707070. Windows color (decimal): -3069967 or 15804369. OLE color: 15804369.
HSL color Cylindrical-coordinate representation of color #D127F1: hue angle of 290.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D127F1 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 39 | 241 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.05 |
| HSL | 290.5º | 0.88% | 0.55% | - |
| HSV(B) | 290.5º | 0.84% | 0.95% | - |
| XYZ | 42.9 | 21.36 | 85.08 | - |
| YUV | 112.86 | 200.32 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 241 | 0.13 | 0.84 | 0 | 0.05 | 290.5 | 0.88 | 0.55 |
| Hex | D1 | 27 | F1 | D | 54 | 0 | 5 | 122 | 58 | 37 |
| Octal | 321 | 47 | 361 | 15 | 124 | 0 | 5 | 442 | 130 | 67 |
| Binary | 11010001 | 100111 | 11110001 | 1101 | 1010100 | 0 | 101 | 100100010 | 1011000 | 110111 |
Color Harmonies of #D127F1
Complementary color
Monochromatic Colors of #D127F1
Black with #D127F1
Text Example
Text Example
White with #D127F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127F1; }
p { color: rgb(209,39,241); }
H1.HeaderClassName
{
color: #D127F1;
}
.AnyTagClassName
{
color: #D127F1;
}
</style>
background-color css
<style>
a { background-color: #D127F1; }
a { background-color: rgb(209,39,241); }
div.DivClassName
{
background-color: #D127F1;
}
.BgClassName
{
background-color: #D127F1;
}
</style>
border-color css
<style>
span { border-color: #D127F1; }
span { border-color: rgb(209,39,241); }
td.TdClassName
{
border-color: #D127F1;
}
.TagClassName
{
border-color: #D127F1;
}
</style>