Html Css Color HEX #D946DC Free Speech Magenta
📋 copy color: '#D946DC'red 217 ◦ green 70 ◦ blue 220
Shades of Free Speech Magenta #D946DC
Tints of Free Speech Magenta #D946DC
RGB
CMYK
RGB Variations
Color information
#D946DC (or 0xD946DC) is known color: Free Speech Magenta. HEX triplet: D9, 46 and DC. RGB value is (217,70,220). Sum of RGB (Red+Green+Blue) = 217+70+220=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #D946DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946DC is #26B923. Grayscale: #828282. Windows color (decimal): -2537764 or 14436057. OLE color: 14436057.
HSL color Cylindrical-coordinate representation of color #D946DC: hue angle of 298.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D946DC is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 70 | 220 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.14 |
| HSL | 298.8º | 0.68% | 0.57% | - |
| HSV(B) | 298.8º | 0.68% | 0.86% | - |
| XYZ | 43.72 | 24.3 | 70.1 | - |
| YUV | 131.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 220 | 0.01 | 0.68 | 0 | 0.14 | 298.8 | 0.68 | 0.57 |
| Hex | D9 | 46 | DC | 1 | 44 | 0 | E | 12B | 44 | 39 |
| Octal | 331 | 106 | 334 | 1 | 104 | 0 | 16 | 453 | 104 | 71 |
| Binary | 11011001 | 1000110 | 11011100 | 1 | 1000100 | 0 | 1110 | 100101011 | 1000100 | 111001 |
Color Harmonies of #D946DC
Complementary color
Monochromatic Colors of #D946DC
Black with #D946DC
Text Example
Text Example
White with #D946DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946DC; }
p { color: rgb(217,70,220); }
H1.HeaderClassName
{
color: #D946DC;
}
.AnyTagClassName
{
color: #D946DC;
}
</style>
background-color css
<style>
a { background-color: #D946DC; }
a { background-color: rgb(217,70,220); }
div.DivClassName
{
background-color: #D946DC;
}
.BgClassName
{
background-color: #D946DC;
}
</style>
border-color css
<style>
span { border-color: #D946DC; }
span { border-color: rgb(217,70,220); }
td.TdClassName
{
border-color: #D946DC;
}
.TagClassName
{
border-color: #D946DC;
}
</style>