Shades of Fuchsia #D735BA
Tints of Fuchsia #D735BA
RGB
CMYK
RGB Variations
Color information
#D735BA (or 0xD735BA) is known color: Fuchsia. HEX triplet: D7, 35 and BA. RGB value is (215,53,186). Sum of RGB (Red+Green+Blue) = 215+53+186=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D735BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735BA is #28CA45. Grayscale: #747474. Windows color (decimal): -2673222 or 12203479. OLE color: 12203479.
HSL color Cylindrical-coordinate representation of color #D735BA: hue angle of 310.74º 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 #D735BA is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 186 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.16 |
| HSL | 310.74º | 0.67% | 0.53% | - |
| HSV(B) | 310.74º | 0.75% | 0.84% | - |
| XYZ | 38.16 | 20.54 | 48.41 | - |
| YUV | 116.6 | 167.17 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 186 | 0 | 0.75 | 0.13 | 0.16 | 310.74 | 0.67 | 0.53 |
| Hex | D7 | 35 | BA | 0 | 4B | D | 10 | 137 | 43 | 35 |
| Octal | 327 | 65 | 272 | 0 | 113 | 15 | 20 | 467 | 103 | 65 |
| Binary | 11010111 | 110101 | 10111010 | 0 | 1001011 | 1101 | 10000 | 100110111 | 1000011 | 110101 |
Color Harmonies of #D735BA
Complementary color
Monochromatic Colors of #D735BA
Black with #D735BA
Text Example
Text Example
White with #D735BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735BA; }
p { color: rgb(215,53,186); }
H1.HeaderClassName
{
color: #D735BA;
}
.AnyTagClassName
{
color: #D735BA;
}
</style>
background-color css
<style>
a { background-color: #D735BA; }
a { background-color: rgb(215,53,186); }
div.DivClassName
{
background-color: #D735BA;
}
.BgClassName
{
background-color: #D735BA;
}
</style>
border-color css
<style>
span { border-color: #D735BA; }
span { border-color: rgb(215,53,186); }
td.TdClassName
{
border-color: #D735BA;
}
.TagClassName
{
border-color: #D735BA;
}
</style>