Shades of Fuchsia #D736BF
Tints of Fuchsia #D736BF
RGB
CMYK
RGB Variations
Color information
#D736BF (or 0xD736BF) is known color: Fuchsia. HEX triplet: D7, 36 and BF. RGB value is (215,54,191). Sum of RGB (Red+Green+Blue) = 215+54+191=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D736BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736BF is #28C940. Grayscale: #757575. Windows color (decimal): -2672961 or 12531415. OLE color: 12531415.
HSL color Cylindrical-coordinate representation of color #D736BF: hue angle of 308.94º 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 #D736BF is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 191 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.16 |
| HSL | 308.94º | 0.67% | 0.53% | - |
| HSV(B) | 308.94º | 0.75% | 0.84% | - |
| XYZ | 38.75 | 20.85 | 51.27 | - |
| YUV | 117.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 191 | 0 | 0.75 | 0.11 | 0.16 | 308.94 | 0.67 | 0.53 |
| Hex | D7 | 36 | BF | 0 | 4B | B | 10 | 135 | 43 | 35 |
| Octal | 327 | 66 | 277 | 0 | 113 | 13 | 20 | 465 | 103 | 65 |
| Binary | 11010111 | 110110 | 10111111 | 0 | 1001011 | 1011 | 10000 | 100110101 | 1000011 | 110101 |
Color Harmonies of #D736BF
Complementary color
Monochromatic Colors of #D736BF
Black with #D736BF
Text Example
Text Example
White with #D736BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736BF; }
p { color: rgb(215,54,191); }
H1.HeaderClassName
{
color: #D736BF;
}
.AnyTagClassName
{
color: #D736BF;
}
</style>
background-color css
<style>
a { background-color: #D736BF; }
a { background-color: rgb(215,54,191); }
div.DivClassName
{
background-color: #D736BF;
}
.BgClassName
{
background-color: #D736BF;
}
</style>
border-color css
<style>
span { border-color: #D736BF; }
span { border-color: rgb(215,54,191); }
td.TdClassName
{
border-color: #D736BF;
}
.TagClassName
{
border-color: #D736BF;
}
</style>