Shades of Fuchsia #D73CB3
Tints of Fuchsia #D73CB3
RGB
CMYK
RGB Variations
Color information
#D73CB3 (or 0xD73CB3) is known color: Fuchsia. HEX triplet: D7, 3C and B3. RGB value is (215,60,179). Sum of RGB (Red+Green+Blue) = 215+60+179=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CB3 is #28C34C. Grayscale: #777777. Windows color (decimal): -2671437 or 11746519. OLE color: 11746519.
HSL color Cylindrical-coordinate representation of color #D73CB3: hue angle of 313.94º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73CB3 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 179 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.16 |
| HSL | 313.94º | 0.66% | 0.54% | - |
| HSV(B) | 313.94º | 0.72% | 0.84% | - |
| XYZ | 37.78 | 20.93 | 44.7 | - |
| YUV | 119.91 | 161.35 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 179 | 0 | 0.72 | 0.17 | 0.16 | 313.94 | 0.66 | 0.54 |
| Hex | D7 | 3C | B3 | 0 | 48 | 11 | 10 | 13A | 42 | 36 |
| Octal | 327 | 74 | 263 | 0 | 110 | 21 | 20 | 472 | 102 | 66 |
| Binary | 11010111 | 111100 | 10110011 | 0 | 1001000 | 10001 | 10000 | 100111010 | 1000010 | 110110 |
Color Harmonies of #D73CB3
Complementary color
Monochromatic Colors of #D73CB3
Black with #D73CB3
Text Example
Text Example
White with #D73CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CB3; }
p { color: rgb(215,60,179); }
H1.HeaderClassName
{
color: #D73CB3;
}
.AnyTagClassName
{
color: #D73CB3;
}
</style>
background-color css
<style>
a { background-color: #D73CB3; }
a { background-color: rgb(215,60,179); }
div.DivClassName
{
background-color: #D73CB3;
}
.BgClassName
{
background-color: #D73CB3;
}
</style>
border-color css
<style>
span { border-color: #D73CB3; }
span { border-color: rgb(215,60,179); }
td.TdClassName
{
border-color: #D73CB3;
}
.TagClassName
{
border-color: #D73CB3;
}
</style>