Shades of Fuchsia #D03BAC
Tints of Fuchsia #D03BAC
RGB
CMYK
RGB Variations
Color information
#D03BAC (or 0xD03BAC) is known color: Fuchsia. HEX triplet: D0, 3B and AC. RGB value is (208,59,172). Sum of RGB (Red+Green+Blue) = 208+59+172=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D03BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03BAC is #2FC453. Grayscale: #747474. Windows color (decimal): -3130452 or 11287504. OLE color: 11287504.
HSL color Cylindrical-coordinate representation of color #D03BAC: hue angle of 314.5º 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 #D03BAC is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 172 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.18 |
| HSL | 314.5º | 0.61% | 0.52% | - |
| HSV(B) | 314.5º | 0.72% | 0.82% | - |
| XYZ | 35.02 | 19.52 | 40.95 | - |
| YUV | 116.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 172 | 0 | 0.72 | 0.17 | 0.18 | 314.5 | 0.61 | 0.52 |
| Hex | D0 | 3B | AC | 0 | 48 | 11 | 12 | 13A | 3D | 34 |
| Octal | 320 | 73 | 254 | 0 | 110 | 21 | 22 | 472 | 75 | 64 |
| Binary | 11010000 | 111011 | 10101100 | 0 | 1001000 | 10001 | 10010 | 100111010 | 111101 | 110100 |
Color Harmonies of #D03BAC
Complementary color
Monochromatic Colors of #D03BAC
Black with #D03BAC
Text Example
Text Example
White with #D03BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BAC; }
p { color: rgb(208,59,172); }
H1.HeaderClassName
{
color: #D03BAC;
}
.AnyTagClassName
{
color: #D03BAC;
}
</style>
background-color css
<style>
a { background-color: #D03BAC; }
a { background-color: rgb(208,59,172); }
div.DivClassName
{
background-color: #D03BAC;
}
.BgClassName
{
background-color: #D03BAC;
}
</style>
border-color css
<style>
span { border-color: #D03BAC; }
span { border-color: rgb(208,59,172); }
td.TdClassName
{
border-color: #D03BAC;
}
.TagClassName
{
border-color: #D03BAC;
}
</style>