Shades of Fuchsia #D130C3
Tints of Fuchsia #D130C3
RGB
CMYK
RGB Variations
Color information
#D130C3 (or 0xD130C3) is known color: Fuchsia. HEX triplet: D1, 30 and C3. RGB value is (209,48,195). Sum of RGB (Red+Green+Blue) = 209+48+195=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D130C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130C3 is #2ECF3C. Grayscale: #707070. Windows color (decimal): -3067709 or 12792017. OLE color: 12792017.
HSL color Cylindrical-coordinate representation of color #D130C3: hue angle of 305.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D130C3 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 195 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.18 |
| HSL | 305.22º | 0.64% | 0.5% | - |
| HSV(B) | 305.22º | 0.77% | 0.82% | - |
| XYZ | 37.2 | 19.61 | 53.45 | - |
| YUV | 112.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 195 | 0 | 0.77 | 0.07 | 0.18 | 305.22 | 0.64 | 0.5 |
| Hex | D1 | 30 | C3 | 0 | 4D | 7 | 12 | 131 | 40 | 32 |
| Octal | 321 | 60 | 303 | 0 | 115 | 7 | 22 | 461 | 100 | 62 |
| Binary | 11010001 | 110000 | 11000011 | 0 | 1001101 | 111 | 10010 | 100110001 | 1000000 | 110010 |
Color Harmonies of #D130C3
Complementary color
Monochromatic Colors of #D130C3
Black with #D130C3
Text Example
Text Example
White with #D130C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130C3; }
p { color: rgb(209,48,195); }
H1.HeaderClassName
{
color: #D130C3;
}
.AnyTagClassName
{
color: #D130C3;
}
</style>
background-color css
<style>
a { background-color: #D130C3; }
a { background-color: rgb(209,48,195); }
div.DivClassName
{
background-color: #D130C3;
}
.BgClassName
{
background-color: #D130C3;
}
</style>
border-color css
<style>
span { border-color: #D130C3; }
span { border-color: rgb(209,48,195); }
td.TdClassName
{
border-color: #D130C3;
}
.TagClassName
{
border-color: #D130C3;
}
</style>