Shades of Psychedelic Purple #D032FA
Tints of Psychedelic Purple #D032FA
RGB
CMYK
RGB Variations
Color information
#D032FA (or 0xD032FA) is known color: Psychedelic Purple. HEX triplet: D0, 32 and FA. RGB value is (208,50,250). Sum of RGB (Red+Green+Blue) = 208+50+250=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 50 (19.92% from 255 or 9.84% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #D032FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D032FA is #2FCD05. Grayscale: #777777. Windows color (decimal): -3132678 or 16397008. OLE color: 16397008.
HSL color Cylindrical-coordinate representation of color #D032FA: hue angle of 287.4º degrees, saturation: 0.95, 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 #D032FA is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 50 | 250 | - |
| CMYK | 0.17 | 0.8 | 0 | 0.02 |
| HSL | 287.4º | 0.95% | 0.59% | - |
| HSV(B) | 287.4º | 0.8% | 0.98% | - |
| XYZ | 44.41 | 22.59 | 92.46 | - |
| YUV | 120.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 250 | 0.17 | 0.8 | 0 | 0.02 | 287.4 | 0.95 | 0.59 |
| Hex | D0 | 32 | FA | 11 | 50 | 0 | 2 | 11F | 5F | 3B |
| Octal | 320 | 62 | 372 | 21 | 120 | 0 | 2 | 437 | 137 | 73 |
| Binary | 11010000 | 110010 | 11111010 | 10001 | 1010000 | 0 | 10 | 100011111 | 1011111 | 111011 |
Color Harmonies of #D032FA
Complementary color
Monochromatic Colors of #D032FA
Black with #D032FA
Text Example
Text Example
White with #D032FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032FA; }
p { color: rgb(208,50,250); }
H1.HeaderClassName
{
color: #D032FA;
}
.AnyTagClassName
{
color: #D032FA;
}
</style>
background-color css
<style>
a { background-color: #D032FA; }
a { background-color: rgb(208,50,250); }
div.DivClassName
{
background-color: #D032FA;
}
.BgClassName
{
background-color: #D032FA;
}
</style>
border-color css
<style>
span { border-color: #D032FA; }
span { border-color: rgb(208,50,250); }
td.TdClassName
{
border-color: #D032FA;
}
.TagClassName
{
border-color: #D032FA;
}
</style>