Html Css Color HEX #D339DC Free Speech Magenta
📋 copy color: '#D339DC'red 211 ◦ green 57 ◦ blue 220
Shades of Free Speech Magenta #D339DC
Tints of Free Speech Magenta #D339DC
RGB
CMYK
RGB Variations
Color information
#D339DC (or 0xD339DC) is known color: Free Speech Magenta. HEX triplet: D3, 39 and DC. RGB value is (211,57,220). Sum of RGB (Red+Green+Blue) = 211+57+220=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #D339DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339DC is #2CC623. Grayscale: #797979. Windows color (decimal): -2934308 or 14432723. OLE color: 14432723.
HSL color Cylindrical-coordinate representation of color #D339DC: hue angle of 296.69º 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 #D339DC is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 57 | 220 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.14 |
| HSL | 296.69º | 0.7% | 0.54% | - |
| HSV(B) | 296.69º | 0.74% | 0.86% | - |
| XYZ | 41.25 | 21.94 | 69.77 | - |
| YUV | 121.63 | 183.52 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 220 | 0.04 | 0.74 | 0 | 0.14 | 296.69 | 0.7 | 0.54 |
| Hex | D3 | 39 | DC | 4 | 4A | 0 | E | 129 | 46 | 36 |
| Octal | 323 | 71 | 334 | 4 | 112 | 0 | 16 | 451 | 106 | 66 |
| Binary | 11010011 | 111001 | 11011100 | 100 | 1001010 | 0 | 1110 | 100101001 | 1000110 | 110110 |
Color Harmonies of #D339DC
Complementary color
Monochromatic Colors of #D339DC
Black with #D339DC
Text Example
Text Example
White with #D339DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339DC; }
p { color: rgb(211,57,220); }
H1.HeaderClassName
{
color: #D339DC;
}
.AnyTagClassName
{
color: #D339DC;
}
</style>
background-color css
<style>
a { background-color: #D339DC; }
a { background-color: rgb(211,57,220); }
div.DivClassName
{
background-color: #D339DC;
}
.BgClassName
{
background-color: #D339DC;
}
</style>
border-color css
<style>
span { border-color: #D339DC; }
span { border-color: rgb(211,57,220); }
td.TdClassName
{
border-color: #D339DC;
}
.TagClassName
{
border-color: #D339DC;
}
</style>