Html Css Color HEX #D639DC Free Speech Magenta
📋 copy color: '#D639DC'red 214 ◦ green 57 ◦ blue 220
Shades of Free Speech Magenta #D639DC
Tints of Free Speech Magenta #D639DC
RGB
CMYK
RGB Variations
Color information
#D639DC (or 0xD639DC) is known color: Free Speech Magenta. HEX triplet: D6, 39 and DC. RGB value is (214,57,220). Sum of RGB (Red+Green+Blue) = 214+57+220=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #D639DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639DC is #29C623. Grayscale: #7A7A7A. Windows color (decimal): -2737700 or 14432726. OLE color: 14432726.
HSL color Cylindrical-coordinate representation of color #D639DC: hue angle of 297.79º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D639DC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 57 | 220 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.14 |
| HSL | 297.79º | 0.7% | 0.54% | - |
| HSV(B) | 297.79º | 0.74% | 0.86% | - |
| XYZ | 42.11 | 22.39 | 69.81 | - |
| YUV | 122.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 220 | 0.03 | 0.74 | 0 | 0.14 | 297.79 | 0.7 | 0.54 |
| Hex | D6 | 39 | DC | 3 | 4A | 0 | E | 12A | 46 | 36 |
| Octal | 326 | 71 | 334 | 3 | 112 | 0 | 16 | 452 | 106 | 66 |
| Binary | 11010110 | 111001 | 11011100 | 11 | 1001010 | 0 | 1110 | 100101010 | 1000110 | 110110 |
Color Harmonies of #D639DC
Complementary color
Monochromatic Colors of #D639DC
Black with #D639DC
Text Example
Text Example
White with #D639DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639DC; }
p { color: rgb(214,57,220); }
H1.HeaderClassName
{
color: #D639DC;
}
.AnyTagClassName
{
color: #D639DC;
}
</style>
background-color css
<style>
a { background-color: #D639DC; }
a { background-color: rgb(214,57,220); }
div.DivClassName
{
background-color: #D639DC;
}
.BgClassName
{
background-color: #D639DC;
}
</style>
border-color css
<style>
span { border-color: #D639DC; }
span { border-color: rgb(214,57,220); }
td.TdClassName
{
border-color: #D639DC;
}
.TagClassName
{
border-color: #D639DC;
}
</style>