Shades of Fuchsia #D148B7
Tints of Fuchsia #D148B7
RGB
CMYK
RGB Variations
Color information
#D148B7 (or 0xD148B7) is known color: Fuchsia. HEX triplet: D1, 48 and B7. RGB value is (209,72,183). Sum of RGB (Red+Green+Blue) = 209+72+183=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D148B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148B7 is #2EB748. Grayscale: #7D7D7D. Windows color (decimal): -3061577 or 12011729. OLE color: 12011729.
HSL color Cylindrical-coordinate representation of color #D148B7: hue angle of 311.39º 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 #D148B7 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 183 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.18 |
| HSL | 311.39º | 0.6% | 0.55% | - |
| HSV(B) | 311.39º | 0.66% | 0.82% | - |
| XYZ | 37.16 | 21.61 | 47.01 | - |
| YUV | 125.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 183 | 0 | 0.66 | 0.12 | 0.18 | 311.39 | 0.6 | 0.55 |
| Hex | D1 | 48 | B7 | 0 | 42 | C | 12 | 137 | 3C | 37 |
| Octal | 321 | 110 | 267 | 0 | 102 | 14 | 22 | 467 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10110111 | 0 | 1000010 | 1100 | 10010 | 100110111 | 111100 | 110111 |
Color Harmonies of #D148B7
Complementary color
Monochromatic Colors of #D148B7
Black with #D148B7
Text Example
Text Example
White with #D148B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148B7; }
p { color: rgb(209,72,183); }
H1.HeaderClassName
{
color: #D148B7;
}
.AnyTagClassName
{
color: #D148B7;
}
</style>
background-color css
<style>
a { background-color: #D148B7; }
a { background-color: rgb(209,72,183); }
div.DivClassName
{
background-color: #D148B7;
}
.BgClassName
{
background-color: #D148B7;
}
</style>
border-color css
<style>
span { border-color: #D148B7; }
span { border-color: rgb(209,72,183); }
td.TdClassName
{
border-color: #D148B7;
}
.TagClassName
{
border-color: #D148B7;
}
</style>