Shades of Fuchsia #D133B7
Tints of Fuchsia #D133B7
RGB
CMYK
RGB Variations
Color information
#D133B7 (or 0xD133B7) is known color: Fuchsia. HEX triplet: D1, 33 and B7. RGB value is (209,51,183). Sum of RGB (Red+Green+Blue) = 209+51+183=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D133B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133B7 is #2ECC48. Grayscale: #707070. Windows color (decimal): -3066953 or 12006353. OLE color: 12006353.
HSL color Cylindrical-coordinate representation of color #D133B7: hue angle of 309.87º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D133B7 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 183 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.18 |
| HSL | 309.87º | 0.63% | 0.51% | - |
| HSV(B) | 309.87º | 0.76% | 0.82% | - |
| XYZ | 36.03 | 19.34 | 46.63 | - |
| YUV | 113.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 183 | 0 | 0.76 | 0.12 | 0.18 | 309.87 | 0.63 | 0.51 |
| Hex | D1 | 33 | B7 | 0 | 4C | C | 12 | 136 | 3F | 33 |
| Octal | 321 | 63 | 267 | 0 | 114 | 14 | 22 | 466 | 77 | 63 |
| Binary | 11010001 | 110011 | 10110111 | 0 | 1001100 | 1100 | 10010 | 100110110 | 111111 | 110011 |
Color Harmonies of #D133B7
Complementary color
Monochromatic Colors of #D133B7
Black with #D133B7
Text Example
Text Example
White with #D133B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133B7; }
p { color: rgb(209,51,183); }
H1.HeaderClassName
{
color: #D133B7;
}
.AnyTagClassName
{
color: #D133B7;
}
</style>
background-color css
<style>
a { background-color: #D133B7; }
a { background-color: rgb(209,51,183); }
div.DivClassName
{
background-color: #D133B7;
}
.BgClassName
{
background-color: #D133B7;
}
</style>
border-color css
<style>
span { border-color: #D133B7; }
span { border-color: rgb(209,51,183); }
td.TdClassName
{
border-color: #D133B7;
}
.TagClassName
{
border-color: #D133B7;
}
</style>