Shades of Fuchsia #D738BC
Tints of Fuchsia #D738BC
RGB
CMYK
RGB Variations
Color information
#D738BC (or 0xD738BC) is known color: Fuchsia. HEX triplet: D7, 38 and BC. RGB value is (215,56,188). Sum of RGB (Red+Green+Blue) = 215+56+188=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D738BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738BC is #28C743. Grayscale: #767676. Windows color (decimal): -2672452 or 12335319. OLE color: 12335319.
HSL color Cylindrical-coordinate representation of color #D738BC: hue angle of 310.19º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D738BC is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 188 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.16 |
| HSL | 310.19º | 0.67% | 0.53% | - |
| HSV(B) | 310.19º | 0.74% | 0.84% | - |
| XYZ | 38.52 | 20.91 | 49.58 | - |
| YUV | 118.59 | 167.18 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 188 | 0 | 0.74 | 0.13 | 0.16 | 310.19 | 0.67 | 0.53 |
| Hex | D7 | 38 | BC | 0 | 4A | D | 10 | 136 | 43 | 35 |
| Octal | 327 | 70 | 274 | 0 | 112 | 15 | 20 | 466 | 103 | 65 |
| Binary | 11010111 | 111000 | 10111100 | 0 | 1001010 | 1101 | 10000 | 100110110 | 1000011 | 110101 |
Color Harmonies of #D738BC
Complementary color
Monochromatic Colors of #D738BC
Black with #D738BC
Text Example
Text Example
White with #D738BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738BC; }
p { color: rgb(215,56,188); }
H1.HeaderClassName
{
color: #D738BC;
}
.AnyTagClassName
{
color: #D738BC;
}
</style>
background-color css
<style>
a { background-color: #D738BC; }
a { background-color: rgb(215,56,188); }
div.DivClassName
{
background-color: #D738BC;
}
.BgClassName
{
background-color: #D738BC;
}
</style>
border-color css
<style>
span { border-color: #D738BC; }
span { border-color: rgb(215,56,188); }
td.TdClassName
{
border-color: #D738BC;
}
.TagClassName
{
border-color: #D738BC;
}
</style>