Shades of Fuchsia #D43BC2
Tints of Fuchsia #D43BC2
RGB
CMYK
RGB Variations
Color information
#D43BC2 (or 0xD43BC2) is known color: Fuchsia. HEX triplet: D4, 3B and C2. RGB value is (212,59,194). Sum of RGB (Red+Green+Blue) = 212+59+194=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43BC2 is #2BC43D. Grayscale: #777777. Windows color (decimal): -2868286 or 12729300. OLE color: 12729300.
HSL color Cylindrical-coordinate representation of color #D43BC2: hue angle of 307.06º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43BC2 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 194 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.17 |
| HSL | 307.06º | 0.64% | 0.53% | - |
| HSV(B) | 307.06º | 0.72% | 0.83% | - |
| XYZ | 38.45 | 21.02 | 53.07 | - |
| YUV | 120.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 194 | 0 | 0.72 | 0.08 | 0.17 | 307.06 | 0.64 | 0.53 |
| Hex | D4 | 3B | C2 | 0 | 48 | 8 | 11 | 133 | 40 | 35 |
| Octal | 324 | 73 | 302 | 0 | 110 | 10 | 21 | 463 | 100 | 65 |
| Binary | 11010100 | 111011 | 11000010 | 0 | 1001000 | 1000 | 10001 | 100110011 | 1000000 | 110101 |
Color Harmonies of #D43BC2
Complementary color
Monochromatic Colors of #D43BC2
Black with #D43BC2
Text Example
Text Example
White with #D43BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BC2; }
p { color: rgb(212,59,194); }
H1.HeaderClassName
{
color: #D43BC2;
}
.AnyTagClassName
{
color: #D43BC2;
}
</style>
background-color css
<style>
a { background-color: #D43BC2; }
a { background-color: rgb(212,59,194); }
div.DivClassName
{
background-color: #D43BC2;
}
.BgClassName
{
background-color: #D43BC2;
}
</style>
border-color css
<style>
span { border-color: #D43BC2; }
span { border-color: rgb(212,59,194); }
td.TdClassName
{
border-color: #D43BC2;
}
.TagClassName
{
border-color: #D43BC2;
}
</style>