Shades of Fuchsia #D036BB
Tints of Fuchsia #D036BB
RGB
CMYK
RGB Variations
Color information
#D036BB (or 0xD036BB) is known color: Fuchsia. HEX triplet: D0, 36 and BB. RGB value is (208,54,187). Sum of RGB (Red+Green+Blue) = 208+54+187=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D036BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036BB is #2FC944. Grayscale: #727272. Windows color (decimal): -3131717 or 12269264. OLE color: 12269264.
HSL color Cylindrical-coordinate representation of color #D036BB: hue angle of 308.18º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D036BB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 187 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.18 |
| HSL | 308.18º | 0.62% | 0.51% | - |
| HSV(B) | 308.18º | 0.74% | 0.82% | - |
| XYZ | 36.3 | 19.64 | 48.89 | - |
| YUV | 115.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 187 | 0 | 0.74 | 0.10 | 0.18 | 308.18 | 0.62 | 0.51 |
| Hex | D0 | 36 | BB | 0 | 4A | A | 12 | 134 | 3E | 33 |
| Octal | 320 | 66 | 273 | 0 | 112 | 12 | 22 | 464 | 76 | 63 |
| Binary | 11010000 | 110110 | 10111011 | 0 | 1001010 | 1010 | 10010 | 100110100 | 111110 | 110011 |
Color Harmonies of #D036BB
Complementary color
Monochromatic Colors of #D036BB
Black with #D036BB
Text Example
Text Example
White with #D036BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036BB; }
p { color: rgb(208,54,187); }
H1.HeaderClassName
{
color: #D036BB;
}
.AnyTagClassName
{
color: #D036BB;
}
</style>
background-color css
<style>
a { background-color: #D036BB; }
a { background-color: rgb(208,54,187); }
div.DivClassName
{
background-color: #D036BB;
}
.BgClassName
{
background-color: #D036BB;
}
</style>
border-color css
<style>
span { border-color: #D036BB; }
span { border-color: rgb(208,54,187); }
td.TdClassName
{
border-color: #D036BB;
}
.TagClassName
{
border-color: #D036BB;
}
</style>