Shades of Fuchsia #D03AB9
Tints of Fuchsia #D03AB9
RGB
CMYK
RGB Variations
Color information
#D03AB9 (or 0xD03AB9) is known color: Fuchsia. HEX triplet: D0, 3A and B9. RGB value is (208,58,185). Sum of RGB (Red+Green+Blue) = 208+58+185=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AB9 is #2FC546. Grayscale: #747474. Windows color (decimal): -3130695 or 12139216. OLE color: 12139216.
HSL color Cylindrical-coordinate representation of color #D03AB9: hue angle of 309.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03AB9 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 185 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.18 |
| HSL | 309.2º | 0.61% | 0.52% | - |
| HSV(B) | 309.2º | 0.72% | 0.82% | - |
| XYZ | 36.28 | 19.94 | 47.84 | - |
| YUV | 117.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 185 | 0 | 0.72 | 0.11 | 0.18 | 309.2 | 0.61 | 0.52 |
| Hex | D0 | 3A | B9 | 0 | 48 | B | 12 | 135 | 3D | 34 |
| Octal | 320 | 72 | 271 | 0 | 110 | 13 | 22 | 465 | 75 | 64 |
| Binary | 11010000 | 111010 | 10111001 | 0 | 1001000 | 1011 | 10010 | 100110101 | 111101 | 110100 |
Color Harmonies of #D03AB9
Complementary color
Monochromatic Colors of #D03AB9
Black with #D03AB9
Text Example
Text Example
White with #D03AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AB9; }
p { color: rgb(208,58,185); }
H1.HeaderClassName
{
color: #D03AB9;
}
.AnyTagClassName
{
color: #D03AB9;
}
</style>
background-color css
<style>
a { background-color: #D03AB9; }
a { background-color: rgb(208,58,185); }
div.DivClassName
{
background-color: #D03AB9;
}
.BgClassName
{
background-color: #D03AB9;
}
</style>
border-color css
<style>
span { border-color: #D03AB9; }
span { border-color: rgb(208,58,185); }
td.TdClassName
{
border-color: #D03AB9;
}
.TagClassName
{
border-color: #D03AB9;
}
</style>