Shades of Psychedelic Purple #D914FB
Tints of Psychedelic Purple #D914FB
RGB
CMYK
RGB Variations
Color information
#D914FB (or 0xD914FB) is known color: Psychedelic Purple. HEX triplet: D9, 14 and FB. RGB value is (217,20,251). Sum of RGB (Red+Green+Blue) = 217+20+251=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #D914FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D914FB is #26EB04. Grayscale: #686868. Windows color (decimal): -2550533 or 16454873. OLE color: 16454873.
HSL color Cylindrical-coordinate representation of color #D914FB: hue angle of 291.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D914FB is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 20 | 251 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.02 |
| HSL | 291.17º | 0.97% | 0.53% | - |
| HSV(B) | 291.17º | 0.92% | 0.98% | - |
| XYZ | 46.28 | 22.22 | 93.12 | - |
| YUV | 105.24 | 210.27 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 251 | 0.14 | 0.92 | 0 | 0.02 | 291.17 | 0.97 | 0.53 |
| Hex | D9 | 14 | FB | E | 5C | 0 | 2 | 123 | 61 | 35 |
| Octal | 331 | 24 | 373 | 16 | 134 | 0 | 2 | 443 | 141 | 65 |
| Binary | 11011001 | 10100 | 11111011 | 1110 | 1011100 | 0 | 10 | 100100011 | 1100001 | 110101 |
Color Harmonies of #D914FB
Complementary color
Monochromatic Colors of #D914FB
Black with #D914FB
Text Example
Text Example
White with #D914FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914FB; }
p { color: rgb(217,20,251); }
H1.HeaderClassName
{
color: #D914FB;
}
.AnyTagClassName
{
color: #D914FB;
}
</style>
background-color css
<style>
a { background-color: #D914FB; }
a { background-color: rgb(217,20,251); }
div.DivClassName
{
background-color: #D914FB;
}
.BgClassName
{
background-color: #D914FB;
}
</style>
border-color css
<style>
span { border-color: #D914FB; }
span { border-color: rgb(217,20,251); }
td.TdClassName
{
border-color: #D914FB;
}
.TagClassName
{
border-color: #D914FB;
}
</style>