Shades of Fuchsia #D735B7
Tints of Fuchsia #D735B7
RGB
CMYK
RGB Variations
Color information
#D735B7 (or 0xD735B7) is known color: Fuchsia. HEX triplet: D7, 35 and B7. RGB value is (215,53,183). Sum of RGB (Red+Green+Blue) = 215+53+183=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D735B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735B7 is #28CA48. Grayscale: #737373. Windows color (decimal): -2673225 or 12006871. OLE color: 12006871.
HSL color Cylindrical-coordinate representation of color #D735B7: hue angle of 311.85º 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 #D735B7 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 183 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.16 |
| HSL | 311.85º | 0.67% | 0.53% | - |
| HSV(B) | 311.85º | 0.75% | 0.84% | - |
| XYZ | 37.84 | 20.41 | 46.75 | - |
| YUV | 116.26 | 165.67 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 183 | 0 | 0.75 | 0.15 | 0.16 | 311.85 | 0.67 | 0.53 |
| Hex | D7 | 35 | B7 | 0 | 4B | F | 10 | 138 | 43 | 35 |
| Octal | 327 | 65 | 267 | 0 | 113 | 17 | 20 | 470 | 103 | 65 |
| Binary | 11010111 | 110101 | 10110111 | 0 | 1001011 | 1111 | 10000 | 100111000 | 1000011 | 110101 |
Color Harmonies of #D735B7
Complementary color
Monochromatic Colors of #D735B7
Black with #D735B7
Text Example
Text Example
White with #D735B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735B7; }
p { color: rgb(215,53,183); }
H1.HeaderClassName
{
color: #D735B7;
}
.AnyTagClassName
{
color: #D735B7;
}
</style>
background-color css
<style>
a { background-color: #D735B7; }
a { background-color: rgb(215,53,183); }
div.DivClassName
{
background-color: #D735B7;
}
.BgClassName
{
background-color: #D735B7;
}
</style>
border-color css
<style>
span { border-color: #D735B7; }
span { border-color: rgb(215,53,183); }
td.TdClassName
{
border-color: #D735B7;
}
.TagClassName
{
border-color: #D735B7;
}
</style>