Shades of Fuchsia #D243D0
Tints of Fuchsia #D243D0
RGB
CMYK
RGB Variations
Color information
#D243D0 (or 0xD243D0) is known color: Fuchsia. HEX triplet: D2, 43 and D0. RGB value is (210,67,208). Sum of RGB (Red+Green+Blue) = 210+67+208=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D243D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243D0 is #2DBC2F. Grayscale: #7D7D7D. Windows color (decimal): -2997296 or 13648850. OLE color: 13648850.
HSL color Cylindrical-coordinate representation of color #D243D0: hue angle of 300.84º 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 #D243D0 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 208 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.18 |
| HSL | 300.84º | 0.61% | 0.54% | - |
| HSV(B) | 300.84º | 0.68% | 0.82% | - |
| XYZ | 39.97 | 22.27 | 61.87 | - |
| YUV | 125.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 208 | 0 | 0.68 | 0.01 | 0.18 | 300.84 | 0.61 | 0.54 |
| Hex | D2 | 43 | D0 | 0 | 44 | 1 | 12 | 12D | 3D | 36 |
| Octal | 322 | 103 | 320 | 0 | 104 | 1 | 22 | 455 | 75 | 66 |
| Binary | 11010010 | 1000011 | 11010000 | 0 | 1000100 | 1 | 10010 | 100101101 | 111101 | 110110 |
Color Harmonies of #D243D0
Complementary color
Monochromatic Colors of #D243D0
Black with #D243D0
Text Example
Text Example
White with #D243D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243D0; }
p { color: rgb(210,67,208); }
H1.HeaderClassName
{
color: #D243D0;
}
.AnyTagClassName
{
color: #D243D0;
}
</style>
background-color css
<style>
a { background-color: #D243D0; }
a { background-color: rgb(210,67,208); }
div.DivClassName
{
background-color: #D243D0;
}
.BgClassName
{
background-color: #D243D0;
}
</style>
border-color css
<style>
span { border-color: #D243D0; }
span { border-color: rgb(210,67,208); }
td.TdClassName
{
border-color: #D243D0;
}
.TagClassName
{
border-color: #D243D0;
}
</style>