Shades of Fuchsia #D946B9
Tints of Fuchsia #D946B9
RGB
CMYK
RGB Variations
Color information
#D946B9 (or 0xD946B9) is known color: Fuchsia. HEX triplet: D9, 46 and B9. RGB value is (217,70,185). Sum of RGB (Red+Green+Blue) = 217+70+185=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D946B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946B9 is #26B946. Grayscale: #7E7E7E. Windows color (decimal): -2537799 or 12142297. OLE color: 12142297.
HSL color Cylindrical-coordinate representation of color #D946B9: hue angle of 313.06º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D946B9 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 185 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.15 |
| HSL | 313.06º | 0.66% | 0.56% | - |
| HSV(B) | 313.06º | 0.68% | 0.85% | - |
| XYZ | 39.56 | 22.63 | 48.18 | - |
| YUV | 127.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 185 | 0 | 0.68 | 0.15 | 0.15 | 313.06 | 0.66 | 0.56 |
| Hex | D9 | 46 | B9 | 0 | 44 | F | F | 139 | 42 | 38 |
| Octal | 331 | 106 | 271 | 0 | 104 | 17 | 17 | 471 | 102 | 70 |
| Binary | 11011001 | 1000110 | 10111001 | 0 | 1000100 | 1111 | 1111 | 100111001 | 1000010 | 111000 |
Color Harmonies of #D946B9
Complementary color
Monochromatic Colors of #D946B9
Black with #D946B9
Text Example
Text Example
White with #D946B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946B9; }
p { color: rgb(217,70,185); }
H1.HeaderClassName
{
color: #D946B9;
}
.AnyTagClassName
{
color: #D946B9;
}
</style>
background-color css
<style>
a { background-color: #D946B9; }
a { background-color: rgb(217,70,185); }
div.DivClassName
{
background-color: #D946B9;
}
.BgClassName
{
background-color: #D946B9;
}
</style>
border-color css
<style>
span { border-color: #D946B9; }
span { border-color: rgb(217,70,185); }
td.TdClassName
{
border-color: #D946B9;
}
.TagClassName
{
border-color: #D946B9;
}
</style>