Html Css Color HEX #D746D0 Free Speech Magenta
📋 copy color: '#D746D0'red 215 ◦ green 70 ◦ blue 208
Shades of Free Speech Magenta #D746D0
Tints of Free Speech Magenta #D746D0
RGB
CMYK
RGB Variations
Color information
#D746D0 (or 0xD746D0) is known color: Free Speech Magenta. HEX triplet: D7, 46 and D0. RGB value is (215,70,208). Sum of RGB (Red+Green+Blue) = 215+70+208=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D746D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746D0 is #28B92F. Grayscale: #808080. Windows color (decimal): -2668848 or 13649623. OLE color: 13649623.
HSL color Cylindrical-coordinate representation of color #D746D0: hue angle of 302.9º 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 #D746D0 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 208 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.16 |
| HSL | 302.9º | 0.64% | 0.56% | - |
| HSV(B) | 302.9º | 0.67% | 0.84% | - |
| XYZ | 41.6 | 23.38 | 62 | - |
| YUV | 129.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 208 | 0 | 0.67 | 0.03 | 0.16 | 302.9 | 0.64 | 0.56 |
| Hex | D7 | 46 | D0 | 0 | 43 | 3 | 10 | 12F | 40 | 38 |
| Octal | 327 | 106 | 320 | 0 | 103 | 3 | 20 | 457 | 100 | 70 |
| Binary | 11010111 | 1000110 | 11010000 | 0 | 1000011 | 11 | 10000 | 100101111 | 1000000 | 111000 |
Color Harmonies of #D746D0
Complementary color
Monochromatic Colors of #D746D0
Black with #D746D0
Text Example
Text Example
White with #D746D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D746D0; }
p { color: rgb(215,70,208); }
H1.HeaderClassName
{
color: #D746D0;
}
.AnyTagClassName
{
color: #D746D0;
}
</style>
background-color css
<style>
a { background-color: #D746D0; }
a { background-color: rgb(215,70,208); }
div.DivClassName
{
background-color: #D746D0;
}
.BgClassName
{
background-color: #D746D0;
}
</style>
border-color css
<style>
span { border-color: #D746D0; }
span { border-color: rgb(215,70,208); }
td.TdClassName
{
border-color: #D746D0;
}
.TagClassName
{
border-color: #D746D0;
}
</style>