Html Css Color HEX #D639D6 Free Speech Magenta
📋 copy color: '#D639D6'red 214 ◦ green 57 ◦ blue 214
Shades of Free Speech Magenta #D639D6
Tints of Free Speech Magenta #D639D6
RGB
CMYK
RGB Variations
Color information
#D639D6 (or 0xD639D6) is known color: Free Speech Magenta. HEX triplet: D6, 39 and D6. RGB value is (214,57,214). Sum of RGB (Red+Green+Blue) = 214+57+214=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D639D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639D6 is #29C629. Grayscale: #797979. Windows color (decimal): -2737706 or 14039510. OLE color: 14039510.
HSL color Cylindrical-coordinate representation of color #D639D6: 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.73%. Process color model (Four color, CMYK) of #D639D6 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 214 | - |
| CMYK | 0 | 0.73 | 0 | 0.16 |
| HSL | 300º | 0.66% | 0.53% | - |
| HSV(B) | 300º | 0.73% | 0.84% | - |
| XYZ | 41.33 | 22.08 | 65.7 | - |
| YUV | 121.84 | 180.01 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 214 | 0 | 0.73 | 0 | 0.16 | 300 | 0.66 | 0.53 |
| Hex | D6 | 39 | D6 | 0 | 49 | 0 | 10 | 12C | 42 | 35 |
| Octal | 326 | 71 | 326 | 0 | 111 | 0 | 20 | 454 | 102 | 65 |
| Binary | 11010110 | 111001 | 11010110 | 0 | 1001001 | 0 | 10000 | 100101100 | 1000010 | 110101 |
Color Harmonies of #D639D6
Complementary color
Monochromatic Colors of #D639D6
Black with #D639D6
Text Example
Text Example
White with #D639D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639D6; }
p { color: rgb(214,57,214); }
H1.HeaderClassName
{
color: #D639D6;
}
.AnyTagClassName
{
color: #D639D6;
}
</style>
background-color css
<style>
a { background-color: #D639D6; }
a { background-color: rgb(214,57,214); }
div.DivClassName
{
background-color: #D639D6;
}
.BgClassName
{
background-color: #D639D6;
}
</style>
border-color css
<style>
span { border-color: #D639D6; }
span { border-color: rgb(214,57,214); }
td.TdClassName
{
border-color: #D639D6;
}
.TagClassName
{
border-color: #D639D6;
}
</style>