Shades of Fuchsia #D03AB6
Tints of Fuchsia #D03AB6
RGB
CMYK
RGB Variations
Color information
#D03AB6 (or 0xD03AB6) is known color: Fuchsia. HEX triplet: D0, 3A and B6. RGB value is (208,58,182). Sum of RGB (Red+Green+Blue) = 208+58+182=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AB6 is #2FC549. Grayscale: #747474. Windows color (decimal): -3130698 or 11942608. OLE color: 11942608.
HSL color Cylindrical-coordinate representation of color #D03AB6: hue angle of 310.4º 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 #D03AB6 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 182 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.18 |
| HSL | 310.4º | 0.61% | 0.52% | - |
| HSV(B) | 310.4º | 0.72% | 0.82% | - |
| XYZ | 35.97 | 19.81 | 46.18 | - |
| YUV | 116.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 182 | 0 | 0.72 | 0.12 | 0.18 | 310.4 | 0.61 | 0.52 |
| Hex | D0 | 3A | B6 | 0 | 48 | C | 12 | 136 | 3D | 34 |
| Octal | 320 | 72 | 266 | 0 | 110 | 14 | 22 | 466 | 75 | 64 |
| Binary | 11010000 | 111010 | 10110110 | 0 | 1001000 | 1100 | 10010 | 100110110 | 111101 | 110100 |
Color Harmonies of #D03AB6
Complementary color
Monochromatic Colors of #D03AB6
Black with #D03AB6
Text Example
Text Example
White with #D03AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AB6; }
p { color: rgb(208,58,182); }
H1.HeaderClassName
{
color: #D03AB6;
}
.AnyTagClassName
{
color: #D03AB6;
}
</style>
background-color css
<style>
a { background-color: #D03AB6; }
a { background-color: rgb(208,58,182); }
div.DivClassName
{
background-color: #D03AB6;
}
.BgClassName
{
background-color: #D03AB6;
}
</style>
border-color css
<style>
span { border-color: #D03AB6; }
span { border-color: rgb(208,58,182); }
td.TdClassName
{
border-color: #D03AB6;
}
.TagClassName
{
border-color: #D03AB6;
}
</style>