Shades of Psychedelic Purple #D724F8
Tints of Psychedelic Purple #D724F8
RGB
CMYK
RGB Variations
Color information
#D724F8 (or 0xD724F8) is known color: Psychedelic Purple. HEX triplet: D7, 24 and F8. RGB value is (215,36,248). Sum of RGB (Red+Green+Blue) = 215+36+248=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #D724F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D724F8 is #28DB07. Grayscale: #717171. Windows color (decimal): -2677512 or 16262359. OLE color: 16262359.
HSL color Cylindrical-coordinate representation of color #D724F8: hue angle of 290.66º 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 #D724F8 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 36 | 248 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.03 |
| HSL | 290.66º | 0.94% | 0.56% | - |
| HSV(B) | 290.66º | 0.85% | 0.97% | - |
| XYZ | 45.6 | 22.49 | 90.74 | - |
| YUV | 113.69 | 203.8 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 248 | 0.13 | 0.85 | 0 | 0.03 | 290.66 | 0.94 | 0.56 |
| Hex | D7 | 24 | F8 | D | 55 | 0 | 3 | 123 | 5E | 38 |
| Octal | 327 | 44 | 370 | 15 | 125 | 0 | 3 | 443 | 136 | 70 |
| Binary | 11010111 | 100100 | 11111000 | 1101 | 1010101 | 0 | 11 | 100100011 | 1011110 | 111000 |
Color Harmonies of #D724F8
Complementary color
Monochromatic Colors of #D724F8
Black with #D724F8
Text Example
Text Example
White with #D724F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724F8; }
p { color: rgb(215,36,248); }
H1.HeaderClassName
{
color: #D724F8;
}
.AnyTagClassName
{
color: #D724F8;
}
</style>
background-color css
<style>
a { background-color: #D724F8; }
a { background-color: rgb(215,36,248); }
div.DivClassName
{
background-color: #D724F8;
}
.BgClassName
{
background-color: #D724F8;
}
</style>
border-color css
<style>
span { border-color: #D724F8; }
span { border-color: rgb(215,36,248); }
td.TdClassName
{
border-color: #D724F8;
}
.TagClassName
{
border-color: #D724F8;
}
</style>