Shades of Fuchsia #D443BC
Tints of Fuchsia #D443BC
RGB
CMYK
RGB Variations
Color information
#D443BC (or 0xD443BC) is known color: Fuchsia. HEX triplet: D4, 43 and BC. RGB value is (212,67,188). Sum of RGB (Red+Green+Blue) = 212+67+188=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D443BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443BC is #2BBC43. Grayscale: #7B7B7B. Windows color (decimal): -2866244 or 12338132. OLE color: 12338132.
HSL color Cylindrical-coordinate representation of color #D443BC: hue angle of 309.93º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D443BC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 188 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.17 |
| HSL | 309.93º | 0.63% | 0.55% | - |
| HSV(B) | 309.93º | 0.68% | 0.83% | - |
| XYZ | 38.24 | 21.64 | 49.74 | - |
| YUV | 124.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 188 | 0 | 0.68 | 0.11 | 0.17 | 309.93 | 0.63 | 0.55 |
| Hex | D4 | 43 | BC | 0 | 44 | B | 11 | 136 | 3F | 37 |
| Octal | 324 | 103 | 274 | 0 | 104 | 13 | 21 | 466 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10111100 | 0 | 1000100 | 1011 | 10001 | 100110110 | 111111 | 110111 |
Color Harmonies of #D443BC
Complementary color
Monochromatic Colors of #D443BC
Black with #D443BC
Text Example
Text Example
White with #D443BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443BC; }
p { color: rgb(212,67,188); }
H1.HeaderClassName
{
color: #D443BC;
}
.AnyTagClassName
{
color: #D443BC;
}
</style>
background-color css
<style>
a { background-color: #D443BC; }
a { background-color: rgb(212,67,188); }
div.DivClassName
{
background-color: #D443BC;
}
.BgClassName
{
background-color: #D443BC;
}
</style>
border-color css
<style>
span { border-color: #D443BC; }
span { border-color: rgb(212,67,188); }
td.TdClassName
{
border-color: #D443BC;
}
.TagClassName
{
border-color: #D443BC;
}
</style>