Shades of Fuchsia #D243C6
Tints of Fuchsia #D243C6
RGB
CMYK
RGB Variations
Color information
#D243C6 (or 0xD243C6) is known color: Fuchsia. HEX triplet: D2, 43 and C6. RGB value is (210,67,198). Sum of RGB (Red+Green+Blue) = 210+67+198=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D243C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243C6 is #2DBC39. Grayscale: #7C7C7C. Windows color (decimal): -2997306 or 12993490. OLE color: 12993490.
HSL color Cylindrical-coordinate representation of color #D243C6: hue angle of 305.03º 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 #D243C6 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 198 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.18 |
| HSL | 305.04º | 0.61% | 0.54% | - |
| HSV(B) | 305.04º | 0.68% | 0.82% | - |
| XYZ | 38.78 | 21.79 | 55.59 | - |
| YUV | 124.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 198 | 0 | 0.68 | 0.06 | 0.18 | 305.04 | 0.61 | 0.54 |
| Hex | D2 | 43 | C6 | 0 | 44 | 6 | 12 | 131 | 3D | 36 |
| Octal | 322 | 103 | 306 | 0 | 104 | 6 | 22 | 461 | 75 | 66 |
| Binary | 11010010 | 1000011 | 11000110 | 0 | 1000100 | 110 | 10010 | 100110001 | 111101 | 110110 |
Color Harmonies of #D243C6
Complementary color
Monochromatic Colors of #D243C6
Black with #D243C6
Text Example
Text Example
White with #D243C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243C6; }
p { color: rgb(210,67,198); }
H1.HeaderClassName
{
color: #D243C6;
}
.AnyTagClassName
{
color: #D243C6;
}
</style>
background-color css
<style>
a { background-color: #D243C6; }
a { background-color: rgb(210,67,198); }
div.DivClassName
{
background-color: #D243C6;
}
.BgClassName
{
background-color: #D243C6;
}
</style>
border-color css
<style>
span { border-color: #D243C6; }
span { border-color: rgb(210,67,198); }
td.TdClassName
{
border-color: #D243C6;
}
.TagClassName
{
border-color: #D243C6;
}
</style>