Shades of Psychedelic Purple #D127F2
Tints of Psychedelic Purple #D127F2
RGB
CMYK
RGB Variations
Color information
#D127F2 (or 0xD127F2) is known color: Psychedelic Purple. HEX triplet: D1, 27 and F2. RGB value is (209,39,242). Sum of RGB (Red+Green+Blue) = 209+39+242=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #D127F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127F2 is #2ED80D. Grayscale: #707070. Windows color (decimal): -3069966 or 15869905. OLE color: 15869905.
HSL color Cylindrical-coordinate representation of color #D127F2: hue angle of 290.25º degrees, saturation: 0.89, 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 #D127F2 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 39 | 242 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.05 |
| HSL | 290.25º | 0.89% | 0.55% | - |
| HSV(B) | 290.25º | 0.84% | 0.95% | - |
| XYZ | 43.05 | 21.42 | 85.87 | - |
| YUV | 112.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 242 | 0.14 | 0.84 | 0 | 0.05 | 290.25 | 0.89 | 0.55 |
| Hex | D1 | 27 | F2 | E | 54 | 0 | 5 | 122 | 59 | 37 |
| Octal | 321 | 47 | 362 | 16 | 124 | 0 | 5 | 442 | 131 | 67 |
| Binary | 11010001 | 100111 | 11110010 | 1110 | 1010100 | 0 | 101 | 100100010 | 1011001 | 110111 |
Color Harmonies of #D127F2
Complementary color
Monochromatic Colors of #D127F2
Black with #D127F2
Text Example
Text Example
White with #D127F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127F2; }
p { color: rgb(209,39,242); }
H1.HeaderClassName
{
color: #D127F2;
}
.AnyTagClassName
{
color: #D127F2;
}
</style>
background-color css
<style>
a { background-color: #D127F2; }
a { background-color: rgb(209,39,242); }
div.DivClassName
{
background-color: #D127F2;
}
.BgClassName
{
background-color: #D127F2;
}
</style>
border-color css
<style>
span { border-color: #D127F2; }
span { border-color: rgb(209,39,242); }
td.TdClassName
{
border-color: #D127F2;
}
.TagClassName
{
border-color: #D127F2;
}
</style>