Shades of Fuchsia #D736BD
Tints of Fuchsia #D736BD
RGB
CMYK
RGB Variations
Color information
#D736BD (or 0xD736BD) is known color: Fuchsia. HEX triplet: D7, 36 and BD. RGB value is (215,54,189). Sum of RGB (Red+Green+Blue) = 215+54+189=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D736BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736BD is #28C942. Grayscale: #757575. Windows color (decimal): -2672963 or 12400343. OLE color: 12400343.
HSL color Cylindrical-coordinate representation of color #D736BD: hue angle of 309.69º 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 #D736BD is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 189 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.16 |
| HSL | 309.69º | 0.67% | 0.53% | - |
| HSV(B) | 309.69º | 0.75% | 0.84% | - |
| XYZ | 38.53 | 20.76 | 50.12 | - |
| YUV | 117.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 189 | 0 | 0.75 | 0.12 | 0.16 | 309.69 | 0.67 | 0.53 |
| Hex | D7 | 36 | BD | 0 | 4B | C | 10 | 136 | 43 | 35 |
| Octal | 327 | 66 | 275 | 0 | 113 | 14 | 20 | 466 | 103 | 65 |
| Binary | 11010111 | 110110 | 10111101 | 0 | 1001011 | 1100 | 10000 | 100110110 | 1000011 | 110101 |
Color Harmonies of #D736BD
Complementary color
Monochromatic Colors of #D736BD
Black with #D736BD
Text Example
Text Example
White with #D736BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736BD; }
p { color: rgb(215,54,189); }
H1.HeaderClassName
{
color: #D736BD;
}
.AnyTagClassName
{
color: #D736BD;
}
</style>
background-color css
<style>
a { background-color: #D736BD; }
a { background-color: rgb(215,54,189); }
div.DivClassName
{
background-color: #D736BD;
}
.BgClassName
{
background-color: #D736BD;
}
</style>
border-color css
<style>
span { border-color: #D736BD; }
span { border-color: rgb(215,54,189); }
td.TdClassName
{
border-color: #D736BD;
}
.TagClassName
{
border-color: #D736BD;
}
</style>