Shades of Fuchsia #D946C0
Tints of Fuchsia #D946C0
RGB
CMYK
RGB Variations
Color information
#D946C0 (or 0xD946C0) is known color: Fuchsia. HEX triplet: D9, 46 and C0. RGB value is (217,70,192). Sum of RGB (Red+Green+Blue) = 217+70+192=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D946C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946C0 is #26B93F. Grayscale: #7F7F7F. Windows color (decimal): -2537792 or 12601049. OLE color: 12601049.
HSL color Cylindrical-coordinate representation of color #D946C0: hue angle of 310.2º 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 #D946C0 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 192 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.15 |
| HSL | 310.2º | 0.66% | 0.56% | - |
| HSV(B) | 310.2º | 0.68% | 0.85% | - |
| XYZ | 40.32 | 22.94 | 52.17 | - |
| YUV | 127.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 192 | 0 | 0.68 | 0.12 | 0.15 | 310.2 | 0.66 | 0.56 |
| Hex | D9 | 46 | C0 | 0 | 44 | C | F | 136 | 42 | 38 |
| Octal | 331 | 106 | 300 | 0 | 104 | 14 | 17 | 466 | 102 | 70 |
| Binary | 11011001 | 1000110 | 11000000 | 0 | 1000100 | 1100 | 1111 | 100110110 | 1000010 | 111000 |
Color Harmonies of #D946C0
Complementary color
Monochromatic Colors of #D946C0
Black with #D946C0
Text Example
Text Example
White with #D946C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946C0; }
p { color: rgb(217,70,192); }
H1.HeaderClassName
{
color: #D946C0;
}
.AnyTagClassName
{
color: #D946C0;
}
</style>
background-color css
<style>
a { background-color: #D946C0; }
a { background-color: rgb(217,70,192); }
div.DivClassName
{
background-color: #D946C0;
}
.BgClassName
{
background-color: #D946C0;
}
</style>
border-color css
<style>
span { border-color: #D946C0; }
span { border-color: rgb(217,70,192); }
td.TdClassName
{
border-color: #D946C0;
}
.TagClassName
{
border-color: #D946C0;
}
</style>