Shades of Fuchsia #D035BA
Tints of Fuchsia #D035BA
RGB
CMYK
RGB Variations
Color information
#D035BA (or 0xD035BA) is known color: Fuchsia. HEX triplet: D0, 35 and BA. RGB value is (208,53,186). Sum of RGB (Red+Green+Blue) = 208+53+186=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D035BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035BA is #2FCA45. Grayscale: #727272. Windows color (decimal): -3131974 or 12203472. OLE color: 12203472.
HSL color Cylindrical-coordinate representation of color #D035BA: hue angle of 308.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D035BA is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 186 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.18 |
| HSL | 308.52º | 0.62% | 0.51% | - |
| HSV(B) | 308.52º | 0.75% | 0.82% | - |
| XYZ | 36.15 | 19.5 | 48.31 | - |
| YUV | 114.51 | 168.35 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 186 | 0 | 0.75 | 0.11 | 0.18 | 308.52 | 0.62 | 0.51 |
| Hex | D0 | 35 | BA | 0 | 4B | B | 12 | 135 | 3E | 33 |
| Octal | 320 | 65 | 272 | 0 | 113 | 13 | 22 | 465 | 76 | 63 |
| Binary | 11010000 | 110101 | 10111010 | 0 | 1001011 | 1011 | 10010 | 100110101 | 111110 | 110011 |
Color Harmonies of #D035BA
Complementary color
Monochromatic Colors of #D035BA
Black with #D035BA
Text Example
Text Example
White with #D035BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D035BA; }
p { color: rgb(208,53,186); }
H1.HeaderClassName
{
color: #D035BA;
}
.AnyTagClassName
{
color: #D035BA;
}
</style>
background-color css
<style>
a { background-color: #D035BA; }
a { background-color: rgb(208,53,186); }
div.DivClassName
{
background-color: #D035BA;
}
.BgClassName
{
background-color: #D035BA;
}
</style>
border-color css
<style>
span { border-color: #D035BA; }
span { border-color: rgb(208,53,186); }
td.TdClassName
{
border-color: #D035BA;
}
.TagClassName
{
border-color: #D035BA;
}
</style>