Shades of Fuchsia #D946B5
Tints of Fuchsia #D946B5
RGB
CMYK
RGB Variations
Color information
#D946B5 (or 0xD946B5) is known color: Fuchsia. HEX triplet: D9, 46 and B5. RGB value is (217,70,181). Sum of RGB (Red+Green+Blue) = 217+70+181=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D946B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946B5 is #26B94A. Grayscale: #7E7E7E. Windows color (decimal): -2537803 or 11880153. OLE color: 11880153.
HSL color Cylindrical-coordinate representation of color #D946B5: hue angle of 314.69º 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 #D946B5 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 181 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.15 |
| HSL | 314.69º | 0.66% | 0.56% | - |
| HSV(B) | 314.69º | 0.68% | 0.85% | - |
| XYZ | 39.15 | 22.47 | 45.99 | - |
| YUV | 126.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 181 | 0 | 0.68 | 0.17 | 0.15 | 314.69 | 0.66 | 0.56 |
| Hex | D9 | 46 | B5 | 0 | 44 | 11 | F | 13B | 42 | 38 |
| Octal | 331 | 106 | 265 | 0 | 104 | 21 | 17 | 473 | 102 | 70 |
| Binary | 11011001 | 1000110 | 10110101 | 0 | 1000100 | 10001 | 1111 | 100111011 | 1000010 | 111000 |
Color Harmonies of #D946B5
Complementary color
Monochromatic Colors of #D946B5
Black with #D946B5
Text Example
Text Example
White with #D946B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946B5; }
p { color: rgb(217,70,181); }
H1.HeaderClassName
{
color: #D946B5;
}
.AnyTagClassName
{
color: #D946B5;
}
</style>
background-color css
<style>
a { background-color: #D946B5; }
a { background-color: rgb(217,70,181); }
div.DivClassName
{
background-color: #D946B5;
}
.BgClassName
{
background-color: #D946B5;
}
</style>
border-color css
<style>
span { border-color: #D946B5; }
span { border-color: rgb(217,70,181); }
td.TdClassName
{
border-color: #D946B5;
}
.TagClassName
{
border-color: #D946B5;
}
</style>