Shades of Fuchsia #D735C7
Tints of Fuchsia #D735C7
RGB
CMYK
RGB Variations
Color information
#D735C7 (or 0xD735C7) is known color: Fuchsia. HEX triplet: D7, 35 and C7. RGB value is (215,53,199). Sum of RGB (Red+Green+Blue) = 215+53+199=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D735C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735C7 is #28CA38. Grayscale: #757575. Windows color (decimal): -2673209 or 13055447. OLE color: 13055447.
HSL color Cylindrical-coordinate representation of color #D735C7: hue angle of 305.93º 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 #D735C7 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 199 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.16 |
| HSL | 305.93º | 0.67% | 0.53% | - |
| HSV(B) | 305.93º | 0.75% | 0.84% | - |
| XYZ | 39.61 | 21.12 | 56.02 | - |
| YUV | 118.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 199 | 0 | 0.75 | 0.07 | 0.16 | 305.93 | 0.67 | 0.53 |
| Hex | D7 | 35 | C7 | 0 | 4B | 7 | 10 | 132 | 43 | 35 |
| Octal | 327 | 65 | 307 | 0 | 113 | 7 | 20 | 462 | 103 | 65 |
| Binary | 11010111 | 110101 | 11000111 | 0 | 1001011 | 111 | 10000 | 100110010 | 1000011 | 110101 |
Color Harmonies of #D735C7
Complementary color
Monochromatic Colors of #D735C7
Black with #D735C7
Text Example
Text Example
White with #D735C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735C7; }
p { color: rgb(215,53,199); }
H1.HeaderClassName
{
color: #D735C7;
}
.AnyTagClassName
{
color: #D735C7;
}
</style>
background-color css
<style>
a { background-color: #D735C7; }
a { background-color: rgb(215,53,199); }
div.DivClassName
{
background-color: #D735C7;
}
.BgClassName
{
background-color: #D735C7;
}
</style>
border-color css
<style>
span { border-color: #D735C7; }
span { border-color: rgb(215,53,199); }
td.TdClassName
{
border-color: #D735C7;
}
.TagClassName
{
border-color: #D735C7;
}
</style>