Shades of Fuchsia #D036B3
Tints of Fuchsia #D036B3
RGB
CMYK
RGB Variations
Color information
#D036B3 (or 0xD036B3) is known color: Fuchsia. HEX triplet: D0, 36 and B3. RGB value is (208,54,179). Sum of RGB (Red+Green+Blue) = 208+54+179=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D036B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036B3 is #2FC94C. Grayscale: #717171. Windows color (decimal): -3131725 or 11744976. OLE color: 11744976.
HSL color Cylindrical-coordinate representation of color #D036B3: hue angle of 311.3º 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 #D036B3 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 179 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.18 |
| HSL | 311.3º | 0.62% | 0.51% | - |
| HSV(B) | 311.3º | 0.74% | 0.82% | - |
| XYZ | 35.47 | 19.3 | 44.5 | - |
| YUV | 114.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 179 | 0 | 0.74 | 0.14 | 0.18 | 311.3 | 0.62 | 0.51 |
| Hex | D0 | 36 | B3 | 0 | 4A | E | 12 | 137 | 3E | 33 |
| Octal | 320 | 66 | 263 | 0 | 112 | 16 | 22 | 467 | 76 | 63 |
| Binary | 11010000 | 110110 | 10110011 | 0 | 1001010 | 1110 | 10010 | 100110111 | 111110 | 110011 |
Color Harmonies of #D036B3
Complementary color
Monochromatic Colors of #D036B3
Black with #D036B3
Text Example
Text Example
White with #D036B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D036B3; }
p { color: rgb(208,54,179); }
H1.HeaderClassName
{
color: #D036B3;
}
.AnyTagClassName
{
color: #D036B3;
}
</style>
background-color css
<style>
a { background-color: #D036B3; }
a { background-color: rgb(208,54,179); }
div.DivClassName
{
background-color: #D036B3;
}
.BgClassName
{
background-color: #D036B3;
}
</style>
border-color css
<style>
span { border-color: #D036B3; }
span { border-color: rgb(208,54,179); }
td.TdClassName
{
border-color: #D036B3;
}
.TagClassName
{
border-color: #D036B3;
}
</style>