Shades of Fuchsia #D13AB0
Tints of Fuchsia #D13AB0
RGB
CMYK
RGB Variations
Color information
#D13AB0 (or 0xD13AB0) is known color: Fuchsia. HEX triplet: D1, 3A and B0. RGB value is (209,58,176). Sum of RGB (Red+Green+Blue) = 209+58+176=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AB0 is #2EC54F. Grayscale: #747474. Windows color (decimal): -3065168 or 11549393. OLE color: 11549393.
HSL color Cylindrical-coordinate representation of color #D13AB0: hue angle of 313.11º degrees, saturation: 0.62, 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 #D13AB0 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 176 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.18 |
| HSL | 313.11º | 0.62% | 0.52% | - |
| HSV(B) | 313.11º | 0.72% | 0.82% | - |
| XYZ | 35.64 | 19.72 | 43 | - |
| YUV | 116.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 176 | 0 | 0.72 | 0.16 | 0.18 | 313.11 | 0.62 | 0.52 |
| Hex | D1 | 3A | B0 | 0 | 48 | 10 | 12 | 139 | 3E | 34 |
| Octal | 321 | 72 | 260 | 0 | 110 | 20 | 22 | 471 | 76 | 64 |
| Binary | 11010001 | 111010 | 10110000 | 0 | 1001000 | 10000 | 10010 | 100111001 | 111110 | 110100 |
Color Harmonies of #D13AB0
Complementary color
Monochromatic Colors of #D13AB0
Black with #D13AB0
Text Example
Text Example
White with #D13AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13AB0; }
p { color: rgb(209,58,176); }
H1.HeaderClassName
{
color: #D13AB0;
}
.AnyTagClassName
{
color: #D13AB0;
}
</style>
background-color css
<style>
a { background-color: #D13AB0; }
a { background-color: rgb(209,58,176); }
div.DivClassName
{
background-color: #D13AB0;
}
.BgClassName
{
background-color: #D13AB0;
}
</style>
border-color css
<style>
span { border-color: #D13AB0; }
span { border-color: rgb(209,58,176); }
td.TdClassName
{
border-color: #D13AB0;
}
.TagClassName
{
border-color: #D13AB0;
}
</style>