Shades of Fuchsia #D12CBD
Tints of Fuchsia #D12CBD
RGB
CMYK
RGB Variations
Color information
#D12CBD (or 0xD12CBD) is known color: Fuchsia. HEX triplet: D1, 2C and BD. RGB value is (209,44,189). Sum of RGB (Red+Green+Blue) = 209+44+189=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CBD is #2ED342. Grayscale: #6D6D6D. Windows color (decimal): -3068739 or 12397777. OLE color: 12397777.
HSL color Cylindrical-coordinate representation of color #D12CBD: hue angle of 307.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12CBD is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 189 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.18 |
| HSL | 307.27º | 0.65% | 0.5% | - |
| HSV(B) | 307.27º | 0.79% | 0.82% | - |
| XYZ | 36.38 | 19.03 | 49.9 | - |
| YUV | 109.87 | 172.66 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 189 | 0 | 0.79 | 0.10 | 0.18 | 307.27 | 0.65 | 0.5 |
| Hex | D1 | 2C | BD | 0 | 4F | A | 12 | 133 | 41 | 32 |
| Octal | 321 | 54 | 275 | 0 | 117 | 12 | 22 | 463 | 101 | 62 |
| Binary | 11010001 | 101100 | 10111101 | 0 | 1001111 | 1010 | 10010 | 100110011 | 1000001 | 110010 |
Color Harmonies of #D12CBD
Complementary color
Monochromatic Colors of #D12CBD
Black with #D12CBD
Text Example
Text Example
White with #D12CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CBD; }
p { color: rgb(209,44,189); }
H1.HeaderClassName
{
color: #D12CBD;
}
.AnyTagClassName
{
color: #D12CBD;
}
</style>
background-color css
<style>
a { background-color: #D12CBD; }
a { background-color: rgb(209,44,189); }
div.DivClassName
{
background-color: #D12CBD;
}
.BgClassName
{
background-color: #D12CBD;
}
</style>
border-color css
<style>
span { border-color: #D12CBD; }
span { border-color: rgb(209,44,189); }
td.TdClassName
{
border-color: #D12CBD;
}
.TagClassName
{
border-color: #D12CBD;
}
</style>