Shades of Fuchsia #D036B8
Tints of Fuchsia #D036B8
RGB
CMYK
RGB Variations
Color information
#D036B8 (or 0xD036B8) is known color: Fuchsia. HEX triplet: D0, 36 and B8. RGB value is (208,54,184). Sum of RGB (Red+Green+Blue) = 208+54+184=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D036B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036B8 is #2FC947. Grayscale: #727272. Windows color (decimal): -3131720 or 12072656. OLE color: 12072656.
HSL color Cylindrical-coordinate representation of color #D036B8: hue angle of 309.35º 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 #D036B8 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 184 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.18 |
| HSL | 309.35º | 0.62% | 0.51% | - |
| HSV(B) | 309.35º | 0.74% | 0.82% | - |
| XYZ | 35.98 | 19.51 | 47.22 | - |
| YUV | 114.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 184 | 0 | 0.74 | 0.12 | 0.18 | 309.35 | 0.62 | 0.51 |
| Hex | D0 | 36 | B8 | 0 | 4A | C | 12 | 135 | 3E | 33 |
| Octal | 320 | 66 | 270 | 0 | 112 | 14 | 22 | 465 | 76 | 63 |
| Binary | 11010000 | 110110 | 10111000 | 0 | 1001010 | 1100 | 10010 | 100110101 | 111110 | 110011 |
Color Harmonies of #D036B8
Complementary color
Monochromatic Colors of #D036B8
Black with #D036B8
Text Example
Text Example
White with #D036B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036B8; }
p { color: rgb(208,54,184); }
H1.HeaderClassName
{
color: #D036B8;
}
.AnyTagClassName
{
color: #D036B8;
}
</style>
background-color css
<style>
a { background-color: #D036B8; }
a { background-color: rgb(208,54,184); }
div.DivClassName
{
background-color: #D036B8;
}
.BgClassName
{
background-color: #D036B8;
}
</style>
border-color css
<style>
span { border-color: #D036B8; }
span { border-color: rgb(208,54,184); }
td.TdClassName
{
border-color: #D036B8;
}
.TagClassName
{
border-color: #D036B8;
}
</style>