Shades of Fuchsia #D13DB6
Tints of Fuchsia #D13DB6
RGB
CMYK
RGB Variations
Color information
#D13DB6 (or 0xD13DB6) is known color: Fuchsia. HEX triplet: D1, 3D and B6. RGB value is (209,61,182). Sum of RGB (Red+Green+Blue) = 209+61+182=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DB6 is #2EC249. Grayscale: #767676. Windows color (decimal): -3064394 or 11943377. OLE color: 11943377.
HSL color Cylindrical-coordinate representation of color #D13DB6: hue angle of 310.95º 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 #D13DB6 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 182 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.18 |
| HSL | 310.95º | 0.62% | 0.53% | - |
| HSV(B) | 310.95º | 0.71% | 0.82% | - |
| XYZ | 36.41 | 20.27 | 46.25 | - |
| YUV | 119.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 182 | 0 | 0.71 | 0.13 | 0.18 | 310.95 | 0.62 | 0.53 |
| Hex | D1 | 3D | B6 | 0 | 47 | D | 12 | 137 | 3E | 35 |
| Octal | 321 | 75 | 266 | 0 | 107 | 15 | 22 | 467 | 76 | 65 |
| Binary | 11010001 | 111101 | 10110110 | 0 | 1000111 | 1101 | 10010 | 100110111 | 111110 | 110101 |
Color Harmonies of #D13DB6
Complementary color
Monochromatic Colors of #D13DB6
Black with #D13DB6
Text Example
Text Example
White with #D13DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13DB6; }
p { color: rgb(209,61,182); }
H1.HeaderClassName
{
color: #D13DB6;
}
.AnyTagClassName
{
color: #D13DB6;
}
</style>
background-color css
<style>
a { background-color: #D13DB6; }
a { background-color: rgb(209,61,182); }
div.DivClassName
{
background-color: #D13DB6;
}
.BgClassName
{
background-color: #D13DB6;
}
</style>
border-color css
<style>
span { border-color: #D13DB6; }
span { border-color: rgb(209,61,182); }
td.TdClassName
{
border-color: #D13DB6;
}
.TagClassName
{
border-color: #D13DB6;
}
</style>