Shades of Psychedelic Purple #D924FB
Tints of Psychedelic Purple #D924FB
RGB
CMYK
RGB Variations
Color information
#D924FB (or 0xD924FB) is known color: Psychedelic Purple. HEX triplet: D9, 24 and FB. RGB value is (217,36,251). Sum of RGB (Red+Green+Blue) = 217+36+251=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #D924FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D924FB is #26DB04. Grayscale: #717171. Windows color (decimal): -2546437 or 16458969. OLE color: 16458969.
HSL color Cylindrical-coordinate representation of color #D924FB: hue angle of 290.51º 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 #D924FB is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 36 | 251 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.02 |
| HSL | 290.51º | 0.96% | 0.56% | - |
| HSV(B) | 290.51º | 0.86% | 0.98% | - |
| XYZ | 46.66 | 22.98 | 93.24 | - |
| YUV | 114.63 | 204.97 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 251 | 0.14 | 0.86 | 0 | 0.02 | 290.51 | 0.96 | 0.56 |
| Hex | D9 | 24 | FB | E | 56 | 0 | 2 | 123 | 60 | 38 |
| Octal | 331 | 44 | 373 | 16 | 126 | 0 | 2 | 443 | 140 | 70 |
| Binary | 11011001 | 100100 | 11111011 | 1110 | 1010110 | 0 | 10 | 100100011 | 1100000 | 111000 |
Color Harmonies of #D924FB
Complementary color
Monochromatic Colors of #D924FB
Black with #D924FB
Text Example
Text Example
White with #D924FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D924FB; }
p { color: rgb(217,36,251); }
H1.HeaderClassName
{
color: #D924FB;
}
.AnyTagClassName
{
color: #D924FB;
}
</style>
background-color css
<style>
a { background-color: #D924FB; }
a { background-color: rgb(217,36,251); }
div.DivClassName
{
background-color: #D924FB;
}
.BgClassName
{
background-color: #D924FB;
}
</style>
border-color css
<style>
span { border-color: #D924FB; }
span { border-color: rgb(217,36,251); }
td.TdClassName
{
border-color: #D924FB;
}
.TagClassName
{
border-color: #D924FB;
}
</style>