Shades of Fuchsia #D740B0
Tints of Fuchsia #D740B0
RGB
CMYK
RGB Variations
Color information
#D740B0 (or 0xD740B0) is known color: Fuchsia. HEX triplet: D7, 40 and B0. RGB value is (215,64,176). Sum of RGB (Red+Green+Blue) = 215+64+176=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D740B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D740B0 is #28BF4F. Grayscale: #797979. Windows color (decimal): -2670416 or 11550935. OLE color: 11550935.
HSL color Cylindrical-coordinate representation of color #D740B0: hue angle of 315.5º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D740B0 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 176 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.16 |
| HSL | 315.5º | 0.65% | 0.55% | - |
| HSV(B) | 315.5º | 0.7% | 0.84% | - |
| XYZ | 37.69 | 21.25 | 43.19 | - |
| YUV | 121.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 176 | 0 | 0.70 | 0.18 | 0.16 | 315.5 | 0.65 | 0.55 |
| Hex | D7 | 40 | B0 | 0 | 46 | 12 | 10 | 13B | 41 | 37 |
| Octal | 327 | 100 | 260 | 0 | 106 | 22 | 20 | 473 | 101 | 67 |
| Binary | 11010111 | 1000000 | 10110000 | 0 | 1000110 | 10010 | 10000 | 100111011 | 1000001 | 110111 |
Color Harmonies of #D740B0
Complementary color
Monochromatic Colors of #D740B0
Black with #D740B0
Text Example
Text Example
White with #D740B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D740B0; }
p { color: rgb(215,64,176); }
H1.HeaderClassName
{
color: #D740B0;
}
.AnyTagClassName
{
color: #D740B0;
}
</style>
background-color css
<style>
a { background-color: #D740B0; }
a { background-color: rgb(215,64,176); }
div.DivClassName
{
background-color: #D740B0;
}
.BgClassName
{
background-color: #D740B0;
}
</style>
border-color css
<style>
span { border-color: #D740B0; }
span { border-color: rgb(215,64,176); }
td.TdClassName
{
border-color: #D740B0;
}
.TagClassName
{
border-color: #D740B0;
}
</style>