Shades of Fuchsia #D12BBC
Tints of Fuchsia #D12BBC
RGB
CMYK
RGB Variations
Color information
#D12BBC (or 0xD12BBC) is known color: Fuchsia. HEX triplet: D1, 2B and BC. RGB value is (209,43,188). Sum of RGB (Red+Green+Blue) = 209+43+188=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BBC is #2ED443. Grayscale: #6C6C6C. Windows color (decimal): -3068996 or 12331985. OLE color: 12331985.
HSL color Cylindrical-coordinate representation of color #D12BBC: hue angle of 307.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12BBC is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 188 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.18 |
| HSL | 307.59º | 0.66% | 0.49% | - |
| HSV(B) | 307.59º | 0.79% | 0.82% | - |
| XYZ | 36.24 | 18.91 | 49.32 | - |
| YUV | 109.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 188 | 0 | 0.79 | 0.10 | 0.18 | 307.59 | 0.66 | 0.49 |
| Hex | D1 | 2B | BC | 0 | 4F | A | 12 | 134 | 42 | 31 |
| Octal | 321 | 53 | 274 | 0 | 117 | 12 | 22 | 464 | 102 | 61 |
| Binary | 11010001 | 101011 | 10111100 | 0 | 1001111 | 1010 | 10010 | 100110100 | 1000010 | 110001 |
Color Harmonies of #D12BBC
Complementary color
Monochromatic Colors of #D12BBC
Black with #D12BBC
Text Example
Text Example
White with #D12BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BBC; }
p { color: rgb(209,43,188); }
H1.HeaderClassName
{
color: #D12BBC;
}
.AnyTagClassName
{
color: #D12BBC;
}
</style>
background-color css
<style>
a { background-color: #D12BBC; }
a { background-color: rgb(209,43,188); }
div.DivClassName
{
background-color: #D12BBC;
}
.BgClassName
{
background-color: #D12BBC;
}
</style>
border-color css
<style>
span { border-color: #D12BBC; }
span { border-color: rgb(209,43,188); }
td.TdClassName
{
border-color: #D12BBC;
}
.TagClassName
{
border-color: #D12BBC;
}
</style>