Shades of Fuchsia #D443B7
Tints of Fuchsia #D443B7
RGB
CMYK
RGB Variations
Color information
#D443B7 (or 0xD443B7) is known color: Fuchsia. HEX triplet: D4, 43 and B7. RGB value is (212,67,183). Sum of RGB (Red+Green+Blue) = 212+67+183=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D443B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443B7 is #2BBC48. Grayscale: #7B7B7B. Windows color (decimal): -2866249 or 12010452. OLE color: 12010452.
HSL color Cylindrical-coordinate representation of color #D443B7: hue angle of 312º 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 #D443B7 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 183 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.17 |
| HSL | 312º | 0.63% | 0.55% | - |
| HSV(B) | 312º | 0.68% | 0.83% | - |
| XYZ | 37.71 | 21.43 | 46.95 | - |
| YUV | 123.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 183 | 0 | 0.68 | 0.14 | 0.17 | 312 | 0.63 | 0.55 |
| Hex | D4 | 43 | B7 | 0 | 44 | E | 11 | 138 | 3F | 37 |
| Octal | 324 | 103 | 267 | 0 | 104 | 16 | 21 | 470 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10110111 | 0 | 1000100 | 1110 | 10001 | 100111000 | 111111 | 110111 |
Color Harmonies of #D443B7
Complementary color
Monochromatic Colors of #D443B7
Black with #D443B7
Text Example
Text Example
White with #D443B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443B7; }
p { color: rgb(212,67,183); }
H1.HeaderClassName
{
color: #D443B7;
}
.AnyTagClassName
{
color: #D443B7;
}
</style>
background-color css
<style>
a { background-color: #D443B7; }
a { background-color: rgb(212,67,183); }
div.DivClassName
{
background-color: #D443B7;
}
.BgClassName
{
background-color: #D443B7;
}
</style>
border-color css
<style>
span { border-color: #D443B7; }
span { border-color: rgb(212,67,183); }
td.TdClassName
{
border-color: #D443B7;
}
.TagClassName
{
border-color: #D443B7;
}
</style>