Shades of Fuchsia #D943C0
Tints of Fuchsia #D943C0
RGB
CMYK
RGB Variations
Color information
#D943C0 (or 0xD943C0) is known color: Fuchsia. HEX triplet: D9, 43 and C0. RGB value is (217,67,192). Sum of RGB (Red+Green+Blue) = 217+67+192=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D943C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D943C0 is #26BC3F. Grayscale: #7D7D7D. Windows color (decimal): -2538560 or 12600281. OLE color: 12600281.
HSL color Cylindrical-coordinate representation of color #D943C0: hue angle of 310º 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 #D943C0 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 192 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.15 |
| HSL | 310º | 0.66% | 0.56% | - |
| HSV(B) | 310º | 0.69% | 0.85% | - |
| XYZ | 40.14 | 22.57 | 52.11 | - |
| YUV | 126.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 192 | 0 | 0.69 | 0.12 | 0.15 | 310 | 0.66 | 0.56 |
| Hex | D9 | 43 | C0 | 0 | 45 | C | F | 136 | 42 | 38 |
| Octal | 331 | 103 | 300 | 0 | 105 | 14 | 17 | 466 | 102 | 70 |
| Binary | 11011001 | 1000011 | 11000000 | 0 | 1000101 | 1100 | 1111 | 100110110 | 1000010 | 111000 |
Color Harmonies of #D943C0
Complementary color
Monochromatic Colors of #D943C0
Black with #D943C0
Text Example
Text Example
White with #D943C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D943C0; }
p { color: rgb(217,67,192); }
H1.HeaderClassName
{
color: #D943C0;
}
.AnyTagClassName
{
color: #D943C0;
}
</style>
background-color css
<style>
a { background-color: #D943C0; }
a { background-color: rgb(217,67,192); }
div.DivClassName
{
background-color: #D943C0;
}
.BgClassName
{
background-color: #D943C0;
}
</style>
border-color css
<style>
span { border-color: #D943C0; }
span { border-color: rgb(217,67,192); }
td.TdClassName
{
border-color: #D943C0;
}
.TagClassName
{
border-color: #D943C0;
}
</style>