Html Css Color HEX #D636D6 Free Speech Magenta
📋 copy color: '#D636D6'red 214 ◦ green 54 ◦ blue 214
Shades of Free Speech Magenta #D636D6
Tints of Free Speech Magenta #D636D6
RGB
CMYK
RGB Variations
Color information
#D636D6 (or 0xD636D6) is known color: Free Speech Magenta. HEX triplet: D6, 36 and D6. RGB value is (214,54,214). Sum of RGB (Red+Green+Blue) = 214+54+214=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D636D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636D6 is #29C929. Grayscale: #777777. Windows color (decimal): -2738474 or 14038742. OLE color: 14038742.
HSL color Cylindrical-coordinate representation of color #D636D6: hue angle of 300º degrees, saturation: 0.66, 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 #D636D6 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 214 | - |
| CMYK | 0 | 0.75 | 0 | 0.16 |
| HSL | 300º | 0.66% | 0.53% | - |
| HSV(B) | 300º | 0.75% | 0.84% | - |
| XYZ | 41.19 | 21.79 | 65.65 | - |
| YUV | 120.08 | 181.01 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 214 | 0 | 0.75 | 0 | 0.16 | 300 | 0.66 | 0.53 |
| Hex | D6 | 36 | D6 | 0 | 4B | 0 | 10 | 12C | 42 | 35 |
| Octal | 326 | 66 | 326 | 0 | 113 | 0 | 20 | 454 | 102 | 65 |
| Binary | 11010110 | 110110 | 11010110 | 0 | 1001011 | 0 | 10000 | 100101100 | 1000010 | 110101 |
Color Harmonies of #D636D6
Complementary color
Monochromatic Colors of #D636D6
Black with #D636D6
Text Example
Text Example
White with #D636D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636D6; }
p { color: rgb(214,54,214); }
H1.HeaderClassName
{
color: #D636D6;
}
.AnyTagClassName
{
color: #D636D6;
}
</style>
background-color css
<style>
a { background-color: #D636D6; }
a { background-color: rgb(214,54,214); }
div.DivClassName
{
background-color: #D636D6;
}
.BgClassName
{
background-color: #D636D6;
}
</style>
border-color css
<style>
span { border-color: #D636D6; }
span { border-color: rgb(214,54,214); }
td.TdClassName
{
border-color: #D636D6;
}
.TagClassName
{
border-color: #D636D6;
}
</style>