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