Shades of Fuchsia #D949B8
Tints of Fuchsia #D949B8
RGB
CMYK
RGB Variations
Color information
#D949B8 (or 0xD949B8) is known color: Fuchsia. HEX triplet: D9, 49 and B8. RGB value is (217,73,184). Sum of RGB (Red+Green+Blue) = 217+73+184=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D949B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949B8 is #26B647. Grayscale: #808080. Windows color (decimal): -2537032 or 12077529. OLE color: 12077529.
HSL color Cylindrical-coordinate representation of color #D949B8: hue angle of 313.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D949B8 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 184 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.15 |
| HSL | 313.75º | 0.65% | 0.57% | - |
| HSV(B) | 313.75º | 0.66% | 0.85% | - |
| XYZ | 39.65 | 22.98 | 47.69 | - |
| YUV | 128.71 | 159.21 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 184 | 0 | 0.66 | 0.15 | 0.15 | 313.75 | 0.65 | 0.57 |
| Hex | D9 | 49 | B8 | 0 | 42 | F | F | 13A | 41 | 39 |
| Octal | 331 | 111 | 270 | 0 | 102 | 17 | 17 | 472 | 101 | 71 |
| Binary | 11011001 | 1001001 | 10111000 | 0 | 1000010 | 1111 | 1111 | 100111010 | 1000001 | 111001 |
Color Harmonies of #D949B8
Complementary color
Monochromatic Colors of #D949B8
Black with #D949B8
Text Example
Text Example
White with #D949B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949B8; }
p { color: rgb(217,73,184); }
H1.HeaderClassName
{
color: #D949B8;
}
.AnyTagClassName
{
color: #D949B8;
}
</style>
background-color css
<style>
a { background-color: #D949B8; }
a { background-color: rgb(217,73,184); }
div.DivClassName
{
background-color: #D949B8;
}
.BgClassName
{
background-color: #D949B8;
}
</style>
border-color css
<style>
span { border-color: #D949B8; }
span { border-color: rgb(217,73,184); }
td.TdClassName
{
border-color: #D949B8;
}
.TagClassName
{
border-color: #D949B8;
}
</style>