Shades of Fuchsia #D443BB
Tints of Fuchsia #D443BB
RGB
CMYK
RGB Variations
Color information
#D443BB (or 0xD443BB) is known color: Fuchsia. HEX triplet: D4, 43 and BB. RGB value is (212,67,187). Sum of RGB (Red+Green+Blue) = 212+67+187=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D443BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443BB is #2BBC44. Grayscale: #7B7B7B. Windows color (decimal): -2866245 or 12272596. OLE color: 12272596.
HSL color Cylindrical-coordinate representation of color #D443BB: hue angle of 310.34º 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 #D443BB is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 187 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.17 |
| HSL | 310.34º | 0.63% | 0.55% | - |
| HSV(B) | 310.34º | 0.68% | 0.83% | - |
| XYZ | 38.13 | 21.6 | 49.17 | - |
| YUV | 124.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 187 | 0 | 0.68 | 0.12 | 0.17 | 310.34 | 0.63 | 0.55 |
| Hex | D4 | 43 | BB | 0 | 44 | C | 11 | 136 | 3F | 37 |
| Octal | 324 | 103 | 273 | 0 | 104 | 14 | 21 | 466 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10111011 | 0 | 1000100 | 1100 | 10001 | 100110110 | 111111 | 110111 |
Color Harmonies of #D443BB
Complementary color
Monochromatic Colors of #D443BB
Black with #D443BB
Text Example
Text Example
White with #D443BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443BB; }
p { color: rgb(212,67,187); }
H1.HeaderClassName
{
color: #D443BB;
}
.AnyTagClassName
{
color: #D443BB;
}
</style>
background-color css
<style>
a { background-color: #D443BB; }
a { background-color: rgb(212,67,187); }
div.DivClassName
{
background-color: #D443BB;
}
.BgClassName
{
background-color: #D443BB;
}
</style>
border-color css
<style>
span { border-color: #D443BB; }
span { border-color: rgb(212,67,187); }
td.TdClassName
{
border-color: #D443BB;
}
.TagClassName
{
border-color: #D443BB;
}
</style>