Html Css Color HEX #D637D4 Free Speech Magenta
📋 copy color: '#D637D4'red 214 ◦ green 55 ◦ blue 212
Shades of Free Speech Magenta #D637D4
Tints of Free Speech Magenta #D637D4
RGB
CMYK
RGB Variations
Color information
#D637D4 (or 0xD637D4) is known color: Free Speech Magenta. HEX triplet: D6, 37 and D4. RGB value is (214,55,212). Sum of RGB (Red+Green+Blue) = 214+55+212=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D637D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637D4 is #29C82B. Grayscale: #777777. Windows color (decimal): -2738220 or 13907926. OLE color: 13907926.
HSL color Cylindrical-coordinate representation of color #D637D4: hue angle of 300.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D637D4 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 212 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.16 |
| HSL | 300.75º | 0.66% | 0.53% | - |
| HSV(B) | 300.75º | 0.74% | 0.84% | - |
| XYZ | 40.98 | 21.78 | 64.33 | - |
| YUV | 120.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 212 | 0 | 0.74 | 0.01 | 0.16 | 300.75 | 0.66 | 0.53 |
| Hex | D6 | 37 | D4 | 0 | 4A | 1 | 10 | 12D | 42 | 35 |
| Octal | 326 | 67 | 324 | 0 | 112 | 1 | 20 | 455 | 102 | 65 |
| Binary | 11010110 | 110111 | 11010100 | 0 | 1001010 | 1 | 10000 | 100101101 | 1000010 | 110101 |
Color Harmonies of #D637D4
Complementary color
Monochromatic Colors of #D637D4
Black with #D637D4
Text Example
Text Example
White with #D637D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D637D4; }
p { color: rgb(214,55,212); }
H1.HeaderClassName
{
color: #D637D4;
}
.AnyTagClassName
{
color: #D637D4;
}
</style>
background-color css
<style>
a { background-color: #D637D4; }
a { background-color: rgb(214,55,212); }
div.DivClassName
{
background-color: #D637D4;
}
.BgClassName
{
background-color: #D637D4;
}
</style>
border-color css
<style>
span { border-color: #D637D4; }
span { border-color: rgb(214,55,212); }
td.TdClassName
{
border-color: #D637D4;
}
.TagClassName
{
border-color: #D637D4;
}
</style>