Shades of Fuchsia #D148BC
Tints of Fuchsia #D148BC
RGB
CMYK
RGB Variations
Color information
#D148BC (or 0xD148BC) is known color: Fuchsia. HEX triplet: D1, 48 and BC. RGB value is (209,72,188). Sum of RGB (Red+Green+Blue) = 209+72+188=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D148BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148BC is #2EB743. Grayscale: #7D7D7D. Windows color (decimal): -3061572 or 12339409. OLE color: 12339409.
HSL color Cylindrical-coordinate representation of color #D148BC: hue angle of 309.2º 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 #D148BC is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 188 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.18 |
| HSL | 309.2º | 0.6% | 0.55% | - |
| HSV(B) | 309.2º | 0.66% | 0.82% | - |
| XYZ | 37.69 | 21.82 | 49.8 | - |
| YUV | 126.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 188 | 0 | 0.66 | 0.10 | 0.18 | 309.2 | 0.6 | 0.55 |
| Hex | D1 | 48 | BC | 0 | 42 | A | 12 | 135 | 3C | 37 |
| Octal | 321 | 110 | 274 | 0 | 102 | 12 | 22 | 465 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10111100 | 0 | 1000010 | 1010 | 10010 | 100110101 | 111100 | 110111 |
Color Harmonies of #D148BC
Complementary color
Monochromatic Colors of #D148BC
Black with #D148BC
Text Example
Text Example
White with #D148BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148BC; }
p { color: rgb(209,72,188); }
H1.HeaderClassName
{
color: #D148BC;
}
.AnyTagClassName
{
color: #D148BC;
}
</style>
background-color css
<style>
a { background-color: #D148BC; }
a { background-color: rgb(209,72,188); }
div.DivClassName
{
background-color: #D148BC;
}
.BgClassName
{
background-color: #D148BC;
}
</style>
border-color css
<style>
span { border-color: #D148BC; }
span { border-color: rgb(209,72,188); }
td.TdClassName
{
border-color: #D148BC;
}
.TagClassName
{
border-color: #D148BC;
}
</style>