Shades of Fuchsia #D946C5
Tints of Fuchsia #D946C5
RGB
CMYK
RGB Variations
Color information
#D946C5 (or 0xD946C5) is known color: Fuchsia. HEX triplet: D9, 46 and C5. RGB value is (217,70,197). Sum of RGB (Red+Green+Blue) = 217+70+197=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D946C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946C5 is #26B93A. Grayscale: #808080. Windows color (decimal): -2537787 or 12928729. OLE color: 12928729.
HSL color Cylindrical-coordinate representation of color #D946C5: hue angle of 308.16º 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 #D946C5 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 197 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.15 |
| HSL | 308.16º | 0.66% | 0.56% | - |
| HSV(B) | 308.16º | 0.68% | 0.85% | - |
| XYZ | 40.88 | 23.16 | 55.14 | - |
| YUV | 128.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 197 | 0 | 0.68 | 0.09 | 0.15 | 308.16 | 0.66 | 0.56 |
| Hex | D9 | 46 | C5 | 0 | 44 | 9 | F | 134 | 42 | 38 |
| Octal | 331 | 106 | 305 | 0 | 104 | 11 | 17 | 464 | 102 | 70 |
| Binary | 11011001 | 1000110 | 11000101 | 0 | 1000100 | 1001 | 1111 | 100110100 | 1000010 | 111000 |
Color Harmonies of #D946C5
Complementary color
Monochromatic Colors of #D946C5
Black with #D946C5
Text Example
Text Example
White with #D946C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946C5; }
p { color: rgb(217,70,197); }
H1.HeaderClassName
{
color: #D946C5;
}
.AnyTagClassName
{
color: #D946C5;
}
</style>
background-color css
<style>
a { background-color: #D946C5; }
a { background-color: rgb(217,70,197); }
div.DivClassName
{
background-color: #D946C5;
}
.BgClassName
{
background-color: #D946C5;
}
</style>
border-color css
<style>
span { border-color: #D946C5; }
span { border-color: rgb(217,70,197); }
td.TdClassName
{
border-color: #D946C5;
}
.TagClassName
{
border-color: #D946C5;
}
</style>