Shades of Fuchsia #D740BE
Tints of Fuchsia #D740BE
RGB
CMYK
RGB Variations
Color information
#D740BE (or 0xD740BE) is known color: Fuchsia. HEX triplet: D7, 40 and BE. RGB value is (215,64,190). Sum of RGB (Red+Green+Blue) = 215+64+190=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D740BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740BE is #28BF41. Grayscale: #7B7B7B. Windows color (decimal): -2670402 or 12468439. OLE color: 12468439.
HSL color Cylindrical-coordinate representation of color #D740BE: hue angle of 309.93º 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 #D740BE is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 190 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.16 |
| HSL | 309.93º | 0.65% | 0.55% | - |
| HSV(B) | 309.93º | 0.7% | 0.84% | - |
| XYZ | 39.15 | 21.83 | 50.87 | - |
| YUV | 123.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 190 | 0 | 0.70 | 0.12 | 0.16 | 309.93 | 0.65 | 0.55 |
| Hex | D7 | 40 | BE | 0 | 46 | C | 10 | 136 | 41 | 37 |
| Octal | 327 | 100 | 276 | 0 | 106 | 14 | 20 | 466 | 101 | 67 |
| Binary | 11010111 | 1000000 | 10111110 | 0 | 1000110 | 1100 | 10000 | 100110110 | 1000001 | 110111 |
Color Harmonies of #D740BE
Complementary color
Monochromatic Colors of #D740BE
Black with #D740BE
Text Example
Text Example
White with #D740BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D740BE; }
p { color: rgb(215,64,190); }
H1.HeaderClassName
{
color: #D740BE;
}
.AnyTagClassName
{
color: #D740BE;
}
</style>
background-color css
<style>
a { background-color: #D740BE; }
a { background-color: rgb(215,64,190); }
div.DivClassName
{
background-color: #D740BE;
}
.BgClassName
{
background-color: #D740BE;
}
</style>
border-color css
<style>
span { border-color: #D740BE; }
span { border-color: rgb(215,64,190); }
td.TdClassName
{
border-color: #D740BE;
}
.TagClassName
{
border-color: #D740BE;
}
</style>