Shades of Fuchsia #D12DB3
Tints of Fuchsia #D12DB3
RGB
CMYK
RGB Variations
Color information
#D12DB3 (or 0xD12DB3) is known color: Fuchsia. HEX triplet: D1, 2D and B3. RGB value is (209,45,179). Sum of RGB (Red+Green+Blue) = 209+45+179=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DB3 is #2ED24C. Grayscale: #6C6C6C. Windows color (decimal): -3068493 or 11742673. OLE color: 11742673.
HSL color Cylindrical-coordinate representation of color #D12DB3: hue angle of 310.98º 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 #D12DB3 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 179 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.18 |
| HSL | 310.98º | 0.65% | 0.5% | - |
| HSV(B) | 310.98º | 0.78% | 0.82% | - |
| XYZ | 35.37 | 18.69 | 44.39 | - |
| YUV | 109.31 | 167.33 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 179 | 0 | 0.78 | 0.14 | 0.18 | 310.98 | 0.65 | 0.5 |
| Hex | D1 | 2D | B3 | 0 | 4E | E | 12 | 137 | 41 | 32 |
| Octal | 321 | 55 | 263 | 0 | 116 | 16 | 22 | 467 | 101 | 62 |
| Binary | 11010001 | 101101 | 10110011 | 0 | 1001110 | 1110 | 10010 | 100110111 | 1000001 | 110010 |
Color Harmonies of #D12DB3
Complementary color
Monochromatic Colors of #D12DB3
Black with #D12DB3
Text Example
Text Example
White with #D12DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DB3; }
p { color: rgb(209,45,179); }
H1.HeaderClassName
{
color: #D12DB3;
}
.AnyTagClassName
{
color: #D12DB3;
}
</style>
background-color css
<style>
a { background-color: #D12DB3; }
a { background-color: rgb(209,45,179); }
div.DivClassName
{
background-color: #D12DB3;
}
.BgClassName
{
background-color: #D12DB3;
}
</style>
border-color css
<style>
span { border-color: #D12DB3; }
span { border-color: rgb(209,45,179); }
td.TdClassName
{
border-color: #D12DB3;
}
.TagClassName
{
border-color: #D12DB3;
}
</style>