Html Css Color HEX #D640D2 Free Speech Magenta
📋 copy color: '#D640D2'red 214 ◦ green 64 ◦ blue 210
Shades of Free Speech Magenta #D640D2
Tints of Free Speech Magenta #D640D2
RGB
CMYK
RGB Variations
Color information
#D640D2 (or 0xD640D2) is known color: Free Speech Magenta. HEX triplet: D6, 40 and D2. RGB value is (214,64,210). Sum of RGB (Red+Green+Blue) = 214+64+210=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D640D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640D2 is #29BF2D. Grayscale: #7D7D7D. Windows color (decimal): -2735918 or 13779158. OLE color: 13779158.
HSL color Cylindrical-coordinate representation of color #D640D2: hue angle of 301.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D640D2 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 210 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.16 |
| HSL | 301.6º | 0.65% | 0.55% | - |
| HSV(B) | 301.6º | 0.7% | 0.84% | - |
| XYZ | 41.2 | 22.62 | 63.17 | - |
| YUV | 125.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 210 | 0 | 0.70 | 0.02 | 0.16 | 301.6 | 0.65 | 0.55 |
| Hex | D6 | 40 | D2 | 0 | 46 | 2 | 10 | 12E | 41 | 37 |
| Octal | 326 | 100 | 322 | 0 | 106 | 2 | 20 | 456 | 101 | 67 |
| Binary | 11010110 | 1000000 | 11010010 | 0 | 1000110 | 10 | 10000 | 100101110 | 1000001 | 110111 |
Color Harmonies of #D640D2
Complementary color
Monochromatic Colors of #D640D2
Black with #D640D2
Text Example
Text Example
White with #D640D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D640D2; }
p { color: rgb(214,64,210); }
H1.HeaderClassName
{
color: #D640D2;
}
.AnyTagClassName
{
color: #D640D2;
}
</style>
background-color css
<style>
a { background-color: #D640D2; }
a { background-color: rgb(214,64,210); }
div.DivClassName
{
background-color: #D640D2;
}
.BgClassName
{
background-color: #D640D2;
}
</style>
border-color css
<style>
span { border-color: #D640D2; }
span { border-color: rgb(214,64,210); }
td.TdClassName
{
border-color: #D640D2;
}
.TagClassName
{
border-color: #D640D2;
}
</style>