Shades of Fuchsia #D243B1
Tints of Fuchsia #D243B1
RGB
CMYK
RGB Variations
Color information
#D243B1 (or 0xD243B1) is known color: Fuchsia. HEX triplet: D2, 43 and B1. RGB value is (210,67,177). Sum of RGB (Red+Green+Blue) = 210+67+177=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D243B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D243B1 is #2DBC4E. Grayscale: #7A7A7A. Windows color (decimal): -2997327 or 11617234. OLE color: 11617234.
HSL color Cylindrical-coordinate representation of color #D243B1: hue angle of 313.85º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D243B1 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 177 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.18 |
| HSL | 313.85º | 0.61% | 0.54% | - |
| HSV(B) | 313.85º | 0.68% | 0.82% | - |
| XYZ | 36.52 | 20.89 | 43.7 | - |
| YUV | 122.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 177 | 0 | 0.68 | 0.16 | 0.18 | 313.85 | 0.61 | 0.54 |
| Hex | D2 | 43 | B1 | 0 | 44 | 10 | 12 | 13A | 3D | 36 |
| Octal | 322 | 103 | 261 | 0 | 104 | 20 | 22 | 472 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10110001 | 0 | 1000100 | 10000 | 10010 | 100111010 | 111101 | 110110 |
Color Harmonies of #D243B1
Complementary color
Monochromatic Colors of #D243B1
Black with #D243B1
Text Example
Text Example
White with #D243B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243B1; }
p { color: rgb(210,67,177); }
H1.HeaderClassName
{
color: #D243B1;
}
.AnyTagClassName
{
color: #D243B1;
}
</style>
background-color css
<style>
a { background-color: #D243B1; }
a { background-color: rgb(210,67,177); }
div.DivClassName
{
background-color: #D243B1;
}
.BgClassName
{
background-color: #D243B1;
}
</style>
border-color css
<style>
span { border-color: #D243B1; }
span { border-color: rgb(210,67,177); }
td.TdClassName
{
border-color: #D243B1;
}
.TagClassName
{
border-color: #D243B1;
}
</style>