Shades of Fuchsia #D130CD
Tints of Fuchsia #D130CD
RGB
CMYK
RGB Variations
Color information
#D130CD (or 0xD130CD) is known color: Fuchsia. HEX triplet: D1, 30 and CD. RGB value is (209,48,205). Sum of RGB (Red+Green+Blue) = 209+48+205=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D130CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130CD is #2ECF32. Grayscale: #717171. Windows color (decimal): -3067699 or 13447377. OLE color: 13447377.
HSL color Cylindrical-coordinate representation of color #D130CD: hue angle of 301.49º 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 #D130CD is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 205 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.18 |
| HSL | 301.49º | 0.64% | 0.5% | - |
| HSV(B) | 301.49º | 0.77% | 0.82% | - |
| XYZ | 38.37 | 20.08 | 59.61 | - |
| YUV | 114.04 | 179.34 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 205 | 0 | 0.77 | 0.02 | 0.18 | 301.49 | 0.64 | 0.5 |
| Hex | D1 | 30 | CD | 0 | 4D | 2 | 12 | 12D | 40 | 32 |
| Octal | 321 | 60 | 315 | 0 | 115 | 2 | 22 | 455 | 100 | 62 |
| Binary | 11010001 | 110000 | 11001101 | 0 | 1001101 | 10 | 10010 | 100101101 | 1000000 | 110010 |
Color Harmonies of #D130CD
Complementary color
Monochromatic Colors of #D130CD
Black with #D130CD
Text Example
Text Example
White with #D130CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130CD; }
p { color: rgb(209,48,205); }
H1.HeaderClassName
{
color: #D130CD;
}
.AnyTagClassName
{
color: #D130CD;
}
</style>
background-color css
<style>
a { background-color: #D130CD; }
a { background-color: rgb(209,48,205); }
div.DivClassName
{
background-color: #D130CD;
}
.BgClassName
{
background-color: #D130CD;
}
</style>
border-color css
<style>
span { border-color: #D130CD; }
span { border-color: rgb(209,48,205); }
td.TdClassName
{
border-color: #D130CD;
}
.TagClassName
{
border-color: #D130CD;
}
</style>