Shades of Fuchsia #D150BB
Tints of Fuchsia #D150BB
RGB
CMYK
RGB Variations
Color information
#D150BB (or 0xD150BB) is known color: Fuchsia. HEX triplet: D1, 50 and BB. RGB value is (209,80,187). Sum of RGB (Red+Green+Blue) = 209+80+187=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D150BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150BB is #2EAF44. Grayscale: #828282. Windows color (decimal): -3059525 or 12275921. OLE color: 12275921.
HSL color Cylindrical-coordinate representation of color #D150BB: hue angle of 310.23º 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 #D150BB is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 187 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.18 |
| HSL | 310.23º | 0.58% | 0.57% | - |
| HSV(B) | 310.23º | 0.62% | 0.82% | - |
| XYZ | 38.13 | 22.88 | 49.42 | - |
| YUV | 130.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 187 | 0 | 0.62 | 0.11 | 0.18 | 310.23 | 0.58 | 0.57 |
| Hex | D1 | 50 | BB | 0 | 3E | B | 12 | 136 | 3A | 39 |
| Octal | 321 | 120 | 273 | 0 | 76 | 13 | 22 | 466 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10111011 | 0 | 111110 | 1011 | 10010 | 100110110 | 111010 | 111001 |
Color Harmonies of #D150BB
Complementary color
Monochromatic Colors of #D150BB
Black with #D150BB
Text Example
Text Example
White with #D150BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150BB; }
p { color: rgb(209,80,187); }
H1.HeaderClassName
{
color: #D150BB;
}
.AnyTagClassName
{
color: #D150BB;
}
</style>
background-color css
<style>
a { background-color: #D150BB; }
a { background-color: rgb(209,80,187); }
div.DivClassName
{
background-color: #D150BB;
}
.BgClassName
{
background-color: #D150BB;
}
</style>
border-color css
<style>
span { border-color: #D150BB; }
span { border-color: rgb(209,80,187); }
td.TdClassName
{
border-color: #D150BB;
}
.TagClassName
{
border-color: #D150BB;
}
</style>