Shades of Fuchsia #D130C4
Tints of Fuchsia #D130C4
RGB
CMYK
RGB Variations
Color information
#D130C4 (or 0xD130C4) is known color: Fuchsia. HEX triplet: D1, 30 and C4. RGB value is (209,48,196). Sum of RGB (Red+Green+Blue) = 209+48+196=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D130C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130C4 is #2ECF3B. Grayscale: #707070. Windows color (decimal): -3067708 or 12857553. OLE color: 12857553.
HSL color Cylindrical-coordinate representation of color #D130C4: hue angle of 304.84º 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 #D130C4 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 196 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.18 |
| HSL | 304.84º | 0.64% | 0.5% | - |
| HSV(B) | 304.84º | 0.77% | 0.82% | - |
| XYZ | 37.32 | 19.65 | 54.05 | - |
| YUV | 113.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 196 | 0 | 0.77 | 0.06 | 0.18 | 304.84 | 0.64 | 0.5 |
| Hex | D1 | 30 | C4 | 0 | 4D | 6 | 12 | 131 | 40 | 32 |
| Octal | 321 | 60 | 304 | 0 | 115 | 6 | 22 | 461 | 100 | 62 |
| Binary | 11010001 | 110000 | 11000100 | 0 | 1001101 | 110 | 10010 | 100110001 | 1000000 | 110010 |
Color Harmonies of #D130C4
Complementary color
Monochromatic Colors of #D130C4
Black with #D130C4
Text Example
Text Example
White with #D130C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130C4; }
p { color: rgb(209,48,196); }
H1.HeaderClassName
{
color: #D130C4;
}
.AnyTagClassName
{
color: #D130C4;
}
</style>
background-color css
<style>
a { background-color: #D130C4; }
a { background-color: rgb(209,48,196); }
div.DivClassName
{
background-color: #D130C4;
}
.BgClassName
{
background-color: #D130C4;
}
</style>
border-color css
<style>
span { border-color: #D130C4; }
span { border-color: rgb(209,48,196); }
td.TdClassName
{
border-color: #D130C4;
}
.TagClassName
{
border-color: #D130C4;
}
</style>