Shades of Fuchsia #D745B8
Tints of Fuchsia #D745B8
RGB
CMYK
RGB Variations
Color information
#D745B8 (or 0xD745B8) is known color: Fuchsia. HEX triplet: D7, 45 and B8. RGB value is (215,69,184). Sum of RGB (Red+Green+Blue) = 215+69+184=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D745B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D745B8 is #28BA47. Grayscale: #7D7D7D. Windows color (decimal): -2669128 or 12076503. OLE color: 12076503.
HSL color Cylindrical-coordinate representation of color #D745B8: hue angle of 312.74º 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 #D745B8 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 184 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.16 |
| HSL | 312.74º | 0.65% | 0.56% | - |
| HSV(B) | 312.74º | 0.68% | 0.84% | - |
| XYZ | 38.8 | 22.16 | 47.58 | - |
| YUV | 125.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 184 | 0 | 0.68 | 0.14 | 0.16 | 312.74 | 0.65 | 0.56 |
| Hex | D7 | 45 | B8 | 0 | 44 | E | 10 | 139 | 41 | 38 |
| Octal | 327 | 105 | 270 | 0 | 104 | 16 | 20 | 471 | 101 | 70 |
| Binary | 11010111 | 1000101 | 10111000 | 0 | 1000100 | 1110 | 10000 | 100111001 | 1000001 | 111000 |
Color Harmonies of #D745B8
Complementary color
Monochromatic Colors of #D745B8
Black with #D745B8
Text Example
Text Example
White with #D745B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D745B8; }
p { color: rgb(215,69,184); }
H1.HeaderClassName
{
color: #D745B8;
}
.AnyTagClassName
{
color: #D745B8;
}
</style>
background-color css
<style>
a { background-color: #D745B8; }
a { background-color: rgb(215,69,184); }
div.DivClassName
{
background-color: #D745B8;
}
.BgClassName
{
background-color: #D745B8;
}
</style>
border-color css
<style>
span { border-color: #D745B8; }
span { border-color: rgb(215,69,184); }
td.TdClassName
{
border-color: #D745B8;
}
.TagClassName
{
border-color: #D745B8;
}
</style>