Shades of Fuchsia #D946B3
Tints of Fuchsia #D946B3
RGB
CMYK
RGB Variations
Color information
#D946B3 (or 0xD946B3) is known color: Fuchsia. HEX triplet: D9, 46 and B3. RGB value is (217,70,179). Sum of RGB (Red+Green+Blue) = 217+70+179=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D946B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946B3 is #26B94C. Grayscale: #7E7E7E. Windows color (decimal): -2537805 or 11749081. OLE color: 11749081.
HSL color Cylindrical-coordinate representation of color #D946B3: hue angle of 315.51º 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 #D946B3 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 179 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.15 |
| HSL | 315.51º | 0.66% | 0.56% | - |
| HSV(B) | 315.51º | 0.68% | 0.85% | - |
| XYZ | 38.94 | 22.39 | 44.92 | - |
| YUV | 126.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 179 | 0 | 0.68 | 0.18 | 0.15 | 315.51 | 0.66 | 0.56 |
| Hex | D9 | 46 | B3 | 0 | 44 | 12 | F | 13C | 42 | 38 |
| Octal | 331 | 106 | 263 | 0 | 104 | 22 | 17 | 474 | 102 | 70 |
| Binary | 11011001 | 1000110 | 10110011 | 0 | 1000100 | 10010 | 1111 | 100111100 | 1000010 | 111000 |
Color Harmonies of #D946B3
Complementary color
Monochromatic Colors of #D946B3
Black with #D946B3
Text Example
Text Example
White with #D946B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946B3; }
p { color: rgb(217,70,179); }
H1.HeaderClassName
{
color: #D946B3;
}
.AnyTagClassName
{
color: #D946B3;
}
</style>
background-color css
<style>
a { background-color: #D946B3; }
a { background-color: rgb(217,70,179); }
div.DivClassName
{
background-color: #D946B3;
}
.BgClassName
{
background-color: #D946B3;
}
</style>
border-color css
<style>
span { border-color: #D946B3; }
span { border-color: rgb(217,70,179); }
td.TdClassName
{
border-color: #D946B3;
}
.TagClassName
{
border-color: #D946B3;
}
</style>