Shades of Psychedelic Purple #D437FB
Tints of Psychedelic Purple #D437FB
RGB
CMYK
RGB Variations
Color information
#D437FB (or 0xD437FB) is known color: Psychedelic Purple. HEX triplet: D4, 37 and FB. RGB value is (212,55,251). Sum of RGB (Red+Green+Blue) = 212+55+251=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #D437FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437FB is #2BC804. Grayscale: #7B7B7B. Windows color (decimal): -2869253 or 16463828. OLE color: 16463828.
HSL color Cylindrical-coordinate representation of color #D437FB: hue angle of 288.06º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D437FB is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 55 | 251 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.02 |
| HSL | 288.06º | 0.96% | 0.6% | - |
| HSV(B) | 288.06º | 0.78% | 0.98% | - |
| XYZ | 45.93 | 23.69 | 93.42 | - |
| YUV | 124.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 251 | 0.16 | 0.78 | 0 | 0.02 | 288.06 | 0.96 | 0.6 |
| Hex | D4 | 37 | FB | 10 | 4E | 0 | 2 | 120 | 60 | 3C |
| Octal | 324 | 67 | 373 | 20 | 116 | 0 | 2 | 440 | 140 | 74 |
| Binary | 11010100 | 110111 | 11111011 | 10000 | 1001110 | 0 | 10 | 100100000 | 1100000 | 111100 |
Color Harmonies of #D437FB
Complementary color
Monochromatic Colors of #D437FB
Black with #D437FB
Text Example
Text Example
White with #D437FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437FB; }
p { color: rgb(212,55,251); }
H1.HeaderClassName
{
color: #D437FB;
}
.AnyTagClassName
{
color: #D437FB;
}
</style>
background-color css
<style>
a { background-color: #D437FB; }
a { background-color: rgb(212,55,251); }
div.DivClassName
{
background-color: #D437FB;
}
.BgClassName
{
background-color: #D437FB;
}
</style>
border-color css
<style>
span { border-color: #D437FB; }
span { border-color: rgb(212,55,251); }
td.TdClassName
{
border-color: #D437FB;
}
.TagClassName
{
border-color: #D437FB;
}
</style>