Shades of Fuchsia #D135BC
Tints of Fuchsia #D135BC
RGB
CMYK
RGB Variations
Color information
#D135BC (or 0xD135BC) is known color: Fuchsia. HEX triplet: D1, 35 and BC. RGB value is (209,53,188). Sum of RGB (Red+Green+Blue) = 209+53+188=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D135BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135BC is #2ECA43. Grayscale: #727272. Windows color (decimal): -3066436 or 12334545. OLE color: 12334545.
HSL color Cylindrical-coordinate representation of color #D135BC: hue angle of 308.08º degrees, saturation: 0.63, 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 #D135BC is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 188 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.18 |
| HSL | 308.08º | 0.63% | 0.51% | - |
| HSV(B) | 308.08º | 0.75% | 0.82% | - |
| XYZ | 36.64 | 19.73 | 49.45 | - |
| YUV | 115.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 188 | 0 | 0.75 | 0.10 | 0.18 | 308.08 | 0.63 | 0.51 |
| Hex | D1 | 35 | BC | 0 | 4B | A | 12 | 134 | 3F | 33 |
| Octal | 321 | 65 | 274 | 0 | 113 | 12 | 22 | 464 | 77 | 63 |
| Binary | 11010001 | 110101 | 10111100 | 0 | 1001011 | 1010 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D135BC
Complementary color
Monochromatic Colors of #D135BC
Black with #D135BC
Text Example
Text Example
White with #D135BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135BC; }
p { color: rgb(209,53,188); }
H1.HeaderClassName
{
color: #D135BC;
}
.AnyTagClassName
{
color: #D135BC;
}
</style>
background-color css
<style>
a { background-color: #D135BC; }
a { background-color: rgb(209,53,188); }
div.DivClassName
{
background-color: #D135BC;
}
.BgClassName
{
background-color: #D135BC;
}
</style>
border-color css
<style>
span { border-color: #D135BC; }
span { border-color: rgb(209,53,188); }
td.TdClassName
{
border-color: #D135BC;
}
.TagClassName
{
border-color: #D135BC;
}
</style>