Shades of Fuchsia #D133C1
Tints of Fuchsia #D133C1
RGB
CMYK
RGB Variations
Color information
#D133C1 (or 0xD133C1) is known color: Fuchsia. HEX triplet: D1, 33 and C1. RGB value is (209,51,193). Sum of RGB (Red+Green+Blue) = 209+51+193=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D133C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133C1 is #2ECC3E. Grayscale: #727272. Windows color (decimal): -3066943 or 12661713. OLE color: 12661713.
HSL color Cylindrical-coordinate representation of color #D133C1: hue angle of 306.08º 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 #D133C1 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 193 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.18 |
| HSL | 306.08º | 0.63% | 0.51% | - |
| HSV(B) | 306.08º | 0.76% | 0.82% | - |
| XYZ | 37.1 | 19.77 | 52.31 | - |
| YUV | 114.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 193 | 0 | 0.76 | 0.08 | 0.18 | 306.08 | 0.63 | 0.51 |
| Hex | D1 | 33 | C1 | 0 | 4C | 8 | 12 | 132 | 3F | 33 |
| Octal | 321 | 63 | 301 | 0 | 114 | 10 | 22 | 462 | 77 | 63 |
| Binary | 11010001 | 110011 | 11000001 | 0 | 1001100 | 1000 | 10010 | 100110010 | 111111 | 110011 |
Color Harmonies of #D133C1
Complementary color
Monochromatic Colors of #D133C1
Black with #D133C1
Text Example
Text Example
White with #D133C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133C1; }
p { color: rgb(209,51,193); }
H1.HeaderClassName
{
color: #D133C1;
}
.AnyTagClassName
{
color: #D133C1;
}
</style>
background-color css
<style>
a { background-color: #D133C1; }
a { background-color: rgb(209,51,193); }
div.DivClassName
{
background-color: #D133C1;
}
.BgClassName
{
background-color: #D133C1;
}
</style>
border-color css
<style>
span { border-color: #D133C1; }
span { border-color: rgb(209,51,193); }
td.TdClassName
{
border-color: #D133C1;
}
.TagClassName
{
border-color: #D133C1;
}
</style>