Html Css Color HEX #D639D4 Free Speech Magenta
📋 copy color: '#D639D4'red 214 ◦ green 57 ◦ blue 212
Shades of Free Speech Magenta #D639D4
Tints of Free Speech Magenta #D639D4
RGB
CMYK
RGB Variations
Color information
#D639D4 (or 0xD639D4) is known color: Free Speech Magenta. HEX triplet: D6, 39 and D4. RGB value is (214,57,212). Sum of RGB (Red+Green+Blue) = 214+57+212=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D639D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639D4 is #29C62B. Grayscale: #797979. Windows color (decimal): -2737708 or 13908438. OLE color: 13908438.
HSL color Cylindrical-coordinate representation of color #D639D4: hue angle of 300.76º 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 #D639D4 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 212 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.16 |
| HSL | 300.76º | 0.66% | 0.53% | - |
| HSV(B) | 300.76º | 0.73% | 0.84% | - |
| XYZ | 41.08 | 21.98 | 64.36 | - |
| YUV | 121.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 212 | 0 | 0.73 | 0.01 | 0.16 | 300.76 | 0.66 | 0.53 |
| Hex | D6 | 39 | D4 | 0 | 49 | 1 | 10 | 12D | 42 | 35 |
| Octal | 326 | 71 | 324 | 0 | 111 | 1 | 20 | 455 | 102 | 65 |
| Binary | 11010110 | 111001 | 11010100 | 0 | 1001001 | 1 | 10000 | 100101101 | 1000010 | 110101 |
Color Harmonies of #D639D4
Complementary color
Monochromatic Colors of #D639D4
Black with #D639D4
Text Example
Text Example
White with #D639D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639D4; }
p { color: rgb(214,57,212); }
H1.HeaderClassName
{
color: #D639D4;
}
.AnyTagClassName
{
color: #D639D4;
}
</style>
background-color css
<style>
a { background-color: #D639D4; }
a { background-color: rgb(214,57,212); }
div.DivClassName
{
background-color: #D639D4;
}
.BgClassName
{
background-color: #D639D4;
}
</style>
border-color css
<style>
span { border-color: #D639D4; }
span { border-color: rgb(214,57,212); }
td.TdClassName
{
border-color: #D639D4;
}
.TagClassName
{
border-color: #D639D4;
}
</style>