Shades of Fuchsia #D736BC
Tints of Fuchsia #D736BC
RGB
CMYK
RGB Variations
Color information
#D736BC (or 0xD736BC) is known color: Fuchsia. HEX triplet: D7, 36 and BC. RGB value is (215,54,188). Sum of RGB (Red+Green+Blue) = 215+54+188=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D736BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736BC is #28C943. Grayscale: #757575. Windows color (decimal): -2672964 or 12334807. OLE color: 12334807.
HSL color Cylindrical-coordinate representation of color #D736BC: hue angle of 310.06º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D736BC is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 188 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.16 |
| HSL | 310.06º | 0.67% | 0.53% | - |
| HSV(B) | 310.06º | 0.75% | 0.84% | - |
| XYZ | 38.42 | 20.72 | 49.55 | - |
| YUV | 117.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 188 | 0 | 0.75 | 0.13 | 0.16 | 310.06 | 0.67 | 0.53 |
| Hex | D7 | 36 | BC | 0 | 4B | D | 10 | 136 | 43 | 35 |
| Octal | 327 | 66 | 274 | 0 | 113 | 15 | 20 | 466 | 103 | 65 |
| Binary | 11010111 | 110110 | 10111100 | 0 | 1001011 | 1101 | 10000 | 100110110 | 1000011 | 110101 |
Color Harmonies of #D736BC
Complementary color
Monochromatic Colors of #D736BC
Black with #D736BC
Text Example
Text Example
White with #D736BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736BC; }
p { color: rgb(215,54,188); }
H1.HeaderClassName
{
color: #D736BC;
}
.AnyTagClassName
{
color: #D736BC;
}
</style>
background-color css
<style>
a { background-color: #D736BC; }
a { background-color: rgb(215,54,188); }
div.DivClassName
{
background-color: #D736BC;
}
.BgClassName
{
background-color: #D736BC;
}
</style>
border-color css
<style>
span { border-color: #D736BC; }
span { border-color: rgb(215,54,188); }
td.TdClassName
{
border-color: #D736BC;
}
.TagClassName
{
border-color: #D736BC;
}
</style>