Shades of Fuchsia #D735B5
Tints of Fuchsia #D735B5
RGB
CMYK
RGB Variations
Color information
#D735B5 (or 0xD735B5) is known color: Fuchsia. HEX triplet: D7, 35 and B5. RGB value is (215,53,181). Sum of RGB (Red+Green+Blue) = 215+53+181=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D735B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735B5 is #28CA4A. Grayscale: #737373. Windows color (decimal): -2673227 or 11875799. OLE color: 11875799.
HSL color Cylindrical-coordinate representation of color #D735B5: hue angle of 312.59º 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 #D735B5 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 181 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.16 |
| HSL | 312.59º | 0.67% | 0.53% | - |
| HSV(B) | 312.59º | 0.75% | 0.84% | - |
| XYZ | 37.64 | 20.33 | 45.66 | - |
| YUV | 116.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 181 | 0 | 0.75 | 0.16 | 0.16 | 312.59 | 0.67 | 0.53 |
| Hex | D7 | 35 | B5 | 0 | 4B | 10 | 10 | 139 | 43 | 35 |
| Octal | 327 | 65 | 265 | 0 | 113 | 20 | 20 | 471 | 103 | 65 |
| Binary | 11010111 | 110101 | 10110101 | 0 | 1001011 | 10000 | 10000 | 100111001 | 1000011 | 110101 |
Color Harmonies of #D735B5
Complementary color
Monochromatic Colors of #D735B5
Black with #D735B5
Text Example
Text Example
White with #D735B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735B5; }
p { color: rgb(215,53,181); }
H1.HeaderClassName
{
color: #D735B5;
}
.AnyTagClassName
{
color: #D735B5;
}
</style>
background-color css
<style>
a { background-color: #D735B5; }
a { background-color: rgb(215,53,181); }
div.DivClassName
{
background-color: #D735B5;
}
.BgClassName
{
background-color: #D735B5;
}
</style>
border-color css
<style>
span { border-color: #D735B5; }
span { border-color: rgb(215,53,181); }
td.TdClassName
{
border-color: #D735B5;
}
.TagClassName
{
border-color: #D735B5;
}
</style>