Shades of Fuchsia #D13BBC
Tints of Fuchsia #D13BBC
RGB
CMYK
RGB Variations
Color information
#D13BBC (or 0xD13BBC) is known color: Fuchsia. HEX triplet: D1, 3B and BC. RGB value is (209,59,188). Sum of RGB (Red+Green+Blue) = 209+59+188=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BBC is #2EC443. Grayscale: #767676. Windows color (decimal): -3064900 or 12336081. OLE color: 12336081.
HSL color Cylindrical-coordinate representation of color #D13BBC: hue angle of 308.4º 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 #D13BBC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 188 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.18 |
| HSL | 308.4º | 0.62% | 0.53% | - |
| HSV(B) | 308.4º | 0.72% | 0.82% | - |
| XYZ | 36.94 | 20.31 | 49.55 | - |
| YUV | 118.56 | 167.2 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 188 | 0 | 0.72 | 0.10 | 0.18 | 308.4 | 0.62 | 0.53 |
| Hex | D1 | 3B | BC | 0 | 48 | A | 12 | 134 | 3E | 35 |
| Octal | 321 | 73 | 274 | 0 | 110 | 12 | 22 | 464 | 76 | 65 |
| Binary | 11010001 | 111011 | 10111100 | 0 | 1001000 | 1010 | 10010 | 100110100 | 111110 | 110101 |
Color Harmonies of #D13BBC
Complementary color
Monochromatic Colors of #D13BBC
Black with #D13BBC
Text Example
Text Example
White with #D13BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BBC; }
p { color: rgb(209,59,188); }
H1.HeaderClassName
{
color: #D13BBC;
}
.AnyTagClassName
{
color: #D13BBC;
}
</style>
background-color css
<style>
a { background-color: #D13BBC; }
a { background-color: rgb(209,59,188); }
div.DivClassName
{
background-color: #D13BBC;
}
.BgClassName
{
background-color: #D13BBC;
}
</style>
border-color css
<style>
span { border-color: #D13BBC; }
span { border-color: rgb(209,59,188); }
td.TdClassName
{
border-color: #D13BBC;
}
.TagClassName
{
border-color: #D13BBC;
}
</style>