Shades of Fuchsia #D135BD
Tints of Fuchsia #D135BD
RGB
CMYK
RGB Variations
Color information
#D135BD (or 0xD135BD) is known color: Fuchsia. HEX triplet: D1, 35 and BD. RGB value is (209,53,189). Sum of RGB (Red+Green+Blue) = 209+53+189=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D135BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135BD is #2ECA42. Grayscale: #727272. Windows color (decimal): -3066435 or 12400081. OLE color: 12400081.
HSL color Cylindrical-coordinate representation of color #D135BD: hue angle of 307.69º 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 #D135BD is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 189 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.18 |
| HSL | 307.69º | 0.63% | 0.51% | - |
| HSV(B) | 307.69º | 0.75% | 0.82% | - |
| XYZ | 36.75 | 19.78 | 50.02 | - |
| YUV | 115.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 189 | 0 | 0.75 | 0.10 | 0.18 | 307.69 | 0.63 | 0.51 |
| Hex | D1 | 35 | BD | 0 | 4B | A | 12 | 134 | 3F | 33 |
| Octal | 321 | 65 | 275 | 0 | 113 | 12 | 22 | 464 | 77 | 63 |
| Binary | 11010001 | 110101 | 10111101 | 0 | 1001011 | 1010 | 10010 | 100110100 | 111111 | 110011 |
Color Harmonies of #D135BD
Complementary color
Monochromatic Colors of #D135BD
Black with #D135BD
Text Example
Text Example
White with #D135BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135BD; }
p { color: rgb(209,53,189); }
H1.HeaderClassName
{
color: #D135BD;
}
.AnyTagClassName
{
color: #D135BD;
}
</style>
background-color css
<style>
a { background-color: #D135BD; }
a { background-color: rgb(209,53,189); }
div.DivClassName
{
background-color: #D135BD;
}
.BgClassName
{
background-color: #D135BD;
}
</style>
border-color css
<style>
span { border-color: #D135BD; }
span { border-color: rgb(209,53,189); }
td.TdClassName
{
border-color: #D135BD;
}
.TagClassName
{
border-color: #D135BD;
}
</style>