Shades of Fuchsia #D736BE
Tints of Fuchsia #D736BE
RGB
CMYK
RGB Variations
Color information
#D736BE (or 0xD736BE) is known color: Fuchsia. HEX triplet: D7, 36 and BE. RGB value is (215,54,190). Sum of RGB (Red+Green+Blue) = 215+54+190=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D736BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736BE is #28C941. Grayscale: #757575. Windows color (decimal): -2672962 or 12465879. OLE color: 12465879.
HSL color Cylindrical-coordinate representation of color #D736BE: hue angle of 309.32º 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 #D736BE is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 190 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.16 |
| HSL | 309.32º | 0.67% | 0.53% | - |
| HSV(B) | 309.32º | 0.75% | 0.84% | - |
| XYZ | 38.64 | 20.8 | 50.69 | - |
| YUV | 117.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 190 | 0 | 0.75 | 0.12 | 0.16 | 309.32 | 0.67 | 0.53 |
| Hex | D7 | 36 | BE | 0 | 4B | C | 10 | 135 | 43 | 35 |
| Octal | 327 | 66 | 276 | 0 | 113 | 14 | 20 | 465 | 103 | 65 |
| Binary | 11010111 | 110110 | 10111110 | 0 | 1001011 | 1100 | 10000 | 100110101 | 1000011 | 110101 |
Color Harmonies of #D736BE
Complementary color
Monochromatic Colors of #D736BE
Black with #D736BE
Text Example
Text Example
White with #D736BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736BE; }
p { color: rgb(215,54,190); }
H1.HeaderClassName
{
color: #D736BE;
}
.AnyTagClassName
{
color: #D736BE;
}
</style>
background-color css
<style>
a { background-color: #D736BE; }
a { background-color: rgb(215,54,190); }
div.DivClassName
{
background-color: #D736BE;
}
.BgClassName
{
background-color: #D736BE;
}
</style>
border-color css
<style>
span { border-color: #D736BE; }
span { border-color: rgb(215,54,190); }
td.TdClassName
{
border-color: #D736BE;
}
.TagClassName
{
border-color: #D736BE;
}
</style>