Shades of Fuchsia #D74CC0
Tints of Fuchsia #D74CC0
RGB
CMYK
RGB Variations
Color information
#D74CC0 (or 0xD74CC0) is known color: Fuchsia. HEX triplet: D7, 4C and C0. RGB value is (215,76,192). Sum of RGB (Red+Green+Blue) = 215+76+192=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CC0 is #28B33F. Grayscale: #828282. Windows color (decimal): -2667328 or 12602583. OLE color: 12602583.
HSL color Cylindrical-coordinate representation of color #D74CC0: hue angle of 309.93º 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 #D74CC0 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 192 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.16 |
| HSL | 309.93º | 0.63% | 0.57% | - |
| HSV(B) | 309.93º | 0.65% | 0.84% | - |
| XYZ | 40.12 | 23.42 | 52.28 | - |
| YUV | 130.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 192 | 0 | 0.65 | 0.11 | 0.16 | 309.93 | 0.63 | 0.57 |
| Hex | D7 | 4C | C0 | 0 | 41 | B | 10 | 136 | 3F | 39 |
| Octal | 327 | 114 | 300 | 0 | 101 | 13 | 20 | 466 | 77 | 71 |
| Binary | 11010111 | 1001100 | 11000000 | 0 | 1000001 | 1011 | 10000 | 100110110 | 111111 | 111001 |
Color Harmonies of #D74CC0
Complementary color
Monochromatic Colors of #D74CC0
Black with #D74CC0
Text Example
Text Example
White with #D74CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CC0; }
p { color: rgb(215,76,192); }
H1.HeaderClassName
{
color: #D74CC0;
}
.AnyTagClassName
{
color: #D74CC0;
}
</style>
background-color css
<style>
a { background-color: #D74CC0; }
a { background-color: rgb(215,76,192); }
div.DivClassName
{
background-color: #D74CC0;
}
.BgClassName
{
background-color: #D74CC0;
}
</style>
border-color css
<style>
span { border-color: #D74CC0; }
span { border-color: rgb(215,76,192); }
td.TdClassName
{
border-color: #D74CC0;
}
.TagClassName
{
border-color: #D74CC0;
}
</style>