Shades of Fuchsia #D948B0
Tints of Fuchsia #D948B0
RGB
CMYK
RGB Variations
Color information
#D948B0 (or 0xD948B0) is known color: Fuchsia. HEX triplet: D9, 48 and B0. RGB value is (217,72,176). Sum of RGB (Red+Green+Blue) = 217+72+176=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D948B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D948B0 is #26B74F. Grayscale: #7E7E7E. Windows color (decimal): -2537296 or 11552985. OLE color: 11552985.
HSL color Cylindrical-coordinate representation of color #D948B0: hue angle of 316.97º 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 #D948B0 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 176 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.15 |
| HSL | 316.97º | 0.66% | 0.57% | - |
| HSV(B) | 316.97º | 0.67% | 0.85% | - |
| XYZ | 38.77 | 22.52 | 43.38 | - |
| YUV | 127.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 176 | 0 | 0.67 | 0.19 | 0.15 | 316.97 | 0.66 | 0.57 |
| Hex | D9 | 48 | B0 | 0 | 43 | 13 | F | 13D | 42 | 39 |
| Octal | 331 | 110 | 260 | 0 | 103 | 23 | 17 | 475 | 102 | 71 |
| Binary | 11011001 | 1001000 | 10110000 | 0 | 1000011 | 10011 | 1111 | 100111101 | 1000010 | 111001 |
Color Harmonies of #D948B0
Complementary color
Monochromatic Colors of #D948B0
Black with #D948B0
Text Example
Text Example
White with #D948B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948B0; }
p { color: rgb(217,72,176); }
H1.HeaderClassName
{
color: #D948B0;
}
.AnyTagClassName
{
color: #D948B0;
}
</style>
background-color css
<style>
a { background-color: #D948B0; }
a { background-color: rgb(217,72,176); }
div.DivClassName
{
background-color: #D948B0;
}
.BgClassName
{
background-color: #D948B0;
}
</style>
border-color css
<style>
span { border-color: #D948B0; }
span { border-color: rgb(217,72,176); }
td.TdClassName
{
border-color: #D948B0;
}
.TagClassName
{
border-color: #D948B0;
}
</style>