Shades of Psychedelic Purple #D031FB
Tints of Psychedelic Purple #D031FB
RGB
CMYK
RGB Variations
Color information
#D031FB (or 0xD031FB) is known color: Psychedelic Purple. HEX triplet: D0, 31 and FB. RGB value is (208,49,251). Sum of RGB (Red+Green+Blue) = 208+49+251=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 49 (19.53% from 255 or 9.65% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #D031FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031FB is #2FCE04. Grayscale: #767676. Windows color (decimal): -3132933 or 16462288. OLE color: 16462288.
HSL color Cylindrical-coordinate representation of color #D031FB: hue angle of 287.23º 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 #D031FB is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 49 | 251 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.02 |
| HSL | 287.23º | 0.96% | 0.59% | - |
| HSV(B) | 287.23º | 0.8% | 0.98% | - |
| XYZ | 44.52 | 22.57 | 93.28 | - |
| YUV | 119.57 | 202.18 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 251 | 0.17 | 0.80 | 0 | 0.02 | 287.23 | 0.96 | 0.59 |
| Hex | D0 | 31 | FB | 11 | 50 | 0 | 2 | 11F | 60 | 3B |
| Octal | 320 | 61 | 373 | 21 | 120 | 0 | 2 | 437 | 140 | 73 |
| Binary | 11010000 | 110001 | 11111011 | 10001 | 1010000 | 0 | 10 | 100011111 | 1100000 | 111011 |
Color Harmonies of #D031FB
Complementary color
Monochromatic Colors of #D031FB
Black with #D031FB
Text Example
Text Example
White with #D031FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031FB; }
p { color: rgb(208,49,251); }
H1.HeaderClassName
{
color: #D031FB;
}
.AnyTagClassName
{
color: #D031FB;
}
</style>
background-color css
<style>
a { background-color: #D031FB; }
a { background-color: rgb(208,49,251); }
div.DivClassName
{
background-color: #D031FB;
}
.BgClassName
{
background-color: #D031FB;
}
</style>
border-color css
<style>
span { border-color: #D031FB; }
span { border-color: rgb(208,49,251); }
td.TdClassName
{
border-color: #D031FB;
}
.TagClassName
{
border-color: #D031FB;
}
</style>