Shades of Fuchsia #D73DBE
Tints of Fuchsia #D73DBE
RGB
CMYK
RGB Variations
Color information
#D73DBE (or 0xD73DBE) is known color: Fuchsia. HEX triplet: D7, 3D and BE. RGB value is (215,61,190). Sum of RGB (Red+Green+Blue) = 215+61+190=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DBE is #28C241. Grayscale: #797979. Windows color (decimal): -2671170 or 12467671. OLE color: 12467671.
HSL color Cylindrical-coordinate representation of color #D73DBE: hue angle of 309.74º 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 #D73DBE is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 190 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.16 |
| HSL | 309.74º | 0.66% | 0.54% | - |
| HSV(B) | 309.74º | 0.72% | 0.84% | - |
| XYZ | 38.99 | 21.5 | 50.81 | - |
| YUV | 121.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 190 | 0 | 0.72 | 0.12 | 0.16 | 309.74 | 0.66 | 0.54 |
| Hex | D7 | 3D | BE | 0 | 48 | C | 10 | 136 | 42 | 36 |
| Octal | 327 | 75 | 276 | 0 | 110 | 14 | 20 | 466 | 102 | 66 |
| Binary | 11010111 | 111101 | 10111110 | 0 | 1001000 | 1100 | 10000 | 100110110 | 1000010 | 110110 |
Color Harmonies of #D73DBE
Complementary color
Monochromatic Colors of #D73DBE
Black with #D73DBE
Text Example
Text Example
White with #D73DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DBE; }
p { color: rgb(215,61,190); }
H1.HeaderClassName
{
color: #D73DBE;
}
.AnyTagClassName
{
color: #D73DBE;
}
</style>
background-color css
<style>
a { background-color: #D73DBE; }
a { background-color: rgb(215,61,190); }
div.DivClassName
{
background-color: #D73DBE;
}
.BgClassName
{
background-color: #D73DBE;
}
</style>
border-color css
<style>
span { border-color: #D73DBE; }
span { border-color: rgb(215,61,190); }
td.TdClassName
{
border-color: #D73DBE;
}
.TagClassName
{
border-color: #D73DBE;
}
</style>