Shades of Psychedelic Purple #D032FB
Tints of Psychedelic Purple #D032FB
RGB
CMYK
RGB Variations
Color information
#D032FB (or 0xD032FB) is known color: Psychedelic Purple. HEX triplet: D0, 32 and FB. RGB value is (208,50,251). Sum of RGB (Red+Green+Blue) = 208+50+251=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 50 (19.92% from 255 or 9.82% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #D032FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D032FB is #2FCD04. Grayscale: #777777. Windows color (decimal): -3132677 or 16462544. OLE color: 16462544.
HSL color Cylindrical-coordinate representation of color #D032FB: hue angle of 287.16º 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 #D032FB is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 50 | 251 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.02 |
| HSL | 287.16º | 0.96% | 0.59% | - |
| HSV(B) | 287.16º | 0.8% | 0.98% | - |
| XYZ | 44.57 | 22.66 | 93.29 | - |
| YUV | 120.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 251 | 0.17 | 0.80 | 0 | 0.02 | 287.16 | 0.96 | 0.59 |
| Hex | D0 | 32 | FB | 11 | 50 | 0 | 2 | 11F | 60 | 3B |
| Octal | 320 | 62 | 373 | 21 | 120 | 0 | 2 | 437 | 140 | 73 |
| Binary | 11010000 | 110010 | 11111011 | 10001 | 1010000 | 0 | 10 | 100011111 | 1100000 | 111011 |
Color Harmonies of #D032FB
Complementary color
Monochromatic Colors of #D032FB
Black with #D032FB
Text Example
Text Example
White with #D032FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032FB; }
p { color: rgb(208,50,251); }
H1.HeaderClassName
{
color: #D032FB;
}
.AnyTagClassName
{
color: #D032FB;
}
</style>
background-color css
<style>
a { background-color: #D032FB; }
a { background-color: rgb(208,50,251); }
div.DivClassName
{
background-color: #D032FB;
}
.BgClassName
{
background-color: #D032FB;
}
</style>
border-color css
<style>
span { border-color: #D032FB; }
span { border-color: rgb(208,50,251); }
td.TdClassName
{
border-color: #D032FB;
}
.TagClassName
{
border-color: #D032FB;
}
</style>