Html Css Color HEX #D636D2 Free Speech Magenta
📋 copy color: '#D636D2'red 214 ◦ green 54 ◦ blue 210
Shades of Free Speech Magenta #D636D2
Tints of Free Speech Magenta #D636D2
RGB
CMYK
RGB Variations
Color information
#D636D2 (or 0xD636D2) is known color: Free Speech Magenta. HEX triplet: D6, 36 and D2. RGB value is (214,54,210). Sum of RGB (Red+Green+Blue) = 214+54+210=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D636D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636D2 is #29C92D. Grayscale: #777777. Windows color (decimal): -2738478 or 13776598. OLE color: 13776598.
HSL color Cylindrical-coordinate representation of color #D636D2: hue angle of 301.5º 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 #D636D2 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 210 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.16 |
| HSL | 301.5º | 0.66% | 0.53% | - |
| HSV(B) | 301.5º | 0.75% | 0.84% | - |
| XYZ | 40.68 | 21.59 | 63 | - |
| YUV | 119.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 210 | 0 | 0.75 | 0.02 | 0.16 | 301.5 | 0.66 | 0.53 |
| Hex | D6 | 36 | D2 | 0 | 4B | 2 | 10 | 12E | 42 | 35 |
| Octal | 326 | 66 | 322 | 0 | 113 | 2 | 20 | 456 | 102 | 65 |
| Binary | 11010110 | 110110 | 11010010 | 0 | 1001011 | 10 | 10000 | 100101110 | 1000010 | 110101 |
Color Harmonies of #D636D2
Complementary color
Monochromatic Colors of #D636D2
Black with #D636D2
Text Example
Text Example
White with #D636D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636D2; }
p { color: rgb(214,54,210); }
H1.HeaderClassName
{
color: #D636D2;
}
.AnyTagClassName
{
color: #D636D2;
}
</style>
background-color css
<style>
a { background-color: #D636D2; }
a { background-color: rgb(214,54,210); }
div.DivClassName
{
background-color: #D636D2;
}
.BgClassName
{
background-color: #D636D2;
}
</style>
border-color css
<style>
span { border-color: #D636D2; }
span { border-color: rgb(214,54,210); }
td.TdClassName
{
border-color: #D636D2;
}
.TagClassName
{
border-color: #D636D2;
}
</style>