Shades of Psychedelic Purple #D127F4
Tints of Psychedelic Purple #D127F4
RGB
CMYK
RGB Variations
Color information
#D127F4 (or 0xD127F4) is known color: Psychedelic Purple. HEX triplet: D1, 27 and F4. RGB value is (209,39,244). Sum of RGB (Red+Green+Blue) = 209+39+244=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #D127F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127F4 is #2ED80B. Grayscale: #707070. Windows color (decimal): -3069964 or 16000977. OLE color: 16000977.
HSL color Cylindrical-coordinate representation of color #D127F4: hue angle of 289.76º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D127F4 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 39 | 244 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.04 |
| HSL | 289.76º | 0.9% | 0.55% | - |
| HSV(B) | 289.76º | 0.84% | 0.96% | - |
| XYZ | 43.35 | 21.54 | 87.46 | - |
| YUV | 113.2 | 201.82 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 244 | 0.14 | 0.84 | 0 | 0.04 | 289.76 | 0.9 | 0.55 |
| Hex | D1 | 27 | F4 | E | 54 | 0 | 4 | 122 | 5A | 37 |
| Octal | 321 | 47 | 364 | 16 | 124 | 0 | 4 | 442 | 132 | 67 |
| Binary | 11010001 | 100111 | 11110100 | 1110 | 1010100 | 0 | 100 | 100100010 | 1011010 | 110111 |
Color Harmonies of #D127F4
Complementary color
Monochromatic Colors of #D127F4
Black with #D127F4
Text Example
Text Example
White with #D127F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127F4; }
p { color: rgb(209,39,244); }
H1.HeaderClassName
{
color: #D127F4;
}
.AnyTagClassName
{
color: #D127F4;
}
</style>
background-color css
<style>
a { background-color: #D127F4; }
a { background-color: rgb(209,39,244); }
div.DivClassName
{
background-color: #D127F4;
}
.BgClassName
{
background-color: #D127F4;
}
</style>
border-color css
<style>
span { border-color: #D127F4; }
span { border-color: rgb(209,39,244); }
td.TdClassName
{
border-color: #D127F4;
}
.TagClassName
{
border-color: #D127F4;
}
</style>