Shades of Fuchsia #D73CBE
Tints of Fuchsia #D73CBE
RGB
CMYK
RGB Variations
Color information
#D73CBE (or 0xD73CBE) is known color: Fuchsia. HEX triplet: D7, 3C and BE. RGB value is (215,60,190). Sum of RGB (Red+Green+Blue) = 215+60+190=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CBE is #28C341. Grayscale: #787878. Windows color (decimal): -2671426 or 12467415. OLE color: 12467415.
HSL color Cylindrical-coordinate representation of color #D73CBE: hue angle of 309.68º 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 #D73CBE is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 190 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.16 |
| HSL | 309.68º | 0.66% | 0.54% | - |
| HSV(B) | 309.68º | 0.72% | 0.84% | - |
| XYZ | 38.93 | 21.4 | 50.79 | - |
| YUV | 121.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 190 | 0 | 0.72 | 0.12 | 0.16 | 309.68 | 0.66 | 0.54 |
| Hex | D7 | 3C | BE | 0 | 48 | C | 10 | 136 | 42 | 36 |
| Octal | 327 | 74 | 276 | 0 | 110 | 14 | 20 | 466 | 102 | 66 |
| Binary | 11010111 | 111100 | 10111110 | 0 | 1001000 | 1100 | 10000 | 100110110 | 1000010 | 110110 |
Color Harmonies of #D73CBE
Complementary color
Monochromatic Colors of #D73CBE
Black with #D73CBE
Text Example
Text Example
White with #D73CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CBE; }
p { color: rgb(215,60,190); }
H1.HeaderClassName
{
color: #D73CBE;
}
.AnyTagClassName
{
color: #D73CBE;
}
</style>
background-color css
<style>
a { background-color: #D73CBE; }
a { background-color: rgb(215,60,190); }
div.DivClassName
{
background-color: #D73CBE;
}
.BgClassName
{
background-color: #D73CBE;
}
</style>
border-color css
<style>
span { border-color: #D73CBE; }
span { border-color: rgb(215,60,190); }
td.TdClassName
{
border-color: #D73CBE;
}
.TagClassName
{
border-color: #D73CBE;
}
</style>