Shades of Fuchsia #D243AF
Tints of Fuchsia #D243AF
RGB
CMYK
RGB Variations
Color information
#D243AF (or 0xD243AF) is known color: Fuchsia. HEX triplet: D2, 43 and AF. RGB value is (210,67,175). Sum of RGB (Red+Green+Blue) = 210+67+175=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D243AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D243AF is #2DBC50. Grayscale: #797979. Windows color (decimal): -2997329 or 11486162. OLE color: 11486162.
HSL color Cylindrical-coordinate representation of color #D243AF: hue angle of 314.69º 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 #D243AF is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 175 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.18 |
| HSL | 314.69º | 0.61% | 0.54% | - |
| HSV(B) | 314.69º | 0.68% | 0.82% | - |
| XYZ | 36.32 | 20.81 | 42.66 | - |
| YUV | 122.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 175 | 0 | 0.68 | 0.17 | 0.18 | 314.69 | 0.61 | 0.54 |
| Hex | D2 | 43 | AF | 0 | 44 | 11 | 12 | 13B | 3D | 36 |
| Octal | 322 | 103 | 257 | 0 | 104 | 21 | 22 | 473 | 75 | 66 |
| Binary | 11010010 | 1000011 | 10101111 | 0 | 1000100 | 10001 | 10010 | 100111011 | 111101 | 110110 |
Color Harmonies of #D243AF
Complementary color
Monochromatic Colors of #D243AF
Black with #D243AF
Text Example
Text Example
White with #D243AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243AF; }
p { color: rgb(210,67,175); }
H1.HeaderClassName
{
color: #D243AF;
}
.AnyTagClassName
{
color: #D243AF;
}
</style>
background-color css
<style>
a { background-color: #D243AF; }
a { background-color: rgb(210,67,175); }
div.DivClassName
{
background-color: #D243AF;
}
.BgClassName
{
background-color: #D243AF;
}
</style>
border-color css
<style>
span { border-color: #D243AF; }
span { border-color: rgb(210,67,175); }
td.TdClassName
{
border-color: #D243AF;
}
.TagClassName
{
border-color: #D243AF;
}
</style>