Shades of Fuchsia #D13AB8
Tints of Fuchsia #D13AB8
RGB
CMYK
RGB Variations
Color information
#D13AB8 (or 0xD13AB8) is known color: Fuchsia. HEX triplet: D1, 3A and B8. RGB value is (209,58,184). Sum of RGB (Red+Green+Blue) = 209+58+184=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13AB8 is #2EC547. Grayscale: #757575. Windows color (decimal): -3065160 or 12073681. OLE color: 12073681.
HSL color Cylindrical-coordinate representation of color #D13AB8: hue angle of 309.93º 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 #D13AB8 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 184 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.18 |
| HSL | 309.93º | 0.62% | 0.52% | - |
| HSV(B) | 309.93º | 0.72% | 0.82% | - |
| XYZ | 36.46 | 20.04 | 47.29 | - |
| YUV | 117.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 184 | 0 | 0.72 | 0.12 | 0.18 | 309.93 | 0.62 | 0.52 |
| Hex | D1 | 3A | B8 | 0 | 48 | C | 12 | 136 | 3E | 34 |
| Octal | 321 | 72 | 270 | 0 | 110 | 14 | 22 | 466 | 76 | 64 |
| Binary | 11010001 | 111010 | 10111000 | 0 | 1001000 | 1100 | 10010 | 100110110 | 111110 | 110100 |
Color Harmonies of #D13AB8
Complementary color
Monochromatic Colors of #D13AB8
Black with #D13AB8
Text Example
Text Example
White with #D13AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13AB8; }
p { color: rgb(209,58,184); }
H1.HeaderClassName
{
color: #D13AB8;
}
.AnyTagClassName
{
color: #D13AB8;
}
</style>
background-color css
<style>
a { background-color: #D13AB8; }
a { background-color: rgb(209,58,184); }
div.DivClassName
{
background-color: #D13AB8;
}
.BgClassName
{
background-color: #D13AB8;
}
</style>
border-color css
<style>
span { border-color: #D13AB8; }
span { border-color: rgb(209,58,184); }
td.TdClassName
{
border-color: #D13AB8;
}
.TagClassName
{
border-color: #D13AB8;
}
</style>