Shades of Fuchsia #D948B1
Tints of Fuchsia #D948B1
RGB
CMYK
RGB Variations
Color information
#D948B1 (or 0xD948B1) is known color: Fuchsia. HEX triplet: D9, 48 and B1. RGB value is (217,72,177). Sum of RGB (Red+Green+Blue) = 217+72+177=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D948B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948B1 is #26B74E. Grayscale: #7F7F7F. Windows color (decimal): -2537295 or 11618521. OLE color: 11618521.
HSL color Cylindrical-coordinate representation of color #D948B1: hue angle of 316.55º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D948B1 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 177 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.15 |
| HSL | 316.55º | 0.66% | 0.57% | - |
| HSV(B) | 316.55º | 0.67% | 0.85% | - |
| XYZ | 38.87 | 22.56 | 43.9 | - |
| YUV | 127.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 177 | 0 | 0.67 | 0.18 | 0.15 | 316.55 | 0.66 | 0.57 |
| Hex | D9 | 48 | B1 | 0 | 43 | 12 | F | 13D | 42 | 39 |
| Octal | 331 | 110 | 261 | 0 | 103 | 22 | 17 | 475 | 102 | 71 |
| Binary | 11011001 | 1001000 | 10110001 | 0 | 1000011 | 10010 | 1111 | 100111101 | 1000010 | 111001 |
Color Harmonies of #D948B1
Complementary color
Monochromatic Colors of #D948B1
Black with #D948B1
Text Example
Text Example
White with #D948B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948B1; }
p { color: rgb(217,72,177); }
H1.HeaderClassName
{
color: #D948B1;
}
.AnyTagClassName
{
color: #D948B1;
}
</style>
background-color css
<style>
a { background-color: #D948B1; }
a { background-color: rgb(217,72,177); }
div.DivClassName
{
background-color: #D948B1;
}
.BgClassName
{
background-color: #D948B1;
}
</style>
border-color css
<style>
span { border-color: #D948B1; }
span { border-color: rgb(217,72,177); }
td.TdClassName
{
border-color: #D948B1;
}
.TagClassName
{
border-color: #D948B1;
}
</style>