Shades of Fuchsia #D836B5
Tints of Fuchsia #D836B5
RGB
CMYK
RGB Variations
Color information
#D836B5 (or 0xD836B5) is known color: Fuchsia. HEX triplet: D8, 36 and B5. RGB value is (216,54,181). Sum of RGB (Red+Green+Blue) = 216+54+181=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D836B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836B5 is #27C94A. Grayscale: #747474. Windows color (decimal): -2607435 or 11876056. OLE color: 11876056.
HSL color Cylindrical-coordinate representation of color #D836B5: hue angle of 312.96º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D836B5 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 181 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.15 |
| HSL | 312.96º | 0.68% | 0.53% | - |
| HSV(B) | 312.96º | 0.75% | 0.85% | - |
| XYZ | 37.98 | 20.57 | 45.69 | - |
| YUV | 116.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 181 | 0 | 0.75 | 0.16 | 0.15 | 312.96 | 0.68 | 0.53 |
| Hex | D8 | 36 | B5 | 0 | 4B | 10 | F | 139 | 44 | 35 |
| Octal | 330 | 66 | 265 | 0 | 113 | 20 | 17 | 471 | 104 | 65 |
| Binary | 11011000 | 110110 | 10110101 | 0 | 1001011 | 10000 | 1111 | 100111001 | 1000100 | 110101 |
Color Harmonies of #D836B5
Complementary color
Monochromatic Colors of #D836B5
Black with #D836B5
Text Example
Text Example
White with #D836B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D836B5; }
p { color: rgb(216,54,181); }
H1.HeaderClassName
{
color: #D836B5;
}
.AnyTagClassName
{
color: #D836B5;
}
</style>
background-color css
<style>
a { background-color: #D836B5; }
a { background-color: rgb(216,54,181); }
div.DivClassName
{
background-color: #D836B5;
}
.BgClassName
{
background-color: #D836B5;
}
</style>
border-color css
<style>
span { border-color: #D836B5; }
span { border-color: rgb(216,54,181); }
td.TdClassName
{
border-color: #D836B5;
}
.TagClassName
{
border-color: #D836B5;
}
</style>