Shades of Fuchsia #D13DCD
Tints of Fuchsia #D13DCD
RGB
CMYK
RGB Variations
Color information
#D13DCD (or 0xD13DCD) is known color: Fuchsia. HEX triplet: D1, 3D and CD. RGB value is (209,61,205). Sum of RGB (Red+Green+Blue) = 209+61+205=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D13DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DCD is #2EC232. Grayscale: #797979. Windows color (decimal): -3064371 or 13450705. OLE color: 13450705.
HSL color Cylindrical-coordinate representation of color #D13DCD: hue angle of 301.62º 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 #D13DCD is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 205 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.18 |
| HSL | 301.62º | 0.62% | 0.53% | - |
| HSV(B) | 301.62º | 0.71% | 0.82% | - |
| XYZ | 38.98 | 21.3 | 59.81 | - |
| YUV | 121.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 205 | 0 | 0.71 | 0.02 | 0.18 | 301.62 | 0.62 | 0.53 |
| Hex | D1 | 3D | CD | 0 | 47 | 2 | 12 | 12E | 3E | 35 |
| Octal | 321 | 75 | 315 | 0 | 107 | 2 | 22 | 456 | 76 | 65 |
| Binary | 11010001 | 111101 | 11001101 | 0 | 1000111 | 10 | 10010 | 100101110 | 111110 | 110101 |
Color Harmonies of #D13DCD
Complementary color
Monochromatic Colors of #D13DCD
Black with #D13DCD
Text Example
Text Example
White with #D13DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13DCD; }
p { color: rgb(209,61,205); }
H1.HeaderClassName
{
color: #D13DCD;
}
.AnyTagClassName
{
color: #D13DCD;
}
</style>
background-color css
<style>
a { background-color: #D13DCD; }
a { background-color: rgb(209,61,205); }
div.DivClassName
{
background-color: #D13DCD;
}
.BgClassName
{
background-color: #D13DCD;
}
</style>
border-color css
<style>
span { border-color: #D13DCD; }
span { border-color: rgb(209,61,205); }
td.TdClassName
{
border-color: #D13DCD;
}
.TagClassName
{
border-color: #D13DCD;
}
</style>