Shades of Psychedelic Purple #D124F8
Tints of Psychedelic Purple #D124F8
RGB
CMYK
RGB Variations
Color information
#D124F8 (or 0xD124F8) is known color: Psychedelic Purple. HEX triplet: D1, 24 and F8. RGB value is (209,36,248). Sum of RGB (Red+Green+Blue) = 209+36+248=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 36 (14.45% from 255 or 7.30% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #D124F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D124F8 is #2EDB07. Grayscale: #6F6F6F. Windows color (decimal): -3070728 or 16262353. OLE color: 16262353.
HSL color Cylindrical-coordinate representation of color #D124F8: hue angle of 288.96º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D124F8 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 36 | 248 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.03 |
| HSL | 288.96º | 0.94% | 0.56% | - |
| HSV(B) | 288.96º | 0.85% | 0.97% | - |
| XYZ | 43.87 | 21.59 | 90.66 | - |
| YUV | 111.9 | 204.81 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 248 | 0.16 | 0.85 | 0 | 0.03 | 288.96 | 0.94 | 0.56 |
| Hex | D1 | 24 | F8 | 10 | 55 | 0 | 3 | 121 | 5E | 38 |
| Octal | 321 | 44 | 370 | 20 | 125 | 0 | 3 | 441 | 136 | 70 |
| Binary | 11010001 | 100100 | 11111000 | 10000 | 1010101 | 0 | 11 | 100100001 | 1011110 | 111000 |
Color Harmonies of #D124F8
Complementary color
Monochromatic Colors of #D124F8
Black with #D124F8
Text Example
Text Example
White with #D124F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124F8; }
p { color: rgb(209,36,248); }
H1.HeaderClassName
{
color: #D124F8;
}
.AnyTagClassName
{
color: #D124F8;
}
</style>
background-color css
<style>
a { background-color: #D124F8; }
a { background-color: rgb(209,36,248); }
div.DivClassName
{
background-color: #D124F8;
}
.BgClassName
{
background-color: #D124F8;
}
</style>
border-color css
<style>
span { border-color: #D124F8; }
span { border-color: rgb(209,36,248); }
td.TdClassName
{
border-color: #D124F8;
}
.TagClassName
{
border-color: #D124F8;
}
</style>