Shades of Fuchsia #D12AB7
Tints of Fuchsia #D12AB7
RGB
CMYK
RGB Variations
Color information
#D12AB7 (or 0xD12AB7) is known color: Fuchsia. HEX triplet: D1, 2A and B7. RGB value is (209,42,183). Sum of RGB (Red+Green+Blue) = 209+42+183=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D12AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12AB7 is #2ED548. Grayscale: #6B6B6B. Windows color (decimal): -3069257 or 12004049. OLE color: 12004049.
HSL color Cylindrical-coordinate representation of color #D12AB7: hue angle of 309.34º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12AB7 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 183 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.18 |
| HSL | 309.34º | 0.67% | 0.49% | - |
| HSV(B) | 309.34º | 0.8% | 0.82% | - |
| XYZ | 35.67 | 18.63 | 46.52 | - |
| YUV | 108.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 183 | 0 | 0.80 | 0.12 | 0.18 | 309.34 | 0.67 | 0.49 |
| Hex | D1 | 2A | B7 | 0 | 50 | C | 12 | 135 | 43 | 31 |
| Octal | 321 | 52 | 267 | 0 | 120 | 14 | 22 | 465 | 103 | 61 |
| Binary | 11010001 | 101010 | 10110111 | 0 | 1010000 | 1100 | 10010 | 100110101 | 1000011 | 110001 |
Color Harmonies of #D12AB7
Complementary color
Monochromatic Colors of #D12AB7
Black with #D12AB7
Text Example
Text Example
White with #D12AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12AB7; }
p { color: rgb(209,42,183); }
H1.HeaderClassName
{
color: #D12AB7;
}
.AnyTagClassName
{
color: #D12AB7;
}
</style>
background-color css
<style>
a { background-color: #D12AB7; }
a { background-color: rgb(209,42,183); }
div.DivClassName
{
background-color: #D12AB7;
}
.BgClassName
{
background-color: #D12AB7;
}
</style>
border-color css
<style>
span { border-color: #D12AB7; }
span { border-color: rgb(209,42,183); }
td.TdClassName
{
border-color: #D12AB7;
}
.TagClassName
{
border-color: #D12AB7;
}
</style>