Shades of Fuchsia #D736C6
Tints of Fuchsia #D736C6
RGB
CMYK
RGB Variations
Color information
#D736C6 (or 0xD736C6) is known color: Fuchsia. HEX triplet: D7, 36 and C6. RGB value is (215,54,198). Sum of RGB (Red+Green+Blue) = 215+54+198=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D736C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736C6 is #28C939. Grayscale: #767676. Windows color (decimal): -2672954 or 12990167. OLE color: 12990167.
HSL color Cylindrical-coordinate representation of color #D736C6: hue angle of 306.34º 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 #D736C6 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 198 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.16 |
| HSL | 306.34º | 0.67% | 0.53% | - |
| HSV(B) | 306.34º | 0.75% | 0.84% | - |
| XYZ | 39.54 | 21.16 | 55.43 | - |
| YUV | 118.56 | 172.84 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 198 | 0 | 0.75 | 0.08 | 0.16 | 306.34 | 0.67 | 0.53 |
| Hex | D7 | 36 | C6 | 0 | 4B | 8 | 10 | 132 | 43 | 35 |
| Octal | 327 | 66 | 306 | 0 | 113 | 10 | 20 | 462 | 103 | 65 |
| Binary | 11010111 | 110110 | 11000110 | 0 | 1001011 | 1000 | 10000 | 100110010 | 1000011 | 110101 |
Color Harmonies of #D736C6
Complementary color
Monochromatic Colors of #D736C6
Black with #D736C6
Text Example
Text Example
White with #D736C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736C6; }
p { color: rgb(215,54,198); }
H1.HeaderClassName
{
color: #D736C6;
}
.AnyTagClassName
{
color: #D736C6;
}
</style>
background-color css
<style>
a { background-color: #D736C6; }
a { background-color: rgb(215,54,198); }
div.DivClassName
{
background-color: #D736C6;
}
.BgClassName
{
background-color: #D736C6;
}
</style>
border-color css
<style>
span { border-color: #D736C6; }
span { border-color: rgb(215,54,198); }
td.TdClassName
{
border-color: #D736C6;
}
.TagClassName
{
border-color: #D736C6;
}
</style>