Shades of Fuchsia #D13CBA
Tints of Fuchsia #D13CBA
RGB
CMYK
RGB Variations
Color information
#D13CBA (or 0xD13CBA) is known color: Fuchsia. HEX triplet: D1, 3C and BA. RGB value is (209,60,186). Sum of RGB (Red+Green+Blue) = 209+60+186=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CBA is #2EC345. Grayscale: #767676. Windows color (decimal): -3064646 or 12205265. OLE color: 12205265.
HSL color Cylindrical-coordinate representation of color #D13CBA: hue angle of 309.26º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13CBA is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 186 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.18 |
| HSL | 309.26º | 0.62% | 0.53% | - |
| HSV(B) | 309.26º | 0.71% | 0.82% | - |
| XYZ | 36.77 | 20.33 | 48.44 | - |
| YUV | 118.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 186 | 0 | 0.71 | 0.11 | 0.18 | 309.26 | 0.62 | 0.53 |
| Hex | D1 | 3C | BA | 0 | 47 | B | 12 | 135 | 3E | 35 |
| Octal | 321 | 74 | 272 | 0 | 107 | 13 | 22 | 465 | 76 | 65 |
| Binary | 11010001 | 111100 | 10111010 | 0 | 1000111 | 1011 | 10010 | 100110101 | 111110 | 110101 |
Color Harmonies of #D13CBA
Complementary color
Monochromatic Colors of #D13CBA
Black with #D13CBA
Text Example
Text Example
White with #D13CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CBA; }
p { color: rgb(209,60,186); }
H1.HeaderClassName
{
color: #D13CBA;
}
.AnyTagClassName
{
color: #D13CBA;
}
</style>
background-color css
<style>
a { background-color: #D13CBA; }
a { background-color: rgb(209,60,186); }
div.DivClassName
{
background-color: #D13CBA;
}
.BgClassName
{
background-color: #D13CBA;
}
</style>
border-color css
<style>
span { border-color: #D13CBA; }
span { border-color: rgb(209,60,186); }
td.TdClassName
{
border-color: #D13CBA;
}
.TagClassName
{
border-color: #D13CBA;
}
</style>