Shades of Fuchsia #D943C3
Tints of Fuchsia #D943C3
RGB
CMYK
RGB Variations
Color information
#D943C3 (or 0xD943C3) is known color: Fuchsia. HEX triplet: D9, 43 and C3. RGB value is (217,67,195). Sum of RGB (Red+Green+Blue) = 217+67+195=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D943C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D943C3 is #26BC3C. Grayscale: #7E7E7E. Windows color (decimal): -2538557 or 12796889. OLE color: 12796889.
HSL color Cylindrical-coordinate representation of color #D943C3: hue angle of 308.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D943C3 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 195 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.15 |
| HSL | 308.8º | 0.66% | 0.56% | - |
| HSV(B) | 308.8º | 0.69% | 0.85% | - |
| XYZ | 40.47 | 22.71 | 53.88 | - |
| YUV | 126.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 195 | 0 | 0.69 | 0.10 | 0.15 | 308.8 | 0.66 | 0.56 |
| Hex | D9 | 43 | C3 | 0 | 45 | A | F | 135 | 42 | 38 |
| Octal | 331 | 103 | 303 | 0 | 105 | 12 | 17 | 465 | 102 | 70 |
| Binary | 11011001 | 1000011 | 11000011 | 0 | 1000101 | 1010 | 1111 | 100110101 | 1000010 | 111000 |
Color Harmonies of #D943C3
Complementary color
Monochromatic Colors of #D943C3
Black with #D943C3
Text Example
Text Example
White with #D943C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D943C3; }
p { color: rgb(217,67,195); }
H1.HeaderClassName
{
color: #D943C3;
}
.AnyTagClassName
{
color: #D943C3;
}
</style>
background-color css
<style>
a { background-color: #D943C3; }
a { background-color: rgb(217,67,195); }
div.DivClassName
{
background-color: #D943C3;
}
.BgClassName
{
background-color: #D943C3;
}
</style>
border-color css
<style>
span { border-color: #D943C3; }
span { border-color: rgb(217,67,195); }
td.TdClassName
{
border-color: #D943C3;
}
.TagClassName
{
border-color: #D943C3;
}
</style>