Shades of Psychedelic Purple #D127FF
Tints of Psychedelic Purple #D127FF
RGB
CMYK
RGB Variations
Color information
#D127FF (or 0xD127FF) is known color: Psychedelic Purple. HEX triplet: D1, 27 and FF. RGB value is (209,39,255). Sum of RGB (Red+Green+Blue) = 209+39+255=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #D127FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127FF is #2ED800. Grayscale: #717171. Windows color (decimal): -3069953 or 16721873. OLE color: 16721873.
HSL color Cylindrical-coordinate representation of color #D127FF: hue angle of 287.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D127FF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 39 | 255 | - |
| CMYK | 0.18 | 0.85 | 0 | 0 |
| HSL | 287.22º | 1% | 0.58% | - |
| HSV(B) | 287.22º | 0.85% | 1% | - |
| XYZ | 45.07 | 22.23 | 96.52 | - |
| YUV | 114.45 | 207.32 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 255 | 0.18 | 0.85 | 0 | 0 | 287.22 | 1 | 0.58 |
| Hex | D1 | 27 | FF | 12 | 55 | 0 | 0 | 11F | 64 | 3A |
| Octal | 321 | 47 | 377 | 22 | 125 | 0 | 0 | 437 | 144 | 72 |
| Binary | 11010001 | 100111 | 11111111 | 10010 | 1010101 | 0 | 0 | 100011111 | 1100100 | 111010 |
Color Harmonies of #D127FF
Complementary color
Monochromatic Colors of #D127FF
Black with #D127FF
Text Example
Text Example
White with #D127FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127FF; }
p { color: rgb(209,39,255); }
H1.HeaderClassName
{
color: #D127FF;
}
.AnyTagClassName
{
color: #D127FF;
}
</style>
background-color css
<style>
a { background-color: #D127FF; }
a { background-color: rgb(209,39,255); }
div.DivClassName
{
background-color: #D127FF;
}
.BgClassName
{
background-color: #D127FF;
}
</style>
border-color css
<style>
span { border-color: #D127FF; }
span { border-color: rgb(209,39,255); }
td.TdClassName
{
border-color: #D127FF;
}
.TagClassName
{
border-color: #D127FF;
}
</style>