Shades of Psychedelic Purple #D921FB
Tints of Psychedelic Purple #D921FB
RGB
CMYK
RGB Variations
Color information
#D921FB (or 0xD921FB) is known color: Psychedelic Purple. HEX triplet: D9, 21 and FB. RGB value is (217,33,251). Sum of RGB (Red+Green+Blue) = 217+33+251=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 33 (13.28% from 255 or 6.59% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #D921FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D921FB is #26DE04. Grayscale: #707070. Windows color (decimal): -2547205 or 16458201. OLE color: 16458201.
HSL color Cylindrical-coordinate representation of color #D921FB: hue angle of 290.64º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D921FB is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 33 | 251 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.02 |
| HSL | 290.64º | 0.96% | 0.56% | - |
| HSV(B) | 290.64º | 0.87% | 0.98% | - |
| XYZ | 46.57 | 22.8 | 93.21 | - |
| YUV | 112.87 | 205.96 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 251 | 0.14 | 0.87 | 0 | 0.02 | 290.64 | 0.96 | 0.56 |
| Hex | D9 | 21 | FB | E | 57 | 0 | 2 | 123 | 60 | 38 |
| Octal | 331 | 41 | 373 | 16 | 127 | 0 | 2 | 443 | 140 | 70 |
| Binary | 11011001 | 100001 | 11111011 | 1110 | 1010111 | 0 | 10 | 100100011 | 1100000 | 111000 |
Color Harmonies of #D921FB
Complementary color
Monochromatic Colors of #D921FB
Black with #D921FB
Text Example
Text Example
White with #D921FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921FB; }
p { color: rgb(217,33,251); }
H1.HeaderClassName
{
color: #D921FB;
}
.AnyTagClassName
{
color: #D921FB;
}
</style>
background-color css
<style>
a { background-color: #D921FB; }
a { background-color: rgb(217,33,251); }
div.DivClassName
{
background-color: #D921FB;
}
.BgClassName
{
background-color: #D921FB;
}
</style>
border-color css
<style>
span { border-color: #D921FB; }
span { border-color: rgb(217,33,251); }
td.TdClassName
{
border-color: #D921FB;
}
.TagClassName
{
border-color: #D921FB;
}
</style>