Shades of Fuchsia #D133C2
Tints of Fuchsia #D133C2
RGB
CMYK
RGB Variations
Color information
#D133C2 (or 0xD133C2) is known color: Fuchsia. HEX triplet: D1, 33 and C2. RGB value is (209,51,194). Sum of RGB (Red+Green+Blue) = 209+51+194=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D133C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133C2 is #2ECC3D. Grayscale: #727272. Windows color (decimal): -3066942 or 12727249. OLE color: 12727249.
HSL color Cylindrical-coordinate representation of color #D133C2: hue angle of 305.7º 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 #D133C2 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 194 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.18 |
| HSL | 305.7º | 0.63% | 0.51% | - |
| HSV(B) | 305.7º | 0.76% | 0.82% | - |
| XYZ | 37.22 | 19.82 | 52.9 | - |
| YUV | 114.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 194 | 0 | 0.76 | 0.07 | 0.18 | 305.7 | 0.63 | 0.51 |
| Hex | D1 | 33 | C2 | 0 | 4C | 7 | 12 | 132 | 3F | 33 |
| Octal | 321 | 63 | 302 | 0 | 114 | 7 | 22 | 462 | 77 | 63 |
| Binary | 11010001 | 110011 | 11000010 | 0 | 1001100 | 111 | 10010 | 100110010 | 111111 | 110011 |
Color Harmonies of #D133C2
Complementary color
Monochromatic Colors of #D133C2
Black with #D133C2
Text Example
Text Example
White with #D133C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133C2; }
p { color: rgb(209,51,194); }
H1.HeaderClassName
{
color: #D133C2;
}
.AnyTagClassName
{
color: #D133C2;
}
</style>
background-color css
<style>
a { background-color: #D133C2; }
a { background-color: rgb(209,51,194); }
div.DivClassName
{
background-color: #D133C2;
}
.BgClassName
{
background-color: #D133C2;
}
</style>
border-color css
<style>
span { border-color: #D133C2; }
span { border-color: rgb(209,51,194); }
td.TdClassName
{
border-color: #D133C2;
}
.TagClassName
{
border-color: #D133C2;
}
</style>