Shades of Fuchsia #D12DC6
Tints of Fuchsia #D12DC6
RGB
CMYK
RGB Variations
Color information
#D12DC6 (or 0xD12DC6) is known color: Fuchsia. HEX triplet: D1, 2D and C6. RGB value is (209,45,198). Sum of RGB (Red+Green+Blue) = 209+45+198=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DC6 is #2ED239. Grayscale: #6F6F6F. Windows color (decimal): -3068474 or 12987857. OLE color: 12987857.
HSL color Cylindrical-coordinate representation of color #D12DC6: hue angle of 304.02º 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 #D12DC6 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 198 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.18 |
| HSL | 304.02º | 0.65% | 0.5% | - |
| HSV(B) | 304.02º | 0.78% | 0.82% | - |
| XYZ | 37.43 | 19.51 | 55.22 | - |
| YUV | 111.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 198 | 0 | 0.78 | 0.05 | 0.18 | 304.02 | 0.65 | 0.5 |
| Hex | D1 | 2D | C6 | 0 | 4E | 5 | 12 | 130 | 41 | 32 |
| Octal | 321 | 55 | 306 | 0 | 116 | 5 | 22 | 460 | 101 | 62 |
| Binary | 11010001 | 101101 | 11000110 | 0 | 1001110 | 101 | 10010 | 100110000 | 1000001 | 110010 |
Color Harmonies of #D12DC6
Complementary color
Monochromatic Colors of #D12DC6
Black with #D12DC6
Text Example
Text Example
White with #D12DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DC6; }
p { color: rgb(209,45,198); }
H1.HeaderClassName
{
color: #D12DC6;
}
.AnyTagClassName
{
color: #D12DC6;
}
</style>
background-color css
<style>
a { background-color: #D12DC6; }
a { background-color: rgb(209,45,198); }
div.DivClassName
{
background-color: #D12DC6;
}
.BgClassName
{
background-color: #D12DC6;
}
</style>
border-color css
<style>
span { border-color: #D12DC6; }
span { border-color: rgb(209,45,198); }
td.TdClassName
{
border-color: #D12DC6;
}
.TagClassName
{
border-color: #D12DC6;
}
</style>