Shades of Fuchsia #D74CB3
Tints of Fuchsia #D74CB3
RGB
CMYK
RGB Variations
Color information
#D74CB3 (or 0xD74CB3) is known color: Fuchsia. HEX triplet: D7, 4C and B3. RGB value is (215,76,179). Sum of RGB (Red+Green+Blue) = 215+76+179=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CB3 is #28B34C. Grayscale: #818181. Windows color (decimal): -2667341 or 11750615. OLE color: 11750615.
HSL color Cylindrical-coordinate representation of color #D74CB3: hue angle of 315.54º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74CB3 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 179 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.16 |
| HSL | 315.54º | 0.63% | 0.57% | - |
| HSV(B) | 315.54º | 0.65% | 0.84% | - |
| XYZ | 38.75 | 22.87 | 45.02 | - |
| YUV | 129.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 179 | 0 | 0.65 | 0.17 | 0.16 | 315.54 | 0.63 | 0.57 |
| Hex | D7 | 4C | B3 | 0 | 41 | 11 | 10 | 13C | 3F | 39 |
| Octal | 327 | 114 | 263 | 0 | 101 | 21 | 20 | 474 | 77 | 71 |
| Binary | 11010111 | 1001100 | 10110011 | 0 | 1000001 | 10001 | 10000 | 100111100 | 111111 | 111001 |
Color Harmonies of #D74CB3
Complementary color
Monochromatic Colors of #D74CB3
Black with #D74CB3
Text Example
Text Example
White with #D74CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CB3; }
p { color: rgb(215,76,179); }
H1.HeaderClassName
{
color: #D74CB3;
}
.AnyTagClassName
{
color: #D74CB3;
}
</style>
background-color css
<style>
a { background-color: #D74CB3; }
a { background-color: rgb(215,76,179); }
div.DivClassName
{
background-color: #D74CB3;
}
.BgClassName
{
background-color: #D74CB3;
}
</style>
border-color css
<style>
span { border-color: #D74CB3; }
span { border-color: rgb(215,76,179); }
td.TdClassName
{
border-color: #D74CB3;
}
.TagClassName
{
border-color: #D74CB3;
}
</style>