Shades of Fuchsia #D133C0
Tints of Fuchsia #D133C0
RGB
CMYK
RGB Variations
Color information
#D133C0 (or 0xD133C0) is known color: Fuchsia. HEX triplet: D1, 33 and C0. RGB value is (209,51,192). Sum of RGB (Red+Green+Blue) = 209+51+192=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D133C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133C0 is #2ECC3F. Grayscale: #717171. Windows color (decimal): -3066944 or 12596177. OLE color: 12596177.
HSL color Cylindrical-coordinate representation of color #D133C0: hue angle of 306.46º 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 #D133C0 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 192 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.18 |
| HSL | 306.46º | 0.63% | 0.51% | - |
| HSV(B) | 306.46º | 0.76% | 0.82% | - |
| XYZ | 36.99 | 19.73 | 51.73 | - |
| YUV | 114.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 192 | 0 | 0.76 | 0.08 | 0.18 | 306.46 | 0.63 | 0.51 |
| Hex | D1 | 33 | C0 | 0 | 4C | 8 | 12 | 132 | 3F | 33 |
| Octal | 321 | 63 | 300 | 0 | 114 | 10 | 22 | 462 | 77 | 63 |
| Binary | 11010001 | 110011 | 11000000 | 0 | 1001100 | 1000 | 10010 | 100110010 | 111111 | 110011 |
Color Harmonies of #D133C0
Complementary color
Monochromatic Colors of #D133C0
Black with #D133C0
Text Example
Text Example
White with #D133C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133C0; }
p { color: rgb(209,51,192); }
H1.HeaderClassName
{
color: #D133C0;
}
.AnyTagClassName
{
color: #D133C0;
}
</style>
background-color css
<style>
a { background-color: #D133C0; }
a { background-color: rgb(209,51,192); }
div.DivClassName
{
background-color: #D133C0;
}
.BgClassName
{
background-color: #D133C0;
}
</style>
border-color css
<style>
span { border-color: #D133C0; }
span { border-color: rgb(209,51,192); }
td.TdClassName
{
border-color: #D133C0;
}
.TagClassName
{
border-color: #D133C0;
}
</style>