Shades of Fuchsia #D03DAE
Tints of Fuchsia #D03DAE
RGB
CMYK
RGB Variations
Color information
#D03DAE (or 0xD03DAE) is known color: Fuchsia. HEX triplet: D0, 3D and AE. RGB value is (208,61,174). Sum of RGB (Red+Green+Blue) = 208+61+174=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03DAE is #2FC251. Grayscale: #757575. Windows color (decimal): -3129938 or 11419088. OLE color: 11419088.
HSL color Cylindrical-coordinate representation of color #D03DAE: hue angle of 313.88º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03DAE is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 174 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.18 |
| HSL | 313.88º | 0.61% | 0.53% | - |
| HSV(B) | 313.88º | 0.71% | 0.82% | - |
| XYZ | 35.32 | 19.8 | 42.01 | - |
| YUV | 117.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 174 | 0 | 0.71 | 0.16 | 0.18 | 313.88 | 0.61 | 0.53 |
| Hex | D0 | 3D | AE | 0 | 47 | 10 | 12 | 13A | 3D | 35 |
| Octal | 320 | 75 | 256 | 0 | 107 | 20 | 22 | 472 | 75 | 65 |
| Binary | 11010000 | 111101 | 10101110 | 0 | 1000111 | 10000 | 10010 | 100111010 | 111101 | 110101 |
Color Harmonies of #D03DAE
Complementary color
Monochromatic Colors of #D03DAE
Black with #D03DAE
Text Example
Text Example
White with #D03DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DAE; }
p { color: rgb(208,61,174); }
H1.HeaderClassName
{
color: #D03DAE;
}
.AnyTagClassName
{
color: #D03DAE;
}
</style>
background-color css
<style>
a { background-color: #D03DAE; }
a { background-color: rgb(208,61,174); }
div.DivClassName
{
background-color: #D03DAE;
}
.BgClassName
{
background-color: #D03DAE;
}
</style>
border-color css
<style>
span { border-color: #D03DAE; }
span { border-color: rgb(208,61,174); }
td.TdClassName
{
border-color: #D03DAE;
}
.TagClassName
{
border-color: #D03DAE;
}
</style>