Shades of Fuchsia #D036BE
Tints of Fuchsia #D036BE
RGB
CMYK
RGB Variations
Color information
#D036BE (or 0xD036BE) is known color: Fuchsia. HEX triplet: D0, 36 and BE. RGB value is (208,54,190). Sum of RGB (Red+Green+Blue) = 208+54+190=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D036BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036BE is #2FC941. Grayscale: #737373. Windows color (decimal): -3131714 or 12465872. OLE color: 12465872.
HSL color Cylindrical-coordinate representation of color #D036BE: hue angle of 307.01º 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 #D036BE is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 190 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.18 |
| HSL | 307.01º | 0.62% | 0.51% | - |
| HSV(B) | 307.01º | 0.74% | 0.82% | - |
| XYZ | 36.63 | 19.77 | 50.6 | - |
| YUV | 115.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 190 | 0 | 0.74 | 0.09 | 0.18 | 307.01 | 0.62 | 0.51 |
| Hex | D0 | 36 | BE | 0 | 4A | 9 | 12 | 133 | 3E | 33 |
| Octal | 320 | 66 | 276 | 0 | 112 | 11 | 22 | 463 | 76 | 63 |
| Binary | 11010000 | 110110 | 10111110 | 0 | 1001010 | 1001 | 10010 | 100110011 | 111110 | 110011 |
Color Harmonies of #D036BE
Complementary color
Monochromatic Colors of #D036BE
Black with #D036BE
Text Example
Text Example
White with #D036BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036BE; }
p { color: rgb(208,54,190); }
H1.HeaderClassName
{
color: #D036BE;
}
.AnyTagClassName
{
color: #D036BE;
}
</style>
background-color css
<style>
a { background-color: #D036BE; }
a { background-color: rgb(208,54,190); }
div.DivClassName
{
background-color: #D036BE;
}
.BgClassName
{
background-color: #D036BE;
}
</style>
border-color css
<style>
span { border-color: #D036BE; }
span { border-color: rgb(208,54,190); }
td.TdClassName
{
border-color: #D036BE;
}
.TagClassName
{
border-color: #D036BE;
}
</style>