Shades of Fuchsia #D735C2
Tints of Fuchsia #D735C2
RGB
CMYK
RGB Variations
Color information
#D735C2 (or 0xD735C2) is known color: Fuchsia. HEX triplet: D7, 35 and C2. RGB value is (215,53,194). Sum of RGB (Red+Green+Blue) = 215+53+194=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D735C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735C2 is #28CA3D. Grayscale: #757575. Windows color (decimal): -2673214 or 12727767. OLE color: 12727767.
HSL color Cylindrical-coordinate representation of color #D735C2: hue angle of 307.78º 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 #D735C2 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 194 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.16 |
| HSL | 307.78º | 0.67% | 0.53% | - |
| HSV(B) | 307.78º | 0.75% | 0.84% | - |
| XYZ | 39.04 | 20.89 | 53.01 | - |
| YUV | 117.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 194 | 0 | 0.75 | 0.10 | 0.16 | 307.78 | 0.67 | 0.53 |
| Hex | D7 | 35 | C2 | 0 | 4B | A | 10 | 134 | 43 | 35 |
| Octal | 327 | 65 | 302 | 0 | 113 | 12 | 20 | 464 | 103 | 65 |
| Binary | 11010111 | 110101 | 11000010 | 0 | 1001011 | 1010 | 10000 | 100110100 | 1000011 | 110101 |
Color Harmonies of #D735C2
Complementary color
Monochromatic Colors of #D735C2
Black with #D735C2
Text Example
Text Example
White with #D735C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735C2; }
p { color: rgb(215,53,194); }
H1.HeaderClassName
{
color: #D735C2;
}
.AnyTagClassName
{
color: #D735C2;
}
</style>
background-color css
<style>
a { background-color: #D735C2; }
a { background-color: rgb(215,53,194); }
div.DivClassName
{
background-color: #D735C2;
}
.BgClassName
{
background-color: #D735C2;
}
</style>
border-color css
<style>
span { border-color: #D735C2; }
span { border-color: rgb(215,53,194); }
td.TdClassName
{
border-color: #D735C2;
}
.TagClassName
{
border-color: #D735C2;
}
</style>