Shades of Fuchsia #D151B7
Tints of Fuchsia #D151B7
RGB
CMYK
RGB Variations
Color information
#D151B7 (or 0xD151B7) is known color: Fuchsia. HEX triplet: D1, 51 and B7. RGB value is (209,81,183). Sum of RGB (Red+Green+Blue) = 209+81+183=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D151B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151B7 is #2EAE48. Grayscale: #828282. Windows color (decimal): -3059273 or 12014033. OLE color: 12014033.
HSL color Cylindrical-coordinate representation of color #D151B7: hue angle of 312.19º 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 #D151B7 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 183 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.18 |
| HSL | 312.19º | 0.58% | 0.57% | - |
| HSV(B) | 312.19º | 0.61% | 0.82% | - |
| XYZ | 37.78 | 22.86 | 47.22 | - |
| YUV | 130.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 183 | 0 | 0.61 | 0.12 | 0.18 | 312.19 | 0.58 | 0.57 |
| Hex | D1 | 51 | B7 | 0 | 3D | C | 12 | 138 | 3A | 39 |
| Octal | 321 | 121 | 267 | 0 | 75 | 14 | 22 | 470 | 72 | 71 |
| Binary | 11010001 | 1010001 | 10110111 | 0 | 111101 | 1100 | 10010 | 100111000 | 111010 | 111001 |
Color Harmonies of #D151B7
Complementary color
Monochromatic Colors of #D151B7
Black with #D151B7
Text Example
Text Example
White with #D151B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151B7; }
p { color: rgb(209,81,183); }
H1.HeaderClassName
{
color: #D151B7;
}
.AnyTagClassName
{
color: #D151B7;
}
</style>
background-color css
<style>
a { background-color: #D151B7; }
a { background-color: rgb(209,81,183); }
div.DivClassName
{
background-color: #D151B7;
}
.BgClassName
{
background-color: #D151B7;
}
</style>
border-color css
<style>
span { border-color: #D151B7; }
span { border-color: rgb(209,81,183); }
td.TdClassName
{
border-color: #D151B7;
}
.TagClassName
{
border-color: #D151B7;
}
</style>