Shades of Fuchsia #D148BA
Tints of Fuchsia #D148BA
RGB
CMYK
RGB Variations
Color information
#D148BA (or 0xD148BA) is known color: Fuchsia. HEX triplet: D1, 48 and BA. RGB value is (209,72,186). Sum of RGB (Red+Green+Blue) = 209+72+186=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D148BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148BA is #2EB745. Grayscale: #7D7D7D. Windows color (decimal): -3061574 or 12208337. OLE color: 12208337.
HSL color Cylindrical-coordinate representation of color #D148BA: hue angle of 310.07º 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 #D148BA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 186 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.18 |
| HSL | 310.07º | 0.6% | 0.55% | - |
| HSV(B) | 310.07º | 0.66% | 0.82% | - |
| XYZ | 37.47 | 21.74 | 48.67 | - |
| YUV | 125.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 186 | 0 | 0.66 | 0.11 | 0.18 | 310.07 | 0.6 | 0.55 |
| Hex | D1 | 48 | BA | 0 | 42 | B | 12 | 136 | 3C | 37 |
| Octal | 321 | 110 | 272 | 0 | 102 | 13 | 22 | 466 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10111010 | 0 | 1000010 | 1011 | 10010 | 100110110 | 111100 | 110111 |
Color Harmonies of #D148BA
Complementary color
Monochromatic Colors of #D148BA
Black with #D148BA
Text Example
Text Example
White with #D148BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148BA; }
p { color: rgb(209,72,186); }
H1.HeaderClassName
{
color: #D148BA;
}
.AnyTagClassName
{
color: #D148BA;
}
</style>
background-color css
<style>
a { background-color: #D148BA; }
a { background-color: rgb(209,72,186); }
div.DivClassName
{
background-color: #D148BA;
}
.BgClassName
{
background-color: #D148BA;
}
</style>
border-color css
<style>
span { border-color: #D148BA; }
span { border-color: rgb(209,72,186); }
td.TdClassName
{
border-color: #D148BA;
}
.TagClassName
{
border-color: #D148BA;
}
</style>