Shades of Fuchsia #D73DB3
Tints of Fuchsia #D73DB3
RGB
CMYK
RGB Variations
Color information
#D73DB3 (or 0xD73DB3) is known color: Fuchsia. HEX triplet: D7, 3D and B3. RGB value is (215,61,179). Sum of RGB (Red+Green+Blue) = 215+61+179=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DB3 is #28C24C. Grayscale: #787878. Windows color (decimal): -2671181 or 11746775. OLE color: 11746775.
HSL color Cylindrical-coordinate representation of color #D73DB3: hue angle of 314.03º 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 #D73DB3 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 179 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.16 |
| HSL | 314.03º | 0.66% | 0.54% | - |
| HSV(B) | 314.03º | 0.72% | 0.84% | - |
| XYZ | 37.83 | 21.04 | 44.71 | - |
| YUV | 120.5 | 161.02 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 179 | 0 | 0.72 | 0.17 | 0.16 | 314.03 | 0.66 | 0.54 |
| Hex | D7 | 3D | B3 | 0 | 48 | 11 | 10 | 13A | 42 | 36 |
| Octal | 327 | 75 | 263 | 0 | 110 | 21 | 20 | 472 | 102 | 66 |
| Binary | 11010111 | 111101 | 10110011 | 0 | 1001000 | 10001 | 10000 | 100111010 | 1000010 | 110110 |
Color Harmonies of #D73DB3
Complementary color
Monochromatic Colors of #D73DB3
Black with #D73DB3
Text Example
Text Example
White with #D73DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DB3; }
p { color: rgb(215,61,179); }
H1.HeaderClassName
{
color: #D73DB3;
}
.AnyTagClassName
{
color: #D73DB3;
}
</style>
background-color css
<style>
a { background-color: #D73DB3; }
a { background-color: rgb(215,61,179); }
div.DivClassName
{
background-color: #D73DB3;
}
.BgClassName
{
background-color: #D73DB3;
}
</style>
border-color css
<style>
span { border-color: #D73DB3; }
span { border-color: rgb(215,61,179); }
td.TdClassName
{
border-color: #D73DB3;
}
.TagClassName
{
border-color: #D73DB3;
}
</style>