Shades of Fuchsia #D130CF
Tints of Fuchsia #D130CF
RGB
CMYK
RGB Variations
Color information
#D130CF (or 0xD130CF) is known color: Fuchsia. HEX triplet: D1, 30 and CF. RGB value is (209,48,207). Sum of RGB (Red+Green+Blue) = 209+48+207=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D130CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130CF is #2ECF30. Grayscale: #717171. Windows color (decimal): -3067697 or 13578449. OLE color: 13578449.
HSL color Cylindrical-coordinate representation of color #D130CF: hue angle of 300.75º 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 #D130CF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 207 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.18 |
| HSL | 300.75º | 0.64% | 0.5% | - |
| HSV(B) | 300.75º | 0.77% | 0.82% | - |
| XYZ | 38.61 | 20.17 | 60.89 | - |
| YUV | 114.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 207 | 0 | 0.77 | 0.01 | 0.18 | 300.75 | 0.64 | 0.5 |
| Hex | D1 | 30 | CF | 0 | 4D | 1 | 12 | 12D | 40 | 32 |
| Octal | 321 | 60 | 317 | 0 | 115 | 1 | 22 | 455 | 100 | 62 |
| Binary | 11010001 | 110000 | 11001111 | 0 | 1001101 | 1 | 10010 | 100101101 | 1000000 | 110010 |
Color Harmonies of #D130CF
Complementary color
Monochromatic Colors of #D130CF
Black with #D130CF
Text Example
Text Example
White with #D130CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130CF; }
p { color: rgb(209,48,207); }
H1.HeaderClassName
{
color: #D130CF;
}
.AnyTagClassName
{
color: #D130CF;
}
</style>
background-color css
<style>
a { background-color: #D130CF; }
a { background-color: rgb(209,48,207); }
div.DivClassName
{
background-color: #D130CF;
}
.BgClassName
{
background-color: #D130CF;
}
</style>
border-color css
<style>
span { border-color: #D130CF; }
span { border-color: rgb(209,48,207); }
td.TdClassName
{
border-color: #D130CF;
}
.TagClassName
{
border-color: #D130CF;
}
</style>