Shades of Fuchsia #D13ABB
Tints of Fuchsia #D13ABB
RGB
CMYK
RGB Variations
Color information
#D13ABB (or 0xD13ABB) is known color: Fuchsia. HEX triplet: D1, 3A and BB. RGB value is (209,58,187). Sum of RGB (Red+Green+Blue) = 209+58+187=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ABB is #2EC544. Grayscale: #757575. Windows color (decimal): -3065157 or 12270289. OLE color: 12270289.
HSL color Cylindrical-coordinate representation of color #D13ABB: hue angle of 308.74º 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 #D13ABB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 187 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.18 |
| HSL | 308.74º | 0.62% | 0.52% | - |
| HSV(B) | 308.74º | 0.72% | 0.82% | - |
| XYZ | 36.78 | 20.17 | 48.97 | - |
| YUV | 117.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 187 | 0 | 0.72 | 0.11 | 0.18 | 308.74 | 0.62 | 0.52 |
| Hex | D1 | 3A | BB | 0 | 48 | B | 12 | 135 | 3E | 34 |
| Octal | 321 | 72 | 273 | 0 | 110 | 13 | 22 | 465 | 76 | 64 |
| Binary | 11010001 | 111010 | 10111011 | 0 | 1001000 | 1011 | 10010 | 100110101 | 111110 | 110100 |
Color Harmonies of #D13ABB
Complementary color
Monochromatic Colors of #D13ABB
Black with #D13ABB
Text Example
Text Example
White with #D13ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13ABB; }
p { color: rgb(209,58,187); }
H1.HeaderClassName
{
color: #D13ABB;
}
.AnyTagClassName
{
color: #D13ABB;
}
</style>
background-color css
<style>
a { background-color: #D13ABB; }
a { background-color: rgb(209,58,187); }
div.DivClassName
{
background-color: #D13ABB;
}
.BgClassName
{
background-color: #D13ABB;
}
</style>
border-color css
<style>
span { border-color: #D13ABB; }
span { border-color: rgb(209,58,187); }
td.TdClassName
{
border-color: #D13ABB;
}
.TagClassName
{
border-color: #D13ABB;
}
</style>