Shades of Fuchsia #D148BD
Tints of Fuchsia #D148BD
RGB
CMYK
RGB Variations
Color information
#D148BD (or 0xD148BD) is known color: Fuchsia. HEX triplet: D1, 48 and BD. RGB value is (209,72,189). Sum of RGB (Red+Green+Blue) = 209+72+189=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D148BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148BD is #2EB742. Grayscale: #7D7D7D. Windows color (decimal): -3061571 or 12404945. OLE color: 12404945.
HSL color Cylindrical-coordinate representation of color #D148BD: hue angle of 308.76º 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 #D148BD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 189 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.18 |
| HSL | 308.76º | 0.6% | 0.55% | - |
| HSV(B) | 308.76º | 0.66% | 0.82% | - |
| XYZ | 37.8 | 21.86 | 50.37 | - |
| YUV | 126.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 189 | 0 | 0.66 | 0.10 | 0.18 | 308.76 | 0.6 | 0.55 |
| Hex | D1 | 48 | BD | 0 | 42 | A | 12 | 135 | 3C | 37 |
| Octal | 321 | 110 | 275 | 0 | 102 | 12 | 22 | 465 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10111101 | 0 | 1000010 | 1010 | 10010 | 100110101 | 111100 | 110111 |
Color Harmonies of #D148BD
Complementary color
Monochromatic Colors of #D148BD
Black with #D148BD
Text Example
Text Example
White with #D148BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148BD; }
p { color: rgb(209,72,189); }
H1.HeaderClassName
{
color: #D148BD;
}
.AnyTagClassName
{
color: #D148BD;
}
</style>
background-color css
<style>
a { background-color: #D148BD; }
a { background-color: rgb(209,72,189); }
div.DivClassName
{
background-color: #D148BD;
}
.BgClassName
{
background-color: #D148BD;
}
</style>
border-color css
<style>
span { border-color: #D148BD; }
span { border-color: rgb(209,72,189); }
td.TdClassName
{
border-color: #D148BD;
}
.TagClassName
{
border-color: #D148BD;
}
</style>