Html Css Color HEX #D636D8 Free Speech Magenta
📋 copy color: '#D636D8'red 214 ◦ green 54 ◦ blue 216
Shades of Free Speech Magenta #D636D8
Tints of Free Speech Magenta #D636D8
RGB
CMYK
RGB Variations
Color information
#D636D8 (or 0xD636D8) is known color: Free Speech Magenta. HEX triplet: D6, 36 and D8. RGB value is (214,54,216). Sum of RGB (Red+Green+Blue) = 214+54+216=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #D636D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636D8 is #29C927. Grayscale: #777777. Windows color (decimal): -2738472 or 14169814. OLE color: 14169814.
HSL color Cylindrical-coordinate representation of color #D636D8: hue angle of 299.26º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D636D8 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 54 | 216 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.15 |
| HSL | 299.26º | 0.68% | 0.53% | - |
| HSV(B) | 299.26º | 0.75% | 0.85% | - |
| XYZ | 41.45 | 21.89 | 67.01 | - |
| YUV | 120.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 216 | 0.01 | 0.75 | 0 | 0.15 | 299.26 | 0.68 | 0.53 |
| Hex | D6 | 36 | D8 | 1 | 4B | 0 | F | 12B | 44 | 35 |
| Octal | 326 | 66 | 330 | 1 | 113 | 0 | 17 | 453 | 104 | 65 |
| Binary | 11010110 | 110110 | 11011000 | 1 | 1001011 | 0 | 1111 | 100101011 | 1000100 | 110101 |
Color Harmonies of #D636D8
Complementary color
Monochromatic Colors of #D636D8
Black with #D636D8
Text Example
Text Example
White with #D636D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636D8; }
p { color: rgb(214,54,216); }
H1.HeaderClassName
{
color: #D636D8;
}
.AnyTagClassName
{
color: #D636D8;
}
</style>
background-color css
<style>
a { background-color: #D636D8; }
a { background-color: rgb(214,54,216); }
div.DivClassName
{
background-color: #D636D8;
}
.BgClassName
{
background-color: #D636D8;
}
</style>
border-color css
<style>
span { border-color: #D636D8; }
span { border-color: rgb(214,54,216); }
td.TdClassName
{
border-color: #D636D8;
}
.TagClassName
{
border-color: #D636D8;
}
</style>