Shades of Fuchsia #D13BC0
Tints of Fuchsia #D13BC0
RGB
CMYK
RGB Variations
Color information
#D13BC0 (or 0xD13BC0) is known color: Fuchsia. HEX triplet: D1, 3B and C0. RGB value is (209,59,192). Sum of RGB (Red+Green+Blue) = 209+59+192=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BC0 is #2EC43F. Grayscale: #767676. Windows color (decimal): -3064896 or 12598225. OLE color: 12598225.
HSL color Cylindrical-coordinate representation of color #D13BC0: hue angle of 306.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BC0 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 192 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.18 |
| HSL | 306.8º | 0.62% | 0.53% | - |
| HSV(B) | 306.8º | 0.72% | 0.82% | - |
| XYZ | 37.37 | 20.49 | 51.85 | - |
| YUV | 119.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 192 | 0 | 0.72 | 0.08 | 0.18 | 306.8 | 0.62 | 0.53 |
| Hex | D1 | 3B | C0 | 0 | 48 | 8 | 12 | 133 | 3E | 35 |
| Octal | 321 | 73 | 300 | 0 | 110 | 10 | 22 | 463 | 76 | 65 |
| Binary | 11010001 | 111011 | 11000000 | 0 | 1001000 | 1000 | 10010 | 100110011 | 111110 | 110101 |
Color Harmonies of #D13BC0
Complementary color
Monochromatic Colors of #D13BC0
Black with #D13BC0
Text Example
Text Example
White with #D13BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BC0; }
p { color: rgb(209,59,192); }
H1.HeaderClassName
{
color: #D13BC0;
}
.AnyTagClassName
{
color: #D13BC0;
}
</style>
background-color css
<style>
a { background-color: #D13BC0; }
a { background-color: rgb(209,59,192); }
div.DivClassName
{
background-color: #D13BC0;
}
.BgClassName
{
background-color: #D13BC0;
}
</style>
border-color css
<style>
span { border-color: #D13BC0; }
span { border-color: rgb(209,59,192); }
td.TdClassName
{
border-color: #D13BC0;
}
.TagClassName
{
border-color: #D13BC0;
}
</style>