Shades of Fuchsia #D73DBA
Tints of Fuchsia #D73DBA
RGB
CMYK
RGB Variations
Color information
#D73DBA (or 0xD73DBA) is known color: Fuchsia. HEX triplet: D7, 3D and BA. RGB value is (215,61,186). Sum of RGB (Red+Green+Blue) = 215+61+186=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DBA is #28C245. Grayscale: #787878. Windows color (decimal): -2671174 or 12205527. OLE color: 12205527.
HSL color Cylindrical-coordinate representation of color #D73DBA: hue angle of 311.3º 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 #D73DBA is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 186 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.16 |
| HSL | 311.3º | 0.66% | 0.54% | - |
| HSV(B) | 311.3º | 0.72% | 0.84% | - |
| XYZ | 38.56 | 21.33 | 48.54 | - |
| YUV | 121.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 186 | 0 | 0.72 | 0.13 | 0.16 | 311.3 | 0.66 | 0.54 |
| Hex | D7 | 3D | BA | 0 | 48 | D | 10 | 137 | 42 | 36 |
| Octal | 327 | 75 | 272 | 0 | 110 | 15 | 20 | 467 | 102 | 66 |
| Binary | 11010111 | 111101 | 10111010 | 0 | 1001000 | 1101 | 10000 | 100110111 | 1000010 | 110110 |
Color Harmonies of #D73DBA
Complementary color
Monochromatic Colors of #D73DBA
Black with #D73DBA
Text Example
Text Example
White with #D73DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DBA; }
p { color: rgb(215,61,186); }
H1.HeaderClassName
{
color: #D73DBA;
}
.AnyTagClassName
{
color: #D73DBA;
}
</style>
background-color css
<style>
a { background-color: #D73DBA; }
a { background-color: rgb(215,61,186); }
div.DivClassName
{
background-color: #D73DBA;
}
.BgClassName
{
background-color: #D73DBA;
}
</style>
border-color css
<style>
span { border-color: #D73DBA; }
span { border-color: rgb(215,61,186); }
td.TdClassName
{
border-color: #D73DBA;
}
.TagClassName
{
border-color: #D73DBA;
}
</style>