Shades of Fuchsia #D133C9
Tints of Fuchsia #D133C9
RGB
CMYK
RGB Variations
Color information
#D133C9 (or 0xD133C9) is known color: Fuchsia. HEX triplet: D1, 33 and C9. RGB value is (209,51,201). Sum of RGB (Red+Green+Blue) = 209+51+201=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D133C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133C9 is #2ECC36. Grayscale: #727272. Windows color (decimal): -3066935 or 13186001. OLE color: 13186001.
HSL color Cylindrical-coordinate representation of color #D133C9: hue angle of 303.04º 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 #D133C9 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 201 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.18 |
| HSL | 303.04º | 0.63% | 0.51% | - |
| HSV(B) | 303.04º | 0.76% | 0.82% | - |
| XYZ | 38.02 | 20.14 | 57.14 | - |
| YUV | 115.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 201 | 0 | 0.76 | 0.04 | 0.18 | 303.04 | 0.63 | 0.51 |
| Hex | D1 | 33 | C9 | 0 | 4C | 4 | 12 | 12F | 3F | 33 |
| Octal | 321 | 63 | 311 | 0 | 114 | 4 | 22 | 457 | 77 | 63 |
| Binary | 11010001 | 110011 | 11001001 | 0 | 1001100 | 100 | 10010 | 100101111 | 111111 | 110011 |
Color Harmonies of #D133C9
Complementary color
Monochromatic Colors of #D133C9
Black with #D133C9
Text Example
Text Example
White with #D133C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133C9; }
p { color: rgb(209,51,201); }
H1.HeaderClassName
{
color: #D133C9;
}
.AnyTagClassName
{
color: #D133C9;
}
</style>
background-color css
<style>
a { background-color: #D133C9; }
a { background-color: rgb(209,51,201); }
div.DivClassName
{
background-color: #D133C9;
}
.BgClassName
{
background-color: #D133C9;
}
</style>
border-color css
<style>
span { border-color: #D133C9; }
span { border-color: rgb(209,51,201); }
td.TdClassName
{
border-color: #D133C9;
}
.TagClassName
{
border-color: #D133C9;
}
</style>