Shades of Fuchsia #D946C3
Tints of Fuchsia #D946C3
RGB
CMYK
RGB Variations
Color information
#D946C3 (or 0xD946C3) is known color: Fuchsia. HEX triplet: D9, 46 and C3. RGB value is (217,70,195). Sum of RGB (Red+Green+Blue) = 217+70+195=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D946C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946C3 is #26B93C. Grayscale: #7F7F7F. Windows color (decimal): -2537789 or 12797657. OLE color: 12797657.
HSL color Cylindrical-coordinate representation of color #D946C3: hue angle of 308.98º 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 #D946C3 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 195 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.15 |
| HSL | 308.98º | 0.66% | 0.56% | - |
| HSV(B) | 308.98º | 0.68% | 0.85% | - |
| XYZ | 40.66 | 23.07 | 53.94 | - |
| YUV | 128.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 195 | 0 | 0.68 | 0.10 | 0.15 | 308.98 | 0.66 | 0.56 |
| Hex | D9 | 46 | C3 | 0 | 44 | A | F | 135 | 42 | 38 |
| Octal | 331 | 106 | 303 | 0 | 104 | 12 | 17 | 465 | 102 | 70 |
| Binary | 11011001 | 1000110 | 11000011 | 0 | 1000100 | 1010 | 1111 | 100110101 | 1000010 | 111000 |
Color Harmonies of #D946C3
Complementary color
Monochromatic Colors of #D946C3
Black with #D946C3
Text Example
Text Example
White with #D946C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946C3; }
p { color: rgb(217,70,195); }
H1.HeaderClassName
{
color: #D946C3;
}
.AnyTagClassName
{
color: #D946C3;
}
</style>
background-color css
<style>
a { background-color: #D946C3; }
a { background-color: rgb(217,70,195); }
div.DivClassName
{
background-color: #D946C3;
}
.BgClassName
{
background-color: #D946C3;
}
</style>
border-color css
<style>
span { border-color: #D946C3; }
span { border-color: rgb(217,70,195); }
td.TdClassName
{
border-color: #D946C3;
}
.TagClassName
{
border-color: #D946C3;
}
</style>