Shades of Fuchsia #D13EB6
Tints of Fuchsia #D13EB6
RGB
CMYK
RGB Variations
Color information
#D13EB6 (or 0xD13EB6) is known color: Fuchsia. HEX triplet: D1, 3E and B6. RGB value is (209,62,182). Sum of RGB (Red+Green+Blue) = 209+62+182=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EB6 is #2EC149. Grayscale: #777777. Windows color (decimal): -3064138 or 11943633. OLE color: 11943633.
HSL color Cylindrical-coordinate representation of color #D13EB6: hue angle of 311.02º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13EB6 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 62 | 182 | - |
CMYK | 0 | 0.70 | 0.13 | 0.18 |
HSL | 311.02º | 0.62% | 0.53% | - |
HSV(B) | 311.02º | 0.7% | 0.82% | - |
XYZ | 36.46 | 20.38 | 46.27 | - |
YUV | 119.63 | 163.2 | 191.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 62 | 182 | 0 | 0.70 | 0.13 | 0.18 | 311.02 | 0.62 | 0.53 |
Hex | D1 | 3E | B6 | 0 | 46 | D | 12 | 137 | 3E | 35 |
Octal | 321 | 76 | 266 | 0 | 106 | 15 | 22 | 467 | 76 | 65 |
Binary | 11010001 | 111110 | 10110110 | 0 | 1000110 | 1101 | 10010 | 100110111 | 111110 | 110101 |
Color Harmonies of #D13EB6
Complementary color
Monochromatic Colors of #D13EB6
Black with #D13EB6
Text Example
Text Example
White with #D13EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EB6; }
p { color: rgb(209,62,182); }
H1.HeaderClassName
{
color: #D13EB6;
}
.AnyTagClassName
{
color: #D13EB6;
}
</style>
background-color css
<style>
a { background-color: #D13EB6; }
a { background-color: rgb(209,62,182); }
div.DivClassName
{
background-color: #D13EB6;
}
.BgClassName
{
background-color: #D13EB6;
}
</style>
border-color css
<style>
span { border-color: #D13EB6; }
span { border-color: rgb(209,62,182); }
td.TdClassName
{
border-color: #D13EB6;
}
.TagClassName
{
border-color: #D13EB6;
}
</style>