Html Css Color HEX #D746D5 Free Speech Magenta
📋 copy color: '#D746D5'red 215 ◦ green 70 ◦ blue 213
Shades of Free Speech Magenta #D746D5
Tints of Free Speech Magenta #D746D5
RGB
CMYK
RGB Variations
Color information
#D746D5 (or 0xD746D5) is known color: Free Speech Magenta. HEX triplet: D7, 46 and D5. RGB value is (215,70,213). Sum of RGB (Red+Green+Blue) = 215+70+213=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D746D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746D5 is #28B92A. Grayscale: #818181. Windows color (decimal): -2668843 or 13977303. OLE color: 13977303.
HSL color Cylindrical-coordinate representation of color #D746D5: hue angle of 300.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D746D5 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 213 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.16 |
| HSL | 300.83º | 0.64% | 0.56% | - |
| HSV(B) | 300.83º | 0.67% | 0.84% | - |
| XYZ | 42.22 | 23.63 | 65.29 | - |
| YUV | 129.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 213 | 0 | 0.67 | 0.01 | 0.16 | 300.83 | 0.64 | 0.56 |
| Hex | D7 | 46 | D5 | 0 | 43 | 1 | 10 | 12D | 40 | 38 |
| Octal | 327 | 106 | 325 | 0 | 103 | 1 | 20 | 455 | 100 | 70 |
| Binary | 11010111 | 1000110 | 11010101 | 0 | 1000011 | 1 | 10000 | 100101101 | 1000000 | 111000 |
Color Harmonies of #D746D5
Complementary color
Monochromatic Colors of #D746D5
Black with #D746D5
Text Example
Text Example
White with #D746D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D746D5; }
p { color: rgb(215,70,213); }
H1.HeaderClassName
{
color: #D746D5;
}
.AnyTagClassName
{
color: #D746D5;
}
</style>
background-color css
<style>
a { background-color: #D746D5; }
a { background-color: rgb(215,70,213); }
div.DivClassName
{
background-color: #D746D5;
}
.BgClassName
{
background-color: #D746D5;
}
</style>
border-color css
<style>
span { border-color: #D746D5; }
span { border-color: rgb(215,70,213); }
td.TdClassName
{
border-color: #D746D5;
}
.TagClassName
{
border-color: #D746D5;
}
</style>