Shades of Fuchsia #D035C5
Tints of Fuchsia #D035C5
RGB
CMYK
RGB Variations
Color information
#D035C5 (or 0xD035C5) is known color: Fuchsia. HEX triplet: D0, 35 and C5. RGB value is (208,53,197). Sum of RGB (Red+Green+Blue) = 208+53+197=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D035C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035C5 is #2FCA3A. Grayscale: #737373. Windows color (decimal): -3131963 or 12924368. OLE color: 12924368.
HSL color Cylindrical-coordinate representation of color #D035C5: hue angle of 304.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D035C5 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 197 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.18 |
| HSL | 304.26º | 0.62% | 0.51% | - |
| HSV(B) | 304.26º | 0.75% | 0.82% | - |
| XYZ | 37.36 | 19.99 | 54.71 | - |
| YUV | 115.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 197 | 0 | 0.75 | 0.05 | 0.18 | 304.26 | 0.62 | 0.51 |
| Hex | D0 | 35 | C5 | 0 | 4B | 5 | 12 | 130 | 3E | 33 |
| Octal | 320 | 65 | 305 | 0 | 113 | 5 | 22 | 460 | 76 | 63 |
| Binary | 11010000 | 110101 | 11000101 | 0 | 1001011 | 101 | 10010 | 100110000 | 111110 | 110011 |
Color Harmonies of #D035C5
Complementary color
Monochromatic Colors of #D035C5
Black with #D035C5
Text Example
Text Example
White with #D035C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D035C5; }
p { color: rgb(208,53,197); }
H1.HeaderClassName
{
color: #D035C5;
}
.AnyTagClassName
{
color: #D035C5;
}
</style>
background-color css
<style>
a { background-color: #D035C5; }
a { background-color: rgb(208,53,197); }
div.DivClassName
{
background-color: #D035C5;
}
.BgClassName
{
background-color: #D035C5;
}
</style>
border-color css
<style>
span { border-color: #D035C5; }
span { border-color: rgb(208,53,197); }
td.TdClassName
{
border-color: #D035C5;
}
.TagClassName
{
border-color: #D035C5;
}
</style>