Html Css Color HEX #D946C6 Free Speech Magenta
📋 copy color: '#D946C6'red 217 ◦ green 70 ◦ blue 198
Shades of Free Speech Magenta #D946C6
Tints of Free Speech Magenta #D946C6
RGB
CMYK
RGB Variations
Color information
#D946C6 (or 0xD946C6) is known color: Free Speech Magenta. HEX triplet: D9, 46 and C6. RGB value is (217,70,198). Sum of RGB (Red+Green+Blue) = 217+70+198=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D946C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946C6 is #26B939. Grayscale: #808080. Windows color (decimal): -2537786 or 12994265. OLE color: 12994265.
HSL color Cylindrical-coordinate representation of color #D946C6: hue angle of 307.76º 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 #D946C6 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 198 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.15 |
| HSL | 307.76º | 0.66% | 0.56% | - |
| HSV(B) | 307.76º | 0.68% | 0.85% | - |
| XYZ | 41 | 23.21 | 55.75 | - |
| YUV | 128.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 198 | 0 | 0.68 | 0.09 | 0.15 | 307.76 | 0.66 | 0.56 |
| Hex | D9 | 46 | C6 | 0 | 44 | 9 | F | 134 | 42 | 38 |
| Octal | 331 | 106 | 306 | 0 | 104 | 11 | 17 | 464 | 102 | 70 |
| Binary | 11011001 | 1000110 | 11000110 | 0 | 1000100 | 1001 | 1111 | 100110100 | 1000010 | 111000 |
Color Harmonies of #D946C6
Complementary color
Monochromatic Colors of #D946C6
Black with #D946C6
Text Example
Text Example
White with #D946C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946C6; }
p { color: rgb(217,70,198); }
H1.HeaderClassName
{
color: #D946C6;
}
.AnyTagClassName
{
color: #D946C6;
}
</style>
background-color css
<style>
a { background-color: #D946C6; }
a { background-color: rgb(217,70,198); }
div.DivClassName
{
background-color: #D946C6;
}
.BgClassName
{
background-color: #D946C6;
}
</style>
border-color css
<style>
span { border-color: #D946C6; }
span { border-color: rgb(217,70,198); }
td.TdClassName
{
border-color: #D946C6;
}
.TagClassName
{
border-color: #D946C6;
}
</style>