Shades of Fuchsia #D150BC
Tints of Fuchsia #D150BC
RGB
CMYK
RGB Variations
Color information
#D150BC (or 0xD150BC) is known color: Fuchsia. HEX triplet: D1, 50 and BC. RGB value is (209,80,188). Sum of RGB (Red+Green+Blue) = 209+80+188=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D150BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150BC is #2EAF43. Grayscale: #828282. Windows color (decimal): -3059524 or 12341457. OLE color: 12341457.
HSL color Cylindrical-coordinate representation of color #D150BC: hue angle of 309.77º 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 #D150BC is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 188 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.18 |
| HSL | 309.77º | 0.58% | 0.57% | - |
| HSV(B) | 309.77º | 0.62% | 0.82% | - |
| XYZ | 38.24 | 22.92 | 49.99 | - |
| YUV | 130.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 188 | 0 | 0.62 | 0.10 | 0.18 | 309.77 | 0.58 | 0.57 |
| Hex | D1 | 50 | BC | 0 | 3E | A | 12 | 136 | 3A | 39 |
| Octal | 321 | 120 | 274 | 0 | 76 | 12 | 22 | 466 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10111100 | 0 | 111110 | 1010 | 10010 | 100110110 | 111010 | 111001 |
Color Harmonies of #D150BC
Complementary color
Monochromatic Colors of #D150BC
Black with #D150BC
Text Example
Text Example
White with #D150BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150BC; }
p { color: rgb(209,80,188); }
H1.HeaderClassName
{
color: #D150BC;
}
.AnyTagClassName
{
color: #D150BC;
}
</style>
background-color css
<style>
a { background-color: #D150BC; }
a { background-color: rgb(209,80,188); }
div.DivClassName
{
background-color: #D150BC;
}
.BgClassName
{
background-color: #D150BC;
}
</style>
border-color css
<style>
span { border-color: #D150BC; }
span { border-color: rgb(209,80,188); }
td.TdClassName
{
border-color: #D150BC;
}
.TagClassName
{
border-color: #D150BC;
}
</style>