Shades of Fuchsia #D12DBE
Tints of Fuchsia #D12DBE
RGB
CMYK
RGB Variations
Color information
#D12DBE (or 0xD12DBE) is known color: Fuchsia. HEX triplet: D1, 2D and BE. RGB value is (209,45,190). Sum of RGB (Red+Green+Blue) = 209+45+190=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DBE is #2ED241. Grayscale: #6E6E6E. Windows color (decimal): -3068482 or 12463569. OLE color: 12463569.
HSL color Cylindrical-coordinate representation of color #D12DBE: hue angle of 306.95º 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 #D12DBE is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 190 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.18 |
| HSL | 306.95º | 0.65% | 0.5% | - |
| HSV(B) | 306.95º | 0.78% | 0.82% | - |
| XYZ | 36.53 | 19.15 | 50.49 | - |
| YUV | 110.57 | 172.83 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 190 | 0 | 0.78 | 0.09 | 0.18 | 306.95 | 0.65 | 0.5 |
| Hex | D1 | 2D | BE | 0 | 4E | 9 | 12 | 133 | 41 | 32 |
| Octal | 321 | 55 | 276 | 0 | 116 | 11 | 22 | 463 | 101 | 62 |
| Binary | 11010001 | 101101 | 10111110 | 0 | 1001110 | 1001 | 10010 | 100110011 | 1000001 | 110010 |
Color Harmonies of #D12DBE
Complementary color
Monochromatic Colors of #D12DBE
Black with #D12DBE
Text Example
Text Example
White with #D12DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DBE; }
p { color: rgb(209,45,190); }
H1.HeaderClassName
{
color: #D12DBE;
}
.AnyTagClassName
{
color: #D12DBE;
}
</style>
background-color css
<style>
a { background-color: #D12DBE; }
a { background-color: rgb(209,45,190); }
div.DivClassName
{
background-color: #D12DBE;
}
.BgClassName
{
background-color: #D12DBE;
}
</style>
border-color css
<style>
span { border-color: #D12DBE; }
span { border-color: rgb(209,45,190); }
td.TdClassName
{
border-color: #D12DBE;
}
.TagClassName
{
border-color: #D12DBE;
}
</style>