Shades of Fuchsia #D740B4
Tints of Fuchsia #D740B4
RGB
CMYK
RGB Variations
Color information
#D740B4 (or 0xD740B4) is known color: Fuchsia. HEX triplet: D7, 40 and B4. RGB value is (215,64,180). Sum of RGB (Red+Green+Blue) = 215+64+180=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D740B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740B4 is #28BF4B. Grayscale: #7A7A7A. Windows color (decimal): -2670412 or 11813079. OLE color: 11813079.
HSL color Cylindrical-coordinate representation of color #D740B4: hue angle of 313.91º 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 #D740B4 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 180 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.16 |
| HSL | 313.91º | 0.65% | 0.55% | - |
| HSV(B) | 313.91º | 0.7% | 0.84% | - |
| XYZ | 38.1 | 21.41 | 45.3 | - |
| YUV | 122.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 180 | 0 | 0.70 | 0.16 | 0.16 | 313.91 | 0.65 | 0.55 |
| Hex | D7 | 40 | B4 | 0 | 46 | 10 | 10 | 13A | 41 | 37 |
| Octal | 327 | 100 | 264 | 0 | 106 | 20 | 20 | 472 | 101 | 67 |
| Binary | 11010111 | 1000000 | 10110100 | 0 | 1000110 | 10000 | 10000 | 100111010 | 1000001 | 110111 |
Color Harmonies of #D740B4
Complementary color
Monochromatic Colors of #D740B4
Black with #D740B4
Text Example
Text Example
White with #D740B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D740B4; }
p { color: rgb(215,64,180); }
H1.HeaderClassName
{
color: #D740B4;
}
.AnyTagClassName
{
color: #D740B4;
}
</style>
background-color css
<style>
a { background-color: #D740B4; }
a { background-color: rgb(215,64,180); }
div.DivClassName
{
background-color: #D740B4;
}
.BgClassName
{
background-color: #D740B4;
}
</style>
border-color css
<style>
span { border-color: #D740B4; }
span { border-color: rgb(215,64,180); }
td.TdClassName
{
border-color: #D740B4;
}
.TagClassName
{
border-color: #D740B4;
}
</style>