Shades of Fuchsia #D03AAF
Tints of Fuchsia #D03AAF
RGB
CMYK
RGB Variations
Color information
#D03AAF (or 0xD03AAF) is known color: Fuchsia. HEX triplet: D0, 3A and AF. RGB value is (208,58,175). Sum of RGB (Red+Green+Blue) = 208+58+175=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03AAF is #2FC550. Grayscale: #737373. Windows color (decimal): -3130705 or 11483856. OLE color: 11483856.
HSL color Cylindrical-coordinate representation of color #D03AAF: hue angle of 313.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 #D03AAF is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 175 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.18 |
| HSL | 313.2º | 0.61% | 0.52% | - |
| HSV(B) | 313.2º | 0.72% | 0.82% | - |
| XYZ | 35.26 | 19.53 | 42.47 | - |
| YUV | 116.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 175 | 0 | 0.72 | 0.16 | 0.18 | 313.2 | 0.61 | 0.52 |
| Hex | D0 | 3A | AF | 0 | 48 | 10 | 12 | 139 | 3D | 34 |
| Octal | 320 | 72 | 257 | 0 | 110 | 20 | 22 | 471 | 75 | 64 |
| Binary | 11010000 | 111010 | 10101111 | 0 | 1001000 | 10000 | 10010 | 100111001 | 111101 | 110100 |
Color Harmonies of #D03AAF
Complementary color
Monochromatic Colors of #D03AAF
Black with #D03AAF
Text Example
Text Example
White with #D03AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03AAF; }
p { color: rgb(208,58,175); }
H1.HeaderClassName
{
color: #D03AAF;
}
.AnyTagClassName
{
color: #D03AAF;
}
</style>
background-color css
<style>
a { background-color: #D03AAF; }
a { background-color: rgb(208,58,175); }
div.DivClassName
{
background-color: #D03AAF;
}
.BgClassName
{
background-color: #D03AAF;
}
</style>
border-color css
<style>
span { border-color: #D03AAF; }
span { border-color: rgb(208,58,175); }
td.TdClassName
{
border-color: #D03AAF;
}
.TagClassName
{
border-color: #D03AAF;
}
</style>