Shades of Fuchsia #D13BB5
Tints of Fuchsia #D13BB5
RGB
CMYK
RGB Variations
Color information
#D13BB5 (or 0xD13BB5) is known color: Fuchsia. HEX triplet: D1, 3B and B5. RGB value is (209,59,181). Sum of RGB (Red+Green+Blue) = 209+59+181=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BB5 is #2EC44A. Grayscale: #757575. Windows color (decimal): -3064907 or 11877329. OLE color: 11877329.
HSL color Cylindrical-coordinate representation of color #D13BB5: hue angle of 311.2º 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 #D13BB5 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 181 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.18 |
| HSL | 311.2º | 0.62% | 0.53% | - |
| HSV(B) | 311.2º | 0.72% | 0.82% | - |
| XYZ | 36.2 | 20.02 | 45.67 | - |
| YUV | 117.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 181 | 0 | 0.72 | 0.13 | 0.18 | 311.2 | 0.62 | 0.53 |
| Hex | D1 | 3B | B5 | 0 | 48 | D | 12 | 137 | 3E | 35 |
| Octal | 321 | 73 | 265 | 0 | 110 | 15 | 22 | 467 | 76 | 65 |
| Binary | 11010001 | 111011 | 10110101 | 0 | 1001000 | 1101 | 10010 | 100110111 | 111110 | 110101 |
Color Harmonies of #D13BB5
Complementary color
Monochromatic Colors of #D13BB5
Black with #D13BB5
Text Example
Text Example
White with #D13BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BB5; }
p { color: rgb(209,59,181); }
H1.HeaderClassName
{
color: #D13BB5;
}
.AnyTagClassName
{
color: #D13BB5;
}
</style>
background-color css
<style>
a { background-color: #D13BB5; }
a { background-color: rgb(209,59,181); }
div.DivClassName
{
background-color: #D13BB5;
}
.BgClassName
{
background-color: #D13BB5;
}
</style>
border-color css
<style>
span { border-color: #D13BB5; }
span { border-color: rgb(209,59,181); }
td.TdClassName
{
border-color: #D13BB5;
}
.TagClassName
{
border-color: #D13BB5;
}
</style>