Shades of Fuchsia #D150BD
Tints of Fuchsia #D150BD
RGB
CMYK
RGB Variations
Color information
#D150BD (or 0xD150BD) is known color: Fuchsia. HEX triplet: D1, 50 and BD. RGB value is (209,80,189). Sum of RGB (Red+Green+Blue) = 209+80+189=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D150BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150BD is #2EAF42. Grayscale: #828282. Windows color (decimal): -3059523 or 12406993. OLE color: 12406993.
HSL color Cylindrical-coordinate representation of color #D150BD: hue angle of 309.3º 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 #D150BD is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 189 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.18 |
| HSL | 309.3º | 0.58% | 0.57% | - |
| HSV(B) | 309.3º | 0.62% | 0.82% | - |
| XYZ | 38.35 | 22.97 | 50.56 | - |
| YUV | 131 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 189 | 0 | 0.62 | 0.10 | 0.18 | 309.3 | 0.58 | 0.57 |
| Hex | D1 | 50 | BD | 0 | 3E | A | 12 | 135 | 3A | 39 |
| Octal | 321 | 120 | 275 | 0 | 76 | 12 | 22 | 465 | 72 | 71 |
| Binary | 11010001 | 1010000 | 10111101 | 0 | 111110 | 1010 | 10010 | 100110101 | 111010 | 111001 |
Color Harmonies of #D150BD
Complementary color
Monochromatic Colors of #D150BD
Black with #D150BD
Text Example
Text Example
White with #D150BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150BD; }
p { color: rgb(209,80,189); }
H1.HeaderClassName
{
color: #D150BD;
}
.AnyTagClassName
{
color: #D150BD;
}
</style>
background-color css
<style>
a { background-color: #D150BD; }
a { background-color: rgb(209,80,189); }
div.DivClassName
{
background-color: #D150BD;
}
.BgClassName
{
background-color: #D150BD;
}
</style>
border-color css
<style>
span { border-color: #D150BD; }
span { border-color: rgb(209,80,189); }
td.TdClassName
{
border-color: #D150BD;
}
.TagClassName
{
border-color: #D150BD;
}
</style>