Shades of Psychedelic Purple #D431FB
Tints of Psychedelic Purple #D431FB
RGB
CMYK
RGB Variations
Color information
#D431FB (or 0xD431FB) is known color: Psychedelic Purple. HEX triplet: D4, 31 and FB. RGB value is (212,49,251). Sum of RGB (Red+Green+Blue) = 212+49+251=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #D431FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D431FB is #2BCE04. Grayscale: #787878. Windows color (decimal): -2870789 or 16462292. OLE color: 16462292.
HSL color Cylindrical-coordinate representation of color #D431FB: hue angle of 288.42º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D431FB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 49 | 251 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.02 |
| HSL | 288.42º | 0.96% | 0.59% | - |
| HSV(B) | 288.42º | 0.8% | 0.98% | - |
| XYZ | 45.66 | 23.16 | 93.33 | - |
| YUV | 120.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 251 | 0.16 | 0.80 | 0 | 0.02 | 288.42 | 0.96 | 0.59 |
| Hex | D4 | 31 | FB | 10 | 50 | 0 | 2 | 120 | 60 | 3B |
| Octal | 324 | 61 | 373 | 20 | 120 | 0 | 2 | 440 | 140 | 73 |
| Binary | 11010100 | 110001 | 11111011 | 10000 | 1010000 | 0 | 10 | 100100000 | 1100000 | 111011 |
Color Harmonies of #D431FB
Complementary color
Monochromatic Colors of #D431FB
Black with #D431FB
Text Example
Text Example
White with #D431FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431FB; }
p { color: rgb(212,49,251); }
H1.HeaderClassName
{
color: #D431FB;
}
.AnyTagClassName
{
color: #D431FB;
}
</style>
background-color css
<style>
a { background-color: #D431FB; }
a { background-color: rgb(212,49,251); }
div.DivClassName
{
background-color: #D431FB;
}
.BgClassName
{
background-color: #D431FB;
}
</style>
border-color css
<style>
span { border-color: #D431FB; }
span { border-color: rgb(212,49,251); }
td.TdClassName
{
border-color: #D431FB;
}
.TagClassName
{
border-color: #D431FB;
}
</style>