Shades of Fuchsia #D03AB3
Tints of Fuchsia #D03AB3
RGB
CMYK
RGB Variations
Color information
#D03AB3 (or 0xD03AB3) is known color: Fuchsia. HEX triplet: D0, 3A and B3. RGB value is (208,58,179). Sum of RGB (Red+Green+Blue) = 208+58+179=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AB3 is #2FC54C. Grayscale: #747474. Windows color (decimal): -3130701 or 11746000. OLE color: 11746000.
HSL color Cylindrical-coordinate representation of color #D03AB3: hue angle of 311.6º 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 #D03AB3 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 179 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.18 |
| HSL | 311.6º | 0.61% | 0.52% | - |
| HSV(B) | 311.6º | 0.72% | 0.82% | - |
| XYZ | 35.66 | 19.69 | 44.57 | - |
| YUV | 116.64 | 163.2 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 179 | 0 | 0.72 | 0.14 | 0.18 | 311.6 | 0.61 | 0.52 |
| Hex | D0 | 3A | B3 | 0 | 48 | E | 12 | 138 | 3D | 34 |
| Octal | 320 | 72 | 263 | 0 | 110 | 16 | 22 | 470 | 75 | 64 |
| Binary | 11010000 | 111010 | 10110011 | 0 | 1001000 | 1110 | 10010 | 100111000 | 111101 | 110100 |
Color Harmonies of #D03AB3
Complementary color
Monochromatic Colors of #D03AB3
Black with #D03AB3
Text Example
Text Example
White with #D03AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AB3; }
p { color: rgb(208,58,179); }
H1.HeaderClassName
{
color: #D03AB3;
}
.AnyTagClassName
{
color: #D03AB3;
}
</style>
background-color css
<style>
a { background-color: #D03AB3; }
a { background-color: rgb(208,58,179); }
div.DivClassName
{
background-color: #D03AB3;
}
.BgClassName
{
background-color: #D03AB3;
}
</style>
border-color css
<style>
span { border-color: #D03AB3; }
span { border-color: rgb(208,58,179); }
td.TdClassName
{
border-color: #D03AB3;
}
.TagClassName
{
border-color: #D03AB3;
}
</style>