Shades of Fuchsia #D13DC1
Tints of Fuchsia #D13DC1
RGB
CMYK
RGB Variations
Color information
#D13DC1 (or 0xD13DC1) is known color: Fuchsia. HEX triplet: D1, 3D and C1. RGB value is (209,61,193). Sum of RGB (Red+Green+Blue) = 209+61+193=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DC1 is #2EC23E. Grayscale: #777777. Windows color (decimal): -3064383 or 12664273. OLE color: 12664273.
HSL color Cylindrical-coordinate representation of color #D13DC1: hue angle of 306.49º 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 #D13DC1 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 193 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.18 |
| HSL | 306.49º | 0.62% | 0.53% | - |
| HSV(B) | 306.49º | 0.71% | 0.82% | - |
| XYZ | 37.59 | 20.74 | 52.47 | - |
| YUV | 120.3 | 169.03 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 193 | 0 | 0.71 | 0.08 | 0.18 | 306.49 | 0.62 | 0.53 |
| Hex | D1 | 3D | C1 | 0 | 47 | 8 | 12 | 132 | 3E | 35 |
| Octal | 321 | 75 | 301 | 0 | 107 | 10 | 22 | 462 | 76 | 65 |
| Binary | 11010001 | 111101 | 11000001 | 0 | 1000111 | 1000 | 10010 | 100110010 | 111110 | 110101 |
Color Harmonies of #D13DC1
Complementary color
Monochromatic Colors of #D13DC1
Black with #D13DC1
Text Example
Text Example
White with #D13DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13DC1; }
p { color: rgb(209,61,193); }
H1.HeaderClassName
{
color: #D13DC1;
}
.AnyTagClassName
{
color: #D13DC1;
}
</style>
background-color css
<style>
a { background-color: #D13DC1; }
a { background-color: rgb(209,61,193); }
div.DivClassName
{
background-color: #D13DC1;
}
.BgClassName
{
background-color: #D13DC1;
}
</style>
border-color css
<style>
span { border-color: #D13DC1; }
span { border-color: rgb(209,61,193); }
td.TdClassName
{
border-color: #D13DC1;
}
.TagClassName
{
border-color: #D13DC1;
}
</style>