Html Css Color HEX #D439D9 Free Speech Magenta
📋 copy color: '#D439D9'red 212 ◦ green 57 ◦ blue 217
Shades of Free Speech Magenta #D439D9
Tints of Free Speech Magenta #D439D9
RGB
CMYK
RGB Variations
Color information
#D439D9 (or 0xD439D9) is known color: Free Speech Magenta. HEX triplet: D4, 39 and D9. RGB value is (212,57,217). Sum of RGB (Red+Green+Blue) = 212+57+217=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #D439D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439D9 is #2BC626. Grayscale: #797979. Windows color (decimal): -2868775 or 14236116. OLE color: 14236116.
HSL color Cylindrical-coordinate representation of color #D439D9: hue angle of 298.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D439D9 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 57 | 217 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.15 |
| HSL | 298.13º | 0.68% | 0.54% | - |
| HSV(B) | 298.13º | 0.74% | 0.85% | - |
| XYZ | 41.14 | 21.93 | 67.71 | - |
| YUV | 121.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 217 | 0.02 | 0.74 | 0 | 0.15 | 298.13 | 0.68 | 0.54 |
| Hex | D4 | 39 | D9 | 2 | 4A | 0 | F | 12A | 44 | 36 |
| Octal | 324 | 71 | 331 | 2 | 112 | 0 | 17 | 452 | 104 | 66 |
| Binary | 11010100 | 111001 | 11011001 | 10 | 1001010 | 0 | 1111 | 100101010 | 1000100 | 110110 |
Color Harmonies of #D439D9
Complementary color
Monochromatic Colors of #D439D9
Black with #D439D9
Text Example
Text Example
White with #D439D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439D9; }
p { color: rgb(212,57,217); }
H1.HeaderClassName
{
color: #D439D9;
}
.AnyTagClassName
{
color: #D439D9;
}
</style>
background-color css
<style>
a { background-color: #D439D9; }
a { background-color: rgb(212,57,217); }
div.DivClassName
{
background-color: #D439D9;
}
.BgClassName
{
background-color: #D439D9;
}
</style>
border-color css
<style>
span { border-color: #D439D9; }
span { border-color: rgb(212,57,217); }
td.TdClassName
{
border-color: #D439D9;
}
.TagClassName
{
border-color: #D439D9;
}
</style>