Shades of Psychedelic Purple #D124FA
Tints of Psychedelic Purple #D124FA
RGB
CMYK
RGB Variations
Color information
#D124FA (or 0xD124FA) is known color: Psychedelic Purple. HEX triplet: D1, 24 and FA. RGB value is (209,36,250). Sum of RGB (Red+Green+Blue) = 209+36+250=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #D124FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D124FA is #2EDB05. Grayscale: #6F6F6F. Windows color (decimal): -3070726 or 16393425. OLE color: 16393425.
HSL color Cylindrical-coordinate representation of color #D124FA: hue angle of 288.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D124FA is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 36 | 250 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.02 |
| HSL | 288.5º | 0.96% | 0.56% | - |
| HSV(B) | 288.5º | 0.86% | 0.98% | - |
| XYZ | 44.18 | 21.72 | 92.31 | - |
| YUV | 112.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 250 | 0.16 | 0.86 | 0 | 0.02 | 288.5 | 0.96 | 0.56 |
| Hex | D1 | 24 | FA | 10 | 56 | 0 | 2 | 121 | 60 | 38 |
| Octal | 321 | 44 | 372 | 20 | 126 | 0 | 2 | 441 | 140 | 70 |
| Binary | 11010001 | 100100 | 11111010 | 10000 | 1010110 | 0 | 10 | 100100001 | 1100000 | 111000 |
Color Harmonies of #D124FA
Complementary color
Monochromatic Colors of #D124FA
Black with #D124FA
Text Example
Text Example
White with #D124FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124FA; }
p { color: rgb(209,36,250); }
H1.HeaderClassName
{
color: #D124FA;
}
.AnyTagClassName
{
color: #D124FA;
}
</style>
background-color css
<style>
a { background-color: #D124FA; }
a { background-color: rgb(209,36,250); }
div.DivClassName
{
background-color: #D124FA;
}
.BgClassName
{
background-color: #D124FA;
}
</style>
border-color css
<style>
span { border-color: #D124FA; }
span { border-color: rgb(209,36,250); }
td.TdClassName
{
border-color: #D124FA;
}
.TagClassName
{
border-color: #D124FA;
}
</style>