Shades of Fuchsia #D735C3
Tints of Fuchsia #D735C3
RGB
CMYK
RGB Variations
Color information
#D735C3 (or 0xD735C3) is known color: Fuchsia. HEX triplet: D7, 35 and C3. RGB value is (215,53,195). Sum of RGB (Red+Green+Blue) = 215+53+195=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D735C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735C3 is #28CA3C. Grayscale: #757575. Windows color (decimal): -2673213 or 12793303. OLE color: 12793303.
HSL color Cylindrical-coordinate representation of color #D735C3: hue angle of 307.41º 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 #D735C3 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 195 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.16 |
| HSL | 307.41º | 0.67% | 0.53% | - |
| HSV(B) | 307.41º | 0.75% | 0.84% | - |
| XYZ | 39.15 | 20.93 | 53.61 | - |
| YUV | 117.63 | 171.67 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 195 | 0 | 0.75 | 0.09 | 0.16 | 307.41 | 0.67 | 0.53 |
| Hex | D7 | 35 | C3 | 0 | 4B | 9 | 10 | 133 | 43 | 35 |
| Octal | 327 | 65 | 303 | 0 | 113 | 11 | 20 | 463 | 103 | 65 |
| Binary | 11010111 | 110101 | 11000011 | 0 | 1001011 | 1001 | 10000 | 100110011 | 1000011 | 110101 |
Color Harmonies of #D735C3
Complementary color
Monochromatic Colors of #D735C3
Black with #D735C3
Text Example
Text Example
White with #D735C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735C3; }
p { color: rgb(215,53,195); }
H1.HeaderClassName
{
color: #D735C3;
}
.AnyTagClassName
{
color: #D735C3;
}
</style>
background-color css
<style>
a { background-color: #D735C3; }
a { background-color: rgb(215,53,195); }
div.DivClassName
{
background-color: #D735C3;
}
.BgClassName
{
background-color: #D735C3;
}
</style>
border-color css
<style>
span { border-color: #D735C3; }
span { border-color: rgb(215,53,195); }
td.TdClassName
{
border-color: #D735C3;
}
.TagClassName
{
border-color: #D735C3;
}
</style>