Shades of Psychedelic Purple #D127FB
Tints of Psychedelic Purple #D127FB
RGB
CMYK
RGB Variations
Color information
#D127FB (or 0xD127FB) is known color: Psychedelic Purple. HEX triplet: D1, 27 and FB. RGB value is (209,39,251). Sum of RGB (Red+Green+Blue) = 209+39+251=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #D127FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127FB is #2ED804. Grayscale: #717171. Windows color (decimal): -3069957 or 16459729. OLE color: 16459729.
HSL color Cylindrical-coordinate representation of color #D127FB: hue angle of 288.11º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D127FB is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 39 | 251 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.02 |
| HSL | 288.11º | 0.96% | 0.57% | - |
| HSV(B) | 288.11º | 0.84% | 0.98% | - |
| XYZ | 44.43 | 21.97 | 93.17 | - |
| YUV | 114 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 251 | 0.17 | 0.84 | 0 | 0.02 | 288.11 | 0.96 | 0.57 |
| Hex | D1 | 27 | FB | 11 | 54 | 0 | 2 | 120 | 60 | 39 |
| Octal | 321 | 47 | 373 | 21 | 124 | 0 | 2 | 440 | 140 | 71 |
| Binary | 11010001 | 100111 | 11111011 | 10001 | 1010100 | 0 | 10 | 100100000 | 1100000 | 111001 |
Color Harmonies of #D127FB
Complementary color
Monochromatic Colors of #D127FB
Black with #D127FB
Text Example
Text Example
White with #D127FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127FB; }
p { color: rgb(209,39,251); }
H1.HeaderClassName
{
color: #D127FB;
}
.AnyTagClassName
{
color: #D127FB;
}
</style>
background-color css
<style>
a { background-color: #D127FB; }
a { background-color: rgb(209,39,251); }
div.DivClassName
{
background-color: #D127FB;
}
.BgClassName
{
background-color: #D127FB;
}
</style>
border-color css
<style>
span { border-color: #D127FB; }
span { border-color: rgb(209,39,251); }
td.TdClassName
{
border-color: #D127FB;
}
.TagClassName
{
border-color: #D127FB;
}
</style>