Html Css Color HEX #D747D3 Free Speech Magenta
📋 copy color: '#D747D3'red 215 ◦ green 71 ◦ blue 211
Shades of Free Speech Magenta #D747D3
Tints of Free Speech Magenta #D747D3
RGB
CMYK
RGB Variations
Color information
#D747D3 (or 0xD747D3) is known color: Free Speech Magenta. HEX triplet: D7, 47 and D3. RGB value is (215,71,211). Sum of RGB (Red+Green+Blue) = 215+71+211=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D747D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D747D3 is #28B82C. Grayscale: #818181. Windows color (decimal): -2668589 or 13846487. OLE color: 13846487.
HSL color Cylindrical-coordinate representation of color #D747D3: hue angle of 301.67º 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 #D747D3 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 211 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.16 |
| HSL | 301.67º | 0.64% | 0.56% | - |
| HSV(B) | 301.67º | 0.67% | 0.84% | - |
| XYZ | 42.04 | 23.66 | 63.98 | - |
| YUV | 130.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 211 | 0 | 0.67 | 0.02 | 0.16 | 301.67 | 0.64 | 0.56 |
| Hex | D7 | 47 | D3 | 0 | 43 | 2 | 10 | 12E | 40 | 38 |
| Octal | 327 | 107 | 323 | 0 | 103 | 2 | 20 | 456 | 100 | 70 |
| Binary | 11010111 | 1000111 | 11010011 | 0 | 1000011 | 10 | 10000 | 100101110 | 1000000 | 111000 |
Color Harmonies of #D747D3
Complementary color
Monochromatic Colors of #D747D3
Black with #D747D3
Text Example
Text Example
White with #D747D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D747D3; }
p { color: rgb(215,71,211); }
H1.HeaderClassName
{
color: #D747D3;
}
.AnyTagClassName
{
color: #D747D3;
}
</style>
background-color css
<style>
a { background-color: #D747D3; }
a { background-color: rgb(215,71,211); }
div.DivClassName
{
background-color: #D747D3;
}
.BgClassName
{
background-color: #D747D3;
}
</style>
border-color css
<style>
span { border-color: #D747D3; }
span { border-color: rgb(215,71,211); }
td.TdClassName
{
border-color: #D747D3;
}
.TagClassName
{
border-color: #D747D3;
}
</style>