Shades of Fuchsia #D12DBD
Tints of Fuchsia #D12DBD
RGB
CMYK
RGB Variations
Color information
#D12DBD (or 0xD12DBD) is known color: Fuchsia. HEX triplet: D1, 2D and BD. RGB value is (209,45,189). Sum of RGB (Red+Green+Blue) = 209+45+189=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DBD is #2ED242. Grayscale: #6E6E6E. Windows color (decimal): -3068483 or 12398033. OLE color: 12398033.
HSL color Cylindrical-coordinate representation of color #D12DBD: hue angle of 307.32º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12DBD is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 189 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.18 |
| HSL | 307.32º | 0.65% | 0.5% | - |
| HSV(B) | 307.32º | 0.78% | 0.82% | - |
| XYZ | 36.42 | 19.11 | 49.91 | - |
| YUV | 110.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 189 | 0 | 0.78 | 0.10 | 0.18 | 307.32 | 0.65 | 0.5 |
| Hex | D1 | 2D | BD | 0 | 4E | A | 12 | 133 | 41 | 32 |
| Octal | 321 | 55 | 275 | 0 | 116 | 12 | 22 | 463 | 101 | 62 |
| Binary | 11010001 | 101101 | 10111101 | 0 | 1001110 | 1010 | 10010 | 100110011 | 1000001 | 110010 |
Color Harmonies of #D12DBD
Complementary color
Monochromatic Colors of #D12DBD
Black with #D12DBD
Text Example
Text Example
White with #D12DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DBD; }
p { color: rgb(209,45,189); }
H1.HeaderClassName
{
color: #D12DBD;
}
.AnyTagClassName
{
color: #D12DBD;
}
</style>
background-color css
<style>
a { background-color: #D12DBD; }
a { background-color: rgb(209,45,189); }
div.DivClassName
{
background-color: #D12DBD;
}
.BgClassName
{
background-color: #D12DBD;
}
</style>
border-color css
<style>
span { border-color: #D12DBD; }
span { border-color: rgb(209,45,189); }
td.TdClassName
{
border-color: #D12DBD;
}
.TagClassName
{
border-color: #D12DBD;
}
</style>