Html Css Color HEX #D736D5 Free Speech Magenta
📋 copy color: '#D736D5'red 215 ◦ green 54 ◦ blue 213
Shades of Free Speech Magenta #D736D5
Tints of Free Speech Magenta #D736D5
RGB
CMYK
RGB Variations
Color information
#D736D5 (or 0xD736D5) is known color: Free Speech Magenta. HEX triplet: D7, 36 and D5. RGB value is (215,54,213). Sum of RGB (Red+Green+Blue) = 215+54+213=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D736D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736D5 is #28C92A. Grayscale: #777777. Windows color (decimal): -2672939 or 13973207. OLE color: 13973207.
HSL color Cylindrical-coordinate representation of color #D736D5: hue angle of 300.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D736D5 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 213 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.16 |
| HSL | 300.75º | 0.67% | 0.53% | - |
| HSV(B) | 300.75º | 0.75% | 0.84% | - |
| XYZ | 41.35 | 21.89 | 65 | - |
| YUV | 120.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 213 | 0 | 0.75 | 0.01 | 0.16 | 300.75 | 0.67 | 0.53 |
| Hex | D7 | 36 | D5 | 0 | 4B | 1 | 10 | 12D | 43 | 35 |
| Octal | 327 | 66 | 325 | 0 | 113 | 1 | 20 | 455 | 103 | 65 |
| Binary | 11010111 | 110110 | 11010101 | 0 | 1001011 | 1 | 10000 | 100101101 | 1000011 | 110101 |
Color Harmonies of #D736D5
Complementary color
Monochromatic Colors of #D736D5
Black with #D736D5
Text Example
Text Example
White with #D736D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736D5; }
p { color: rgb(215,54,213); }
H1.HeaderClassName
{
color: #D736D5;
}
.AnyTagClassName
{
color: #D736D5;
}
</style>
background-color css
<style>
a { background-color: #D736D5; }
a { background-color: rgb(215,54,213); }
div.DivClassName
{
background-color: #D736D5;
}
.BgClassName
{
background-color: #D736D5;
}
</style>
border-color css
<style>
span { border-color: #D736D5; }
span { border-color: rgb(215,54,213); }
td.TdClassName
{
border-color: #D736D5;
}
.TagClassName
{
border-color: #D736D5;
}
</style>