Shades of Fuchsia #D443B6
Tints of Fuchsia #D443B6
RGB
CMYK
RGB Variations
Color information
#D443B6 (or 0xD443B6) is known color: Fuchsia. HEX triplet: D4, 43 and B6. RGB value is (212,67,182). Sum of RGB (Red+Green+Blue) = 212+67+182=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D443B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443B6 is #2BBC49. Grayscale: #7B7B7B. Windows color (decimal): -2866250 or 11944916. OLE color: 11944916.
HSL color Cylindrical-coordinate representation of color #D443B6: hue angle of 312.41º 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 #D443B6 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 182 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.17 |
| HSL | 312.41º | 0.63% | 0.55% | - |
| HSV(B) | 312.41º | 0.68% | 0.83% | - |
| XYZ | 37.6 | 21.39 | 46.4 | - |
| YUV | 123.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 182 | 0 | 0.68 | 0.14 | 0.17 | 312.41 | 0.63 | 0.55 |
| Hex | D4 | 43 | B6 | 0 | 44 | E | 11 | 138 | 3F | 37 |
| Octal | 324 | 103 | 266 | 0 | 104 | 16 | 21 | 470 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10110110 | 0 | 1000100 | 1110 | 10001 | 100111000 | 111111 | 110111 |
Color Harmonies of #D443B6
Complementary color
Monochromatic Colors of #D443B6
Black with #D443B6
Text Example
Text Example
White with #D443B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443B6; }
p { color: rgb(212,67,182); }
H1.HeaderClassName
{
color: #D443B6;
}
.AnyTagClassName
{
color: #D443B6;
}
</style>
background-color css
<style>
a { background-color: #D443B6; }
a { background-color: rgb(212,67,182); }
div.DivClassName
{
background-color: #D443B6;
}
.BgClassName
{
background-color: #D443B6;
}
</style>
border-color css
<style>
span { border-color: #D443B6; }
span { border-color: rgb(212,67,182); }
td.TdClassName
{
border-color: #D443B6;
}
.TagClassName
{
border-color: #D443B6;
}
</style>