Shades of Fuchsia #D13BCC
Tints of Fuchsia #D13BCC
RGB
CMYK
RGB Variations
Color information
#D13BCC (or 0xD13BCC) is known color: Fuchsia. HEX triplet: D1, 3B and CC. RGB value is (209,59,204). Sum of RGB (Red+Green+Blue) = 209+59+204=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BCC is #2EC433. Grayscale: #777777. Windows color (decimal): -3064884 or 13384657. OLE color: 13384657.
HSL color Cylindrical-coordinate representation of color #D13BCC: hue angle of 302º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BCC is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 204 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.18 |
| HSL | 302º | 0.62% | 0.53% | - |
| HSV(B) | 302º | 0.72% | 0.82% | - |
| XYZ | 38.76 | 21.04 | 59.15 | - |
| YUV | 120.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 204 | 0 | 0.72 | 0.02 | 0.18 | 302 | 0.62 | 0.53 |
| Hex | D1 | 3B | CC | 0 | 48 | 2 | 12 | 12E | 3E | 35 |
| Octal | 321 | 73 | 314 | 0 | 110 | 2 | 22 | 456 | 76 | 65 |
| Binary | 11010001 | 111011 | 11001100 | 0 | 1001000 | 10 | 10010 | 100101110 | 111110 | 110101 |
Color Harmonies of #D13BCC
Complementary color
Monochromatic Colors of #D13BCC
Black with #D13BCC
Text Example
Text Example
White with #D13BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BCC; }
p { color: rgb(209,59,204); }
H1.HeaderClassName
{
color: #D13BCC;
}
.AnyTagClassName
{
color: #D13BCC;
}
</style>
background-color css
<style>
a { background-color: #D13BCC; }
a { background-color: rgb(209,59,204); }
div.DivClassName
{
background-color: #D13BCC;
}
.BgClassName
{
background-color: #D13BCC;
}
</style>
border-color css
<style>
span { border-color: #D13BCC; }
span { border-color: rgb(209,59,204); }
td.TdClassName
{
border-color: #D13BCC;
}
.TagClassName
{
border-color: #D13BCC;
}
</style>