Shades of Fuchsia #D736C0
Tints of Fuchsia #D736C0
RGB
CMYK
RGB Variations
Color information
#D736C0 (or 0xD736C0) is known color: Fuchsia. HEX triplet: D7, 36 and C0. RGB value is (215,54,192). Sum of RGB (Red+Green+Blue) = 215+54+192=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D736C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736C0 is #28C93F. Grayscale: #757575. Windows color (decimal): -2672960 or 12596951. OLE color: 12596951.
HSL color Cylindrical-coordinate representation of color #D736C0: hue angle of 308.57º 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 #D736C0 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 192 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.16 |
| HSL | 308.57º | 0.67% | 0.53% | - |
| HSV(B) | 308.57º | 0.75% | 0.84% | - |
| XYZ | 38.86 | 20.89 | 51.85 | - |
| YUV | 117.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 192 | 0 | 0.75 | 0.11 | 0.16 | 308.57 | 0.67 | 0.53 |
| Hex | D7 | 36 | C0 | 0 | 4B | B | 10 | 135 | 43 | 35 |
| Octal | 327 | 66 | 300 | 0 | 113 | 13 | 20 | 465 | 103 | 65 |
| Binary | 11010111 | 110110 | 11000000 | 0 | 1001011 | 1011 | 10000 | 100110101 | 1000011 | 110101 |
Color Harmonies of #D736C0
Complementary color
Monochromatic Colors of #D736C0
Black with #D736C0
Text Example
Text Example
White with #D736C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736C0; }
p { color: rgb(215,54,192); }
H1.HeaderClassName
{
color: #D736C0;
}
.AnyTagClassName
{
color: #D736C0;
}
</style>
background-color css
<style>
a { background-color: #D736C0; }
a { background-color: rgb(215,54,192); }
div.DivClassName
{
background-color: #D736C0;
}
.BgClassName
{
background-color: #D736C0;
}
</style>
border-color css
<style>
span { border-color: #D736C0; }
span { border-color: rgb(215,54,192); }
td.TdClassName
{
border-color: #D736C0;
}
.TagClassName
{
border-color: #D736C0;
}
</style>