Shades of Psychedelic Purple #D536FA
Tints of Psychedelic Purple #D536FA
RGB
CMYK
RGB Variations
Color information
#D536FA (or 0xD536FA) is known color: Psychedelic Purple. HEX triplet: D5, 36 and FA. RGB value is (213,54,250). Sum of RGB (Red+Green+Blue) = 213+54+250=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 54 (21.48% from 255 or 10.44% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #D536FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D536FA is #2AC905. Grayscale: #7B7B7B. Windows color (decimal): -2803974 or 16398037. OLE color: 16398037.
HSL color Cylindrical-coordinate representation of color #D536FA: hue angle of 288.67º degrees, saturation: 0.95, 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 #D536FA is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 54 | 250 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.02 |
| HSL | 288.67º | 0.95% | 0.6% | - |
| HSV(B) | 288.67º | 0.78% | 0.98% | - |
| XYZ | 46.02 | 23.69 | 92.59 | - |
| YUV | 123.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 250 | 0.15 | 0.78 | 0 | 0.02 | 288.67 | 0.95 | 0.6 |
| Hex | D5 | 36 | FA | F | 4E | 0 | 2 | 121 | 5F | 3C |
| Octal | 325 | 66 | 372 | 17 | 116 | 0 | 2 | 441 | 137 | 74 |
| Binary | 11010101 | 110110 | 11111010 | 1111 | 1001110 | 0 | 10 | 100100001 | 1011111 | 111100 |
Color Harmonies of #D536FA
Complementary color
Monochromatic Colors of #D536FA
Black with #D536FA
Text Example
Text Example
White with #D536FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536FA; }
p { color: rgb(213,54,250); }
H1.HeaderClassName
{
color: #D536FA;
}
.AnyTagClassName
{
color: #D536FA;
}
</style>
background-color css
<style>
a { background-color: #D536FA; }
a { background-color: rgb(213,54,250); }
div.DivClassName
{
background-color: #D536FA;
}
.BgClassName
{
background-color: #D536FA;
}
</style>
border-color css
<style>
span { border-color: #D536FA; }
span { border-color: rgb(213,54,250); }
td.TdClassName
{
border-color: #D536FA;
}
.TagClassName
{
border-color: #D536FA;
}
</style>