Shades of Fuchsia #D745B9
Tints of Fuchsia #D745B9
RGB
CMYK
RGB Variations
Color information
#D745B9 (or 0xD745B9) is known color: Fuchsia. HEX triplet: D7, 45 and B9. RGB value is (215,69,185). Sum of RGB (Red+Green+Blue) = 215+69+185=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D745B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D745B9 is #28BA46. Grayscale: #7D7D7D. Windows color (decimal): -2669127 or 12142039. OLE color: 12142039.
HSL color Cylindrical-coordinate representation of color #D745B9: hue angle of 312.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D745B9 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 185 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.16 |
| HSL | 312.33º | 0.65% | 0.56% | - |
| HSV(B) | 312.33º | 0.68% | 0.84% | - |
| XYZ | 38.91 | 22.21 | 48.13 | - |
| YUV | 125.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 185 | 0 | 0.68 | 0.14 | 0.16 | 312.33 | 0.65 | 0.56 |
| Hex | D7 | 45 | B9 | 0 | 44 | E | 10 | 138 | 41 | 38 |
| Octal | 327 | 105 | 271 | 0 | 104 | 16 | 20 | 470 | 101 | 70 |
| Binary | 11010111 | 1000101 | 10111001 | 0 | 1000100 | 1110 | 10000 | 100111000 | 1000001 | 111000 |
Color Harmonies of #D745B9
Complementary color
Monochromatic Colors of #D745B9
Black with #D745B9
Text Example
Text Example
White with #D745B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D745B9; }
p { color: rgb(215,69,185); }
H1.HeaderClassName
{
color: #D745B9;
}
.AnyTagClassName
{
color: #D745B9;
}
</style>
background-color css
<style>
a { background-color: #D745B9; }
a { background-color: rgb(215,69,185); }
div.DivClassName
{
background-color: #D745B9;
}
.BgClassName
{
background-color: #D745B9;
}
</style>
border-color css
<style>
span { border-color: #D745B9; }
span { border-color: rgb(215,69,185); }
td.TdClassName
{
border-color: #D745B9;
}
.TagClassName
{
border-color: #D745B9;
}
</style>