Shades of Psychedelic Purple #D924FC
Tints of Psychedelic Purple #D924FC
RGB
CMYK
RGB Variations
Color information
#D924FC (or 0xD924FC) is known color: Psychedelic Purple. HEX triplet: D9, 24 and FC. RGB value is (217,36,252). Sum of RGB (Red+Green+Blue) = 217+36+252=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #D924FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D924FC is #26DB03. Grayscale: #727272. Windows color (decimal): -2546436 or 16524505. OLE color: 16524505.
HSL color Cylindrical-coordinate representation of color #D924FC: hue angle of 290.28º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D924FC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 36 | 252 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.01 |
| HSL | 290.28º | 0.97% | 0.56% | - |
| HSV(B) | 290.28º | 0.86% | 0.99% | - |
| XYZ | 46.82 | 23.04 | 94.08 | - |
| YUV | 114.74 | 205.47 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 252 | 0.14 | 0.86 | 0 | 0.01 | 290.28 | 0.97 | 0.56 |
| Hex | D9 | 24 | FC | E | 56 | 0 | 1 | 122 | 61 | 38 |
| Octal | 331 | 44 | 374 | 16 | 126 | 0 | 1 | 442 | 141 | 70 |
| Binary | 11011001 | 100100 | 11111100 | 1110 | 1010110 | 0 | 1 | 100100010 | 1100001 | 111000 |
Color Harmonies of #D924FC
Complementary color
Monochromatic Colors of #D924FC
Black with #D924FC
Text Example
Text Example
White with #D924FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924FC; }
p { color: rgb(217,36,252); }
H1.HeaderClassName
{
color: #D924FC;
}
.AnyTagClassName
{
color: #D924FC;
}
</style>
background-color css
<style>
a { background-color: #D924FC; }
a { background-color: rgb(217,36,252); }
div.DivClassName
{
background-color: #D924FC;
}
.BgClassName
{
background-color: #D924FC;
}
</style>
border-color css
<style>
span { border-color: #D924FC; }
span { border-color: rgb(217,36,252); }
td.TdClassName
{
border-color: #D924FC;
}
.TagClassName
{
border-color: #D924FC;
}
</style>