Shades of Fuchsia #D150B1
Tints of Fuchsia #D150B1
RGB
CMYK
RGB Variations
Color information
#D150B1 (or 0xD150B1) is known color: Fuchsia. HEX triplet: D1, 50 and B1. RGB value is (209,80,177). Sum of RGB (Red+Green+Blue) = 209+80+177=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D150B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D150B1 is #2EAF4E. Grayscale: #818181. Windows color (decimal): -3059535 or 11620561. OLE color: 11620561.
HSL color Cylindrical-coordinate representation of color #D150B1: hue angle of 314.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D150B1 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 177 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.18 |
| HSL | 314.88º | 0.58% | 0.57% | - |
| HSV(B) | 314.88º | 0.62% | 0.82% | - |
| XYZ | 37.1 | 22.47 | 43.98 | - |
| YUV | 129.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 177 | 0 | 0.62 | 0.15 | 0.18 | 314.88 | 0.58 | 0.57 |
| Hex | D1 | 50 | B1 | 0 | 3E | F | 12 | 13B | 3A | 39 |
| Octal | 321 | 120 | 261 | 0 | 76 | 17 | 22 | 473 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10110001 | 0 | 111110 | 1111 | 10010 | 100111011 | 111010 | 111001 |
Color Harmonies of #D150B1
Complementary color
Monochromatic Colors of #D150B1
Black with #D150B1
Text Example
Text Example
White with #D150B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150B1; }
p { color: rgb(209,80,177); }
H1.HeaderClassName
{
color: #D150B1;
}
.AnyTagClassName
{
color: #D150B1;
}
</style>
background-color css
<style>
a { background-color: #D150B1; }
a { background-color: rgb(209,80,177); }
div.DivClassName
{
background-color: #D150B1;
}
.BgClassName
{
background-color: #D150B1;
}
</style>
border-color css
<style>
span { border-color: #D150B1; }
span { border-color: rgb(209,80,177); }
td.TdClassName
{
border-color: #D150B1;
}
.TagClassName
{
border-color: #D150B1;
}
</style>