Shades of Fuchsia #D147BD
Tints of Fuchsia #D147BD
RGB
CMYK
RGB Variations
Color information
#D147BD (or 0xD147BD) is known color: Fuchsia. HEX triplet: D1, 47 and BD. RGB value is (209,71,189). Sum of RGB (Red+Green+Blue) = 209+71+189=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D147BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147BD is #2EB842. Grayscale: #7D7D7D. Windows color (decimal): -3061827 or 12404689. OLE color: 12404689.
HSL color Cylindrical-coordinate representation of color #D147BD: hue angle of 308.7º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D147BD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 189 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.18 |
| HSL | 308.7º | 0.6% | 0.55% | - |
| HSV(B) | 308.7º | 0.66% | 0.82% | - |
| XYZ | 37.73 | 21.74 | 50.35 | - |
| YUV | 125.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 189 | 0 | 0.66 | 0.10 | 0.18 | 308.7 | 0.6 | 0.55 |
| Hex | D1 | 47 | BD | 0 | 42 | A | 12 | 135 | 3C | 37 |
| Octal | 321 | 107 | 275 | 0 | 102 | 12 | 22 | 465 | 74 | 67 |
| Binary | 11010001 | 1000111 | 10111101 | 0 | 1000010 | 1010 | 10010 | 100110101 | 111100 | 110111 |
Color Harmonies of #D147BD
Complementary color
Monochromatic Colors of #D147BD
Black with #D147BD
Text Example
Text Example
White with #D147BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147BD; }
p { color: rgb(209,71,189); }
H1.HeaderClassName
{
color: #D147BD;
}
.AnyTagClassName
{
color: #D147BD;
}
</style>
background-color css
<style>
a { background-color: #D147BD; }
a { background-color: rgb(209,71,189); }
div.DivClassName
{
background-color: #D147BD;
}
.BgClassName
{
background-color: #D147BD;
}
</style>
border-color css
<style>
span { border-color: #D147BD; }
span { border-color: rgb(209,71,189); }
td.TdClassName
{
border-color: #D147BD;
}
.TagClassName
{
border-color: #D147BD;
}
</style>