Html Css Color HEX #D446D9 Free Speech Magenta
📋 copy color: '#D446D9'red 212 ◦ green 70 ◦ blue 217
Shades of Free Speech Magenta #D446D9
Tints of Free Speech Magenta #D446D9
RGB
CMYK
RGB Variations
Color information
#D446D9 (or 0xD446D9) is known color: Free Speech Magenta. HEX triplet: D4, 46 and D9. RGB value is (212,70,217). Sum of RGB (Red+Green+Blue) = 212+70+217=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #D446D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446D9 is #2BB926. Grayscale: #808080. Windows color (decimal): -2865447 or 14239444. OLE color: 14239444.
HSL color Cylindrical-coordinate representation of color #D446D9: hue angle of 297.96º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D446D9 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 70 | 217 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.15 |
| HSL | 297.96º | 0.66% | 0.56% | - |
| HSV(B) | 297.96º | 0.68% | 0.85% | - |
| XYZ | 41.87 | 23.39 | 67.95 | - |
| YUV | 129.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 217 | 0.02 | 0.68 | 0 | 0.15 | 297.96 | 0.66 | 0.56 |
| Hex | D4 | 46 | D9 | 2 | 44 | 0 | F | 12A | 42 | 38 |
| Octal | 324 | 106 | 331 | 2 | 104 | 0 | 17 | 452 | 102 | 70 |
| Binary | 11010100 | 1000110 | 11011001 | 10 | 1000100 | 0 | 1111 | 100101010 | 1000010 | 111000 |
Color Harmonies of #D446D9
Complementary color
Monochromatic Colors of #D446D9
Black with #D446D9
Text Example
Text Example
White with #D446D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446D9; }
p { color: rgb(212,70,217); }
H1.HeaderClassName
{
color: #D446D9;
}
.AnyTagClassName
{
color: #D446D9;
}
</style>
background-color css
<style>
a { background-color: #D446D9; }
a { background-color: rgb(212,70,217); }
div.DivClassName
{
background-color: #D446D9;
}
.BgClassName
{
background-color: #D446D9;
}
</style>
border-color css
<style>
span { border-color: #D446D9; }
span { border-color: rgb(212,70,217); }
td.TdClassName
{
border-color: #D446D9;
}
.TagClassName
{
border-color: #D446D9;
}
</style>