Html Css Color HEX #D437D9 Free Speech Magenta
📋 copy color: '#D437D9'red 212 ◦ green 55 ◦ blue 217
Shades of Free Speech Magenta #D437D9
Tints of Free Speech Magenta #D437D9
RGB
CMYK
RGB Variations
Color information
#D437D9 (or 0xD437D9) is known color: Free Speech Magenta. HEX triplet: D4, 37 and D9. RGB value is (212,55,217). Sum of RGB (Red+Green+Blue) = 212+55+217=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #D437D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437D9 is #2BC826. Grayscale: #777777. Windows color (decimal): -2869287 or 14235604. OLE color: 14235604.
HSL color Cylindrical-coordinate representation of color #D437D9: hue angle of 298.15º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D437D9 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 55 | 217 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.15 |
| HSL | 298.15º | 0.68% | 0.53% | - |
| HSV(B) | 298.15º | 0.75% | 0.85% | - |
| XYZ | 41.04 | 21.74 | 67.68 | - |
| YUV | 120.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 217 | 0.02 | 0.75 | 0 | 0.15 | 298.15 | 0.68 | 0.53 |
| Hex | D4 | 37 | D9 | 2 | 4B | 0 | F | 12A | 44 | 35 |
| Octal | 324 | 67 | 331 | 2 | 113 | 0 | 17 | 452 | 104 | 65 |
| Binary | 11010100 | 110111 | 11011001 | 10 | 1001011 | 0 | 1111 | 100101010 | 1000100 | 110101 |
Color Harmonies of #D437D9
Complementary color
Monochromatic Colors of #D437D9
Black with #D437D9
Text Example
Text Example
White with #D437D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D437D9; }
p { color: rgb(212,55,217); }
H1.HeaderClassName
{
color: #D437D9;
}
.AnyTagClassName
{
color: #D437D9;
}
</style>
background-color css
<style>
a { background-color: #D437D9; }
a { background-color: rgb(212,55,217); }
div.DivClassName
{
background-color: #D437D9;
}
.BgClassName
{
background-color: #D437D9;
}
</style>
border-color css
<style>
span { border-color: #D437D9; }
span { border-color: rgb(212,55,217); }
td.TdClassName
{
border-color: #D437D9;
}
.TagClassName
{
border-color: #D437D9;
}
</style>