Html Css Color HEX #D736DD Free Speech Magenta
📋 copy color: '#D736DD'red 215 ◦ green 54 ◦ blue 221
Shades of Free Speech Magenta #D736DD
Tints of Free Speech Magenta #D736DD
RGB
CMYK
RGB Variations
Color information
#D736DD (or 0xD736DD) is known color: Free Speech Magenta. HEX triplet: D7, 36 and DD. RGB value is (215,54,221). Sum of RGB (Red+Green+Blue) = 215+54+221=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 54 (21.48% from 255 or 11.02% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #D736DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736DD is #28C922. Grayscale: #787878. Windows color (decimal): -2672931 or 14497495. OLE color: 14497495.
HSL color Cylindrical-coordinate representation of color #D736DD: hue angle of 297.84º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D736DD is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 54 | 221 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.13 |
| HSL | 297.84º | 0.71% | 0.54% | - |
| HSV(B) | 297.84º | 0.76% | 0.87% | - |
| XYZ | 42.39 | 22.31 | 70.48 | - |
| YUV | 121.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 221 | 0.03 | 0.76 | 0 | 0.13 | 297.84 | 0.71 | 0.54 |
| Hex | D7 | 36 | DD | 3 | 4C | 0 | D | 12A | 47 | 36 |
| Octal | 327 | 66 | 335 | 3 | 114 | 0 | 15 | 452 | 107 | 66 |
| Binary | 11010111 | 110110 | 11011101 | 11 | 1001100 | 0 | 1101 | 100101010 | 1000111 | 110110 |
Color Harmonies of #D736DD
Complementary color
Monochromatic Colors of #D736DD
Black with #D736DD
Text Example
Text Example
White with #D736DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736DD; }
p { color: rgb(215,54,221); }
H1.HeaderClassName
{
color: #D736DD;
}
.AnyTagClassName
{
color: #D736DD;
}
</style>
background-color css
<style>
a { background-color: #D736DD; }
a { background-color: rgb(215,54,221); }
div.DivClassName
{
background-color: #D736DD;
}
.BgClassName
{
background-color: #D736DD;
}
</style>
border-color css
<style>
span { border-color: #D736DD; }
span { border-color: rgb(215,54,221); }
td.TdClassName
{
border-color: #D736DD;
}
.TagClassName
{
border-color: #D736DD;
}
</style>