Shades of Fuchsia #D135BE
Tints of Fuchsia #D135BE
RGB
CMYK
RGB Variations
Color information
#D135BE (or 0xD135BE) is known color: Fuchsia. HEX triplet: D1, 35 and BE. RGB value is (209,53,190). Sum of RGB (Red+Green+Blue) = 209+53+190=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D135BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135BE is #2ECA41. Grayscale: #727272. Windows color (decimal): -3066434 or 12465617. OLE color: 12465617.
HSL color Cylindrical-coordinate representation of color #D135BE: hue angle of 307.31º 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 #D135BE is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 190 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.18 |
| HSL | 307.31º | 0.63% | 0.51% | - |
| HSV(B) | 307.31º | 0.75% | 0.82% | - |
| XYZ | 36.86 | 19.82 | 50.6 | - |
| YUV | 115.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 190 | 0 | 0.75 | 0.09 | 0.18 | 307.31 | 0.63 | 0.51 |
| Hex | D1 | 35 | BE | 0 | 4B | 9 | 12 | 133 | 3F | 33 |
| Octal | 321 | 65 | 276 | 0 | 113 | 11 | 22 | 463 | 77 | 63 |
| Binary | 11010001 | 110101 | 10111110 | 0 | 1001011 | 1001 | 10010 | 100110011 | 111111 | 110011 |
Color Harmonies of #D135BE
Complementary color
Monochromatic Colors of #D135BE
Black with #D135BE
Text Example
Text Example
White with #D135BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135BE; }
p { color: rgb(209,53,190); }
H1.HeaderClassName
{
color: #D135BE;
}
.AnyTagClassName
{
color: #D135BE;
}
</style>
background-color css
<style>
a { background-color: #D135BE; }
a { background-color: rgb(209,53,190); }
div.DivClassName
{
background-color: #D135BE;
}
.BgClassName
{
background-color: #D135BE;
}
</style>
border-color css
<style>
span { border-color: #D135BE; }
span { border-color: rgb(209,53,190); }
td.TdClassName
{
border-color: #D135BE;
}
.TagClassName
{
border-color: #D135BE;
}
</style>