Shades of Psychedelic Purple #D901FB
Tints of Psychedelic Purple #D901FB
RGB
CMYK
RGB Variations
Color information
#D901FB (or 0xD901FB) is known color: Psychedelic Purple. HEX triplet: D9, 01 and FB. RGB value is (217,1,251). Sum of RGB (Red+Green+Blue) = 217+1+251=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #D901FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D901FB is #26FE04. Grayscale: #5D5D5D. Windows color (decimal): -2555397 or 16450009. OLE color: 16450009.
HSL color Cylindrical-coordinate representation of color #D901FB: hue angle of 291.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901FB is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 1 | 251 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.02 |
| HSL | 291.84º | 0.99% | 0.49% | - |
| HSV(B) | 291.84º | 1% | 0.98% | - |
| XYZ | 46.04 | 21.74 | 93.04 | - |
| YUV | 94.08 | 216.56 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 251 | 0.14 | 1.00 | 0 | 0.02 | 291.84 | 0.99 | 0.49 |
| Hex | D9 | 1 | FB | E | 64 | 0 | 2 | 124 | 63 | 31 |
| Octal | 331 | 1 | 373 | 16 | 144 | 0 | 2 | 444 | 143 | 61 |
| Binary | 11011001 | 1 | 11111011 | 1110 | 1100100 | 0 | 10 | 100100100 | 1100011 | 110001 |
Color Harmonies of #D901FB
Complementary color
Monochromatic Colors of #D901FB
Black with #D901FB
Text Example
Text Example
White with #D901FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901FB; }
p { color: rgb(217,1,251); }
H1.HeaderClassName
{
color: #D901FB;
}
.AnyTagClassName
{
color: #D901FB;
}
</style>
background-color css
<style>
a { background-color: #D901FB; }
a { background-color: rgb(217,1,251); }
div.DivClassName
{
background-color: #D901FB;
}
.BgClassName
{
background-color: #D901FB;
}
</style>
border-color css
<style>
span { border-color: #D901FB; }
span { border-color: rgb(217,1,251); }
td.TdClassName
{
border-color: #D901FB;
}
.TagClassName
{
border-color: #D901FB;
}
</style>