Shades of Fuchsia #D151BD
Tints of Fuchsia #D151BD
RGB
CMYK
RGB Variations
Color information
#D151BD (or 0xD151BD) is known color: Fuchsia. HEX triplet: D1, 51 and BD. RGB value is (209,81,189). Sum of RGB (Red+Green+Blue) = 209+81+189=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D151BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151BD is #2EAE42. Grayscale: #838383. Windows color (decimal): -3059267 or 12407249. OLE color: 12407249.
HSL color Cylindrical-coordinate representation of color #D151BD: hue angle of 309.38º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D151BD is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 189 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.18 |
| HSL | 309.38º | 0.58% | 0.57% | - |
| HSV(B) | 309.38º | 0.61% | 0.82% | - |
| XYZ | 38.42 | 23.11 | 50.58 | - |
| YUV | 131.58 | 160.41 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 189 | 0 | 0.61 | 0.10 | 0.18 | 309.38 | 0.58 | 0.57 |
| Hex | D1 | 51 | BD | 0 | 3D | A | 12 | 135 | 3A | 39 |
| Octal | 321 | 121 | 275 | 0 | 75 | 12 | 22 | 465 | 72 | 71 |
| Binary | 11010001 | 1010001 | 10111101 | 0 | 111101 | 1010 | 10010 | 100110101 | 111010 | 111001 |
Color Harmonies of #D151BD
Complementary color
Monochromatic Colors of #D151BD
Black with #D151BD
Text Example
Text Example
White with #D151BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151BD; }
p { color: rgb(209,81,189); }
H1.HeaderClassName
{
color: #D151BD;
}
.AnyTagClassName
{
color: #D151BD;
}
</style>
background-color css
<style>
a { background-color: #D151BD; }
a { background-color: rgb(209,81,189); }
div.DivClassName
{
background-color: #D151BD;
}
.BgClassName
{
background-color: #D151BD;
}
</style>
border-color css
<style>
span { border-color: #D151BD; }
span { border-color: rgb(209,81,189); }
td.TdClassName
{
border-color: #D151BD;
}
.TagClassName
{
border-color: #D151BD;
}
</style>