Shades of Psychedelic Purple #D127F8
Tints of Psychedelic Purple #D127F8
RGB
CMYK
RGB Variations
Color information
#D127F8 (or 0xD127F8) is known color: Psychedelic Purple. HEX triplet: D1, 27 and F8. RGB value is (209,39,248). Sum of RGB (Red+Green+Blue) = 209+39+248=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #D127F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127F8 is #2ED807. Grayscale: #707070. Windows color (decimal): -3069960 or 16263121. OLE color: 16263121.
HSL color Cylindrical-coordinate representation of color #D127F8: hue angle of 288.8º degrees, saturation: 0.94, 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 #D127F8 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 39 | 248 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.03 |
| HSL | 288.8º | 0.94% | 0.56% | - |
| HSV(B) | 288.8º | 0.84% | 0.97% | - |
| XYZ | 43.96 | 21.78 | 90.69 | - |
| YUV | 113.66 | 203.82 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 248 | 0.16 | 0.84 | 0 | 0.03 | 288.8 | 0.94 | 0.56 |
| Hex | D1 | 27 | F8 | 10 | 54 | 0 | 3 | 121 | 5E | 38 |
| Octal | 321 | 47 | 370 | 20 | 124 | 0 | 3 | 441 | 136 | 70 |
| Binary | 11010001 | 100111 | 11111000 | 10000 | 1010100 | 0 | 11 | 100100001 | 1011110 | 111000 |
Color Harmonies of #D127F8
Complementary color
Monochromatic Colors of #D127F8
Black with #D127F8
Text Example
Text Example
White with #D127F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127F8; }
p { color: rgb(209,39,248); }
H1.HeaderClassName
{
color: #D127F8;
}
.AnyTagClassName
{
color: #D127F8;
}
</style>
background-color css
<style>
a { background-color: #D127F8; }
a { background-color: rgb(209,39,248); }
div.DivClassName
{
background-color: #D127F8;
}
.BgClassName
{
background-color: #D127F8;
}
</style>
border-color css
<style>
span { border-color: #D127F8; }
span { border-color: rgb(209,39,248); }
td.TdClassName
{
border-color: #D127F8;
}
.TagClassName
{
border-color: #D127F8;
}
</style>