Shades of Fuchsia #D736B4
Tints of Fuchsia #D736B4
RGB
CMYK
RGB Variations
Color information
#D736B4 (or 0xD736B4) is known color: Fuchsia. HEX triplet: D7, 36 and B4. RGB value is (215,54,180). Sum of RGB (Red+Green+Blue) = 215+54+180=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D736B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736B4 is #28C94B. Grayscale: #747474. Windows color (decimal): -2672972 or 11810519. OLE color: 11810519.
HSL color Cylindrical-coordinate representation of color #D736B4: hue angle of 313.04º 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 #D736B4 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 180 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.16 |
| HSL | 313.04º | 0.67% | 0.53% | - |
| HSV(B) | 313.04º | 0.75% | 0.84% | - |
| XYZ | 37.58 | 20.38 | 45.13 | - |
| YUV | 116.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 180 | 0 | 0.75 | 0.16 | 0.16 | 313.04 | 0.67 | 0.53 |
| Hex | D7 | 36 | B4 | 0 | 4B | 10 | 10 | 139 | 43 | 35 |
| Octal | 327 | 66 | 264 | 0 | 113 | 20 | 20 | 471 | 103 | 65 |
| Binary | 11010111 | 110110 | 10110100 | 0 | 1001011 | 10000 | 10000 | 100111001 | 1000011 | 110101 |
Color Harmonies of #D736B4
Complementary color
Monochromatic Colors of #D736B4
Black with #D736B4
Text Example
Text Example
White with #D736B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736B4; }
p { color: rgb(215,54,180); }
H1.HeaderClassName
{
color: #D736B4;
}
.AnyTagClassName
{
color: #D736B4;
}
</style>
background-color css
<style>
a { background-color: #D736B4; }
a { background-color: rgb(215,54,180); }
div.DivClassName
{
background-color: #D736B4;
}
.BgClassName
{
background-color: #D736B4;
}
</style>
border-color css
<style>
span { border-color: #D736B4; }
span { border-color: rgb(215,54,180); }
td.TdClassName
{
border-color: #D736B4;
}
.TagClassName
{
border-color: #D736B4;
}
</style>