Shades of Fuchsia #D03AB7
Tints of Fuchsia #D03AB7
RGB
CMYK
RGB Variations
Color information
#D03AB7 (or 0xD03AB7) is known color: Fuchsia. HEX triplet: D0, 3A and B7. RGB value is (208,58,183). Sum of RGB (Red+Green+Blue) = 208+58+183=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AB7 is #2FC548. Grayscale: #747474. Windows color (decimal): -3130697 or 12008144. OLE color: 12008144.
HSL color Cylindrical-coordinate representation of color #D03AB7: hue angle of 310º 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 #D03AB7 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 183 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.18 |
| HSL | 310º | 0.61% | 0.52% | - |
| HSV(B) | 310º | 0.72% | 0.82% | - |
| XYZ | 36.07 | 19.85 | 46.73 | - |
| YUV | 117.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 183 | 0 | 0.72 | 0.12 | 0.18 | 310 | 0.61 | 0.52 |
| Hex | D0 | 3A | B7 | 0 | 48 | C | 12 | 136 | 3D | 34 |
| Octal | 320 | 72 | 267 | 0 | 110 | 14 | 22 | 466 | 75 | 64 |
| Binary | 11010000 | 111010 | 10110111 | 0 | 1001000 | 1100 | 10010 | 100110110 | 111101 | 110100 |
Color Harmonies of #D03AB7
Complementary color
Monochromatic Colors of #D03AB7
Black with #D03AB7
Text Example
Text Example
White with #D03AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AB7; }
p { color: rgb(208,58,183); }
H1.HeaderClassName
{
color: #D03AB7;
}
.AnyTagClassName
{
color: #D03AB7;
}
</style>
background-color css
<style>
a { background-color: #D03AB7; }
a { background-color: rgb(208,58,183); }
div.DivClassName
{
background-color: #D03AB7;
}
.BgClassName
{
background-color: #D03AB7;
}
</style>
border-color css
<style>
span { border-color: #D03AB7; }
span { border-color: rgb(208,58,183); }
td.TdClassName
{
border-color: #D03AB7;
}
.TagClassName
{
border-color: #D03AB7;
}
</style>