Shades of Fuchsia #D443BE
Tints of Fuchsia #D443BE
RGB
CMYK
RGB Variations
Color information
#D443BE (or 0xD443BE) is known color: Fuchsia. HEX triplet: D4, 43 and BE. RGB value is (212,67,190). Sum of RGB (Red+Green+Blue) = 212+67+190=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D443BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443BE is #2BBC41. Grayscale: #7C7C7C. Windows color (decimal): -2866242 or 12469204. OLE color: 12469204.
HSL color Cylindrical-coordinate representation of color #D443BE: hue angle of 309.1º 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 #D443BE is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 190 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.17 |
| HSL | 309.1º | 0.63% | 0.55% | - |
| HSV(B) | 309.1º | 0.68% | 0.83% | - |
| XYZ | 38.45 | 21.73 | 50.88 | - |
| YUV | 124.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 190 | 0 | 0.68 | 0.10 | 0.17 | 309.1 | 0.63 | 0.55 |
| Hex | D4 | 43 | BE | 0 | 44 | A | 11 | 135 | 3F | 37 |
| Octal | 324 | 103 | 276 | 0 | 104 | 12 | 21 | 465 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10111110 | 0 | 1000100 | 1010 | 10001 | 100110101 | 111111 | 110111 |
Color Harmonies of #D443BE
Complementary color
Monochromatic Colors of #D443BE
Black with #D443BE
Text Example
Text Example
White with #D443BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443BE; }
p { color: rgb(212,67,190); }
H1.HeaderClassName
{
color: #D443BE;
}
.AnyTagClassName
{
color: #D443BE;
}
</style>
background-color css
<style>
a { background-color: #D443BE; }
a { background-color: rgb(212,67,190); }
div.DivClassName
{
background-color: #D443BE;
}
.BgClassName
{
background-color: #D443BE;
}
</style>
border-color css
<style>
span { border-color: #D443BE; }
span { border-color: rgb(212,67,190); }
td.TdClassName
{
border-color: #D443BE;
}
.TagClassName
{
border-color: #D443BE;
}
</style>