Html Css Color HEX #D946D9 Free Speech Magenta
📋 copy color: '#D946D9'red 217 ◦ green 70 ◦ blue 217
Shades of Free Speech Magenta #D946D9
Tints of Free Speech Magenta #D946D9
RGB
CMYK
RGB Variations
Color information
#D946D9 (or 0xD946D9) is known color: Free Speech Magenta. HEX triplet: D9, 46 and D9. RGB value is (217,70,217). Sum of RGB (Red+Green+Blue) = 217+70+217=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D946D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946D9 is #26B926. Grayscale: #828282. Windows color (decimal): -2537767 or 14239449. OLE color: 14239449.
HSL color Cylindrical-coordinate representation of color #D946D9: hue angle of 300º 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 #D946D9 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 217 | - |
| CMYK | 0 | 0.68 | 0 | 0.15 |
| HSL | 300º | 0.66% | 0.56% | - |
| HSV(B) | 300º | 0.68% | 0.85% | - |
| XYZ | 43.33 | 24.14 | 68.02 | - |
| YUV | 130.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 217 | 0 | 0.68 | 0 | 0.15 | 300 | 0.66 | 0.56 |
| Hex | D9 | 46 | D9 | 0 | 44 | 0 | F | 12C | 42 | 38 |
| Octal | 331 | 106 | 331 | 0 | 104 | 0 | 17 | 454 | 102 | 70 |
| Binary | 11011001 | 1000110 | 11011001 | 0 | 1000100 | 0 | 1111 | 100101100 | 1000010 | 111000 |
Color Harmonies of #D946D9
Complementary color
Monochromatic Colors of #D946D9
Black with #D946D9
Text Example
Text Example
White with #D946D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D946D9; }
p { color: rgb(217,70,217); }
H1.HeaderClassName
{
color: #D946D9;
}
.AnyTagClassName
{
color: #D946D9;
}
</style>
background-color css
<style>
a { background-color: #D946D9; }
a { background-color: rgb(217,70,217); }
div.DivClassName
{
background-color: #D946D9;
}
.BgClassName
{
background-color: #D946D9;
}
</style>
border-color css
<style>
span { border-color: #D946D9; }
span { border-color: rgb(217,70,217); }
td.TdClassName
{
border-color: #D946D9;
}
.TagClassName
{
border-color: #D946D9;
}
</style>