Shades of Fuchsia #D735BD
Tints of Fuchsia #D735BD
RGB
CMYK
RGB Variations
Color information
#D735BD (or 0xD735BD) is known color: Fuchsia. HEX triplet: D7, 35 and BD. RGB value is (215,53,189). Sum of RGB (Red+Green+Blue) = 215+53+189=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D735BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735BD is #28CA42. Grayscale: #747474. Windows color (decimal): -2673219 or 12400087. OLE color: 12400087.
HSL color Cylindrical-coordinate representation of color #D735BD: hue angle of 309.63º 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 #D735BD is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 189 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.16 |
| HSL | 309.63º | 0.67% | 0.53% | - |
| HSV(B) | 309.63º | 0.75% | 0.84% | - |
| XYZ | 38.48 | 20.67 | 50.11 | - |
| YUV | 116.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 189 | 0 | 0.75 | 0.12 | 0.16 | 309.63 | 0.67 | 0.53 |
| Hex | D7 | 35 | BD | 0 | 4B | C | 10 | 136 | 43 | 35 |
| Octal | 327 | 65 | 275 | 0 | 113 | 14 | 20 | 466 | 103 | 65 |
| Binary | 11010111 | 110101 | 10111101 | 0 | 1001011 | 1100 | 10000 | 100110110 | 1000011 | 110101 |
Color Harmonies of #D735BD
Complementary color
Monochromatic Colors of #D735BD
Black with #D735BD
Text Example
Text Example
White with #D735BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735BD; }
p { color: rgb(215,53,189); }
H1.HeaderClassName
{
color: #D735BD;
}
.AnyTagClassName
{
color: #D735BD;
}
</style>
background-color css
<style>
a { background-color: #D735BD; }
a { background-color: rgb(215,53,189); }
div.DivClassName
{
background-color: #D735BD;
}
.BgClassName
{
background-color: #D735BD;
}
</style>
border-color css
<style>
span { border-color: #D735BD; }
span { border-color: rgb(215,53,189); }
td.TdClassName
{
border-color: #D735BD;
}
.TagClassName
{
border-color: #D735BD;
}
</style>