Shades of Fuchsia #D243BC
Tints of Fuchsia #D243BC
RGB
CMYK
RGB Variations
Color information
#D243BC (or 0xD243BC) is known color: Fuchsia. HEX triplet: D2, 43 and BC. RGB value is (210,67,188). Sum of RGB (Red+Green+Blue) = 210+67+188=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D243BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243BC is #2DBC43. Grayscale: #7B7B7B. Windows color (decimal): -2997316 or 12338130. OLE color: 12338130.
HSL color Cylindrical-coordinate representation of color #D243BC: hue angle of 309.23º 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 #D243BC is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 188 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.18 |
| HSL | 309.23º | 0.61% | 0.54% | - |
| HSV(B) | 309.23º | 0.68% | 0.82% | - |
| XYZ | 37.66 | 21.35 | 49.71 | - |
| YUV | 123.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 188 | 0 | 0.68 | 0.10 | 0.18 | 309.23 | 0.61 | 0.54 |
| Hex | D2 | 43 | BC | 0 | 44 | A | 12 | 135 | 3D | 36 |
| Octal | 322 | 103 | 274 | 0 | 104 | 12 | 22 | 465 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10111100 | 0 | 1000100 | 1010 | 10010 | 100110101 | 111101 | 110110 |
Color Harmonies of #D243BC
Complementary color
Monochromatic Colors of #D243BC
Black with #D243BC
Text Example
Text Example
White with #D243BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243BC; }
p { color: rgb(210,67,188); }
H1.HeaderClassName
{
color: #D243BC;
}
.AnyTagClassName
{
color: #D243BC;
}
</style>
background-color css
<style>
a { background-color: #D243BC; }
a { background-color: rgb(210,67,188); }
div.DivClassName
{
background-color: #D243BC;
}
.BgClassName
{
background-color: #D243BC;
}
</style>
border-color css
<style>
span { border-color: #D243BC; }
span { border-color: rgb(210,67,188); }
td.TdClassName
{
border-color: #D243BC;
}
.TagClassName
{
border-color: #D243BC;
}
</style>