Shades of Psychedelic Purple #D836FB
Tints of Psychedelic Purple #D836FB
RGB
CMYK
RGB Variations
Color information
#D836FB (or 0xD836FB) is known color: Psychedelic Purple. HEX triplet: D8, 36 and FB. RGB value is (216,54,251). Sum of RGB (Red+Green+Blue) = 216+54+251=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 54 (21.48% from 255 or 10.36% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #D836FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D836FB is #27C904. Grayscale: #7C7C7C. Windows color (decimal): -2607365 or 16463576. OLE color: 16463576.
HSL color Cylindrical-coordinate representation of color #D836FB: hue angle of 289.34º 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 #D836FB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 54 | 251 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.02 |
| HSL | 289.34º | 0.96% | 0.6% | - |
| HSV(B) | 289.34º | 0.78% | 0.98% | - |
| XYZ | 47.05 | 24.2 | 93.46 | - |
| YUV | 124.9 | 199.17 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 251 | 0.14 | 0.78 | 0 | 0.02 | 289.34 | 0.96 | 0.6 |
| Hex | D8 | 36 | FB | E | 4E | 0 | 2 | 121 | 60 | 3C |
| Octal | 330 | 66 | 373 | 16 | 116 | 0 | 2 | 441 | 140 | 74 |
| Binary | 11011000 | 110110 | 11111011 | 1110 | 1001110 | 0 | 10 | 100100001 | 1100000 | 111100 |
Color Harmonies of #D836FB
Complementary color
Monochromatic Colors of #D836FB
Black with #D836FB
Text Example
Text Example
White with #D836FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D836FB; }
p { color: rgb(216,54,251); }
H1.HeaderClassName
{
color: #D836FB;
}
.AnyTagClassName
{
color: #D836FB;
}
</style>
background-color css
<style>
a { background-color: #D836FB; }
a { background-color: rgb(216,54,251); }
div.DivClassName
{
background-color: #D836FB;
}
.BgClassName
{
background-color: #D836FB;
}
</style>
border-color css
<style>
span { border-color: #D836FB; }
span { border-color: rgb(216,54,251); }
td.TdClassName
{
border-color: #D836FB;
}
.TagClassName
{
border-color: #D836FB;
}
</style>