Shades of Fuchsia #D03AB4
Tints of Fuchsia #D03AB4
RGB
CMYK
RGB Variations
Color information
#D03AB4 (or 0xD03AB4) is known color: Fuchsia. HEX triplet: D0, 3A and B4. RGB value is (208,58,180). Sum of RGB (Red+Green+Blue) = 208+58+180=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AB4 is #2FC54B. Grayscale: #747474. Windows color (decimal): -3130700 or 11811536. OLE color: 11811536.
HSL color Cylindrical-coordinate representation of color #D03AB4: hue angle of 311.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 #D03AB4 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 180 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.18 |
| HSL | 311.2º | 0.61% | 0.52% | - |
| HSV(B) | 311.2º | 0.72% | 0.82% | - |
| XYZ | 35.76 | 19.73 | 45.1 | - |
| YUV | 116.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 180 | 0 | 0.72 | 0.13 | 0.18 | 311.2 | 0.61 | 0.52 |
| Hex | D0 | 3A | B4 | 0 | 48 | D | 12 | 137 | 3D | 34 |
| Octal | 320 | 72 | 264 | 0 | 110 | 15 | 22 | 467 | 75 | 64 |
| Binary | 11010000 | 111010 | 10110100 | 0 | 1001000 | 1101 | 10010 | 100110111 | 111101 | 110100 |
Color Harmonies of #D03AB4
Complementary color
Monochromatic Colors of #D03AB4
Black with #D03AB4
Text Example
Text Example
White with #D03AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AB4; }
p { color: rgb(208,58,180); }
H1.HeaderClassName
{
color: #D03AB4;
}
.AnyTagClassName
{
color: #D03AB4;
}
</style>
background-color css
<style>
a { background-color: #D03AB4; }
a { background-color: rgb(208,58,180); }
div.DivClassName
{
background-color: #D03AB4;
}
.BgClassName
{
background-color: #D03AB4;
}
</style>
border-color css
<style>
span { border-color: #D03AB4; }
span { border-color: rgb(208,58,180); }
td.TdClassName
{
border-color: #D03AB4;
}
.TagClassName
{
border-color: #D03AB4;
}
</style>