Shades of Psychedelic Purple #D536FB
Tints of Psychedelic Purple #D536FB
RGB
CMYK
RGB Variations
Color information
#D536FB (or 0xD536FB) is known color: Psychedelic Purple. HEX triplet: D5, 36 and FB. RGB value is (213,54,251). Sum of RGB (Red+Green+Blue) = 213+54+251=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 54 (21.48% from 255 or 10.42% 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 #D536FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D536FB is #2AC904. Grayscale: #7B7B7B. Windows color (decimal): -2803973 or 16463573. OLE color: 16463573.
HSL color Cylindrical-coordinate representation of color #D536FB: hue angle of 288.43º 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 #D536FB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 54 | 251 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.02 |
| HSL | 288.43º | 0.96% | 0.6% | - |
| HSV(B) | 288.43º | 0.78% | 0.98% | - |
| XYZ | 46.17 | 23.75 | 93.42 | - |
| YUV | 124 | 199.68 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 251 | 0.15 | 0.78 | 0 | 0.02 | 288.43 | 0.96 | 0.6 |
| Hex | D5 | 36 | FB | F | 4E | 0 | 2 | 120 | 60 | 3C |
| Octal | 325 | 66 | 373 | 17 | 116 | 0 | 2 | 440 | 140 | 74 |
| Binary | 11010101 | 110110 | 11111011 | 1111 | 1001110 | 0 | 10 | 100100000 | 1100000 | 111100 |
Color Harmonies of #D536FB
Complementary color
Monochromatic Colors of #D536FB
Black with #D536FB
Text Example
Text Example
White with #D536FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D536FB; }
p { color: rgb(213,54,251); }
H1.HeaderClassName
{
color: #D536FB;
}
.AnyTagClassName
{
color: #D536FB;
}
</style>
background-color css
<style>
a { background-color: #D536FB; }
a { background-color: rgb(213,54,251); }
div.DivClassName
{
background-color: #D536FB;
}
.BgClassName
{
background-color: #D536FB;
}
</style>
border-color css
<style>
span { border-color: #D536FB; }
span { border-color: rgb(213,54,251); }
td.TdClassName
{
border-color: #D536FB;
}
.TagClassName
{
border-color: #D536FB;
}
</style>