Shades of Fuchsia #D243C5
Tints of Fuchsia #D243C5
RGB
CMYK
RGB Variations
Color information
#D243C5 (or 0xD243C5) is known color: Fuchsia. HEX triplet: D2, 43 and C5. RGB value is (210,67,197). Sum of RGB (Red+Green+Blue) = 210+67+197=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D243C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D243C5 is #2DBC3A. Grayscale: #7C7C7C. Windows color (decimal): -2997307 or 12927954. OLE color: 12927954.
HSL color Cylindrical-coordinate representation of color #D243C5: hue angle of 305.45º 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 #D243C5 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 197 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.18 |
| HSL | 305.45º | 0.61% | 0.54% | - |
| HSV(B) | 305.45º | 0.68% | 0.82% | - |
| XYZ | 38.66 | 21.75 | 54.98 | - |
| YUV | 124.58 | 168.88 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 197 | 0 | 0.68 | 0.06 | 0.18 | 305.45 | 0.61 | 0.54 |
| Hex | D2 | 43 | C5 | 0 | 44 | 6 | 12 | 131 | 3D | 36 |
| Octal | 322 | 103 | 305 | 0 | 104 | 6 | 22 | 461 | 75 | 66 |
| Binary | 11010010 | 1000011 | 11000101 | 0 | 1000100 | 110 | 10010 | 100110001 | 111101 | 110110 |
Color Harmonies of #D243C5
Complementary color
Monochromatic Colors of #D243C5
Black with #D243C5
Text Example
Text Example
White with #D243C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243C5; }
p { color: rgb(210,67,197); }
H1.HeaderClassName
{
color: #D243C5;
}
.AnyTagClassName
{
color: #D243C5;
}
</style>
background-color css
<style>
a { background-color: #D243C5; }
a { background-color: rgb(210,67,197); }
div.DivClassName
{
background-color: #D243C5;
}
.BgClassName
{
background-color: #D243C5;
}
</style>
border-color css
<style>
span { border-color: #D243C5; }
span { border-color: rgb(210,67,197); }
td.TdClassName
{
border-color: #D243C5;
}
.TagClassName
{
border-color: #D243C5;
}
</style>