Shades of Fuchsia #D036BD
Tints of Fuchsia #D036BD
RGB
CMYK
RGB Variations
Color information
#D036BD (or 0xD036BD) is known color: Fuchsia. HEX triplet: D0, 36 and BD. RGB value is (208,54,189). Sum of RGB (Red+Green+Blue) = 208+54+189=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D036BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036BD is #2FC942. Grayscale: #737373. Windows color (decimal): -3131715 or 12400336. OLE color: 12400336.
HSL color Cylindrical-coordinate representation of color #D036BD: hue angle of 307.4º 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 #D036BD is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 189 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.18 |
| HSL | 307.4º | 0.62% | 0.51% | - |
| HSV(B) | 307.4º | 0.74% | 0.82% | - |
| XYZ | 36.52 | 19.72 | 50.03 | - |
| YUV | 115.44 | 169.52 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 189 | 0 | 0.74 | 0.09 | 0.18 | 307.4 | 0.62 | 0.51 |
| Hex | D0 | 36 | BD | 0 | 4A | 9 | 12 | 133 | 3E | 33 |
| Octal | 320 | 66 | 275 | 0 | 112 | 11 | 22 | 463 | 76 | 63 |
| Binary | 11010000 | 110110 | 10111101 | 0 | 1001010 | 1001 | 10010 | 100110011 | 111110 | 110011 |
Color Harmonies of #D036BD
Complementary color
Monochromatic Colors of #D036BD
Black with #D036BD
Text Example
Text Example
White with #D036BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036BD; }
p { color: rgb(208,54,189); }
H1.HeaderClassName
{
color: #D036BD;
}
.AnyTagClassName
{
color: #D036BD;
}
</style>
background-color css
<style>
a { background-color: #D036BD; }
a { background-color: rgb(208,54,189); }
div.DivClassName
{
background-color: #D036BD;
}
.BgClassName
{
background-color: #D036BD;
}
</style>
border-color css
<style>
span { border-color: #D036BD; }
span { border-color: rgb(208,54,189); }
td.TdClassName
{
border-color: #D036BD;
}
.TagClassName
{
border-color: #D036BD;
}
</style>