Shades of Fuchsia #D943B2
Tints of Fuchsia #D943B2
RGB
CMYK
RGB Variations
Color information
#D943B2 (or 0xD943B2) is known color: Fuchsia. HEX triplet: D9, 43 and B2. RGB value is (217,67,178). Sum of RGB (Red+Green+Blue) = 217+67+178=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D943B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D943B2 is #26BC4D. Grayscale: #7C7C7C. Windows color (decimal): -2538574 or 11682777. OLE color: 11682777.
HSL color Cylindrical-coordinate representation of color #D943B2: hue angle of 315.6º 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 #D943B2 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 178 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.15 |
| HSL | 315.6º | 0.66% | 0.56% | - |
| HSV(B) | 315.6º | 0.69% | 0.85% | - |
| XYZ | 38.66 | 21.98 | 44.32 | - |
| YUV | 124.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 178 | 0 | 0.69 | 0.18 | 0.15 | 315.6 | 0.66 | 0.56 |
| Hex | D9 | 43 | B2 | 0 | 45 | 12 | F | 13C | 42 | 38 |
| Octal | 331 | 103 | 262 | 0 | 105 | 22 | 17 | 474 | 102 | 70 |
| Binary | 11011001 | 1000011 | 10110010 | 0 | 1000101 | 10010 | 1111 | 100111100 | 1000010 | 111000 |
Color Harmonies of #D943B2
Complementary color
Monochromatic Colors of #D943B2
Black with #D943B2
Text Example
Text Example
White with #D943B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D943B2; }
p { color: rgb(217,67,178); }
H1.HeaderClassName
{
color: #D943B2;
}
.AnyTagClassName
{
color: #D943B2;
}
</style>
background-color css
<style>
a { background-color: #D943B2; }
a { background-color: rgb(217,67,178); }
div.DivClassName
{
background-color: #D943B2;
}
.BgClassName
{
background-color: #D943B2;
}
</style>
border-color css
<style>
span { border-color: #D943B2; }
span { border-color: rgb(217,67,178); }
td.TdClassName
{
border-color: #D943B2;
}
.TagClassName
{
border-color: #D943B2;
}
</style>