Shades of Psychedelic Purple #D724FE
Tints of Psychedelic Purple #D724FE
RGB
CMYK
RGB Variations
Color information
#D724FE (or 0xD724FE) is known color: Psychedelic Purple. HEX triplet: D7, 24 and FE. RGB value is (215,36,254). Sum of RGB (Red+Green+Blue) = 215+36+254=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #D724FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D724FE is #28DB01. Grayscale: #717171. Windows color (decimal): -2677506 or 16655575. OLE color: 16655575.
HSL color Cylindrical-coordinate representation of color #D724FE: hue angle of 289.27º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D724FE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 36 | 254 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.00 |
| HSL | 289.27º | 0.99% | 0.57% | - |
| HSV(B) | 289.27º | 0.86% | 1% | - |
| XYZ | 46.54 | 22.86 | 95.73 | - |
| YUV | 114.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 254 | 0.15 | 0.86 | 0 | 0.00 | 289.27 | 0.99 | 0.57 |
| Hex | D7 | 24 | FE | F | 56 | 0 | 0 | 121 | 63 | 39 |
| Octal | 327 | 44 | 376 | 17 | 126 | 0 | 0 | 441 | 143 | 71 |
| Binary | 11010111 | 100100 | 11111110 | 1111 | 1010110 | 0 | 0 | 100100001 | 1100011 | 111001 |
Color Harmonies of #D724FE
Complementary color
Monochromatic Colors of #D724FE
Black with #D724FE
Text Example
Text Example
White with #D724FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724FE; }
p { color: rgb(215,36,254); }
H1.HeaderClassName
{
color: #D724FE;
}
.AnyTagClassName
{
color: #D724FE;
}
</style>
background-color css
<style>
a { background-color: #D724FE; }
a { background-color: rgb(215,36,254); }
div.DivClassName
{
background-color: #D724FE;
}
.BgClassName
{
background-color: #D724FE;
}
</style>
border-color css
<style>
span { border-color: #D724FE; }
span { border-color: rgb(215,36,254); }
td.TdClassName
{
border-color: #D724FE;
}
.TagClassName
{
border-color: #D724FE;
}
</style>