Html Css Color HEX #D446D4 Free Speech Magenta
📋 copy color: '#D446D4'red 212 ◦ green 70 ◦ blue 212
Shades of Free Speech Magenta #D446D4
Tints of Free Speech Magenta #D446D4
RGB
CMYK
RGB Variations
Color information
#D446D4 (or 0xD446D4) is known color: Free Speech Magenta. HEX triplet: D4, 46 and D4. RGB value is (212,70,212). Sum of RGB (Red+Green+Blue) = 212+70+212=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D446D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446D4 is #2BB92B. Grayscale: #808080. Windows color (decimal): -2865452 or 13911764. OLE color: 13911764.
HSL color Cylindrical-coordinate representation of color #D446D4: hue angle of 300º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D446D4 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 212 | - |
| CMYK | 0 | 0.67 | 0 | 0.17 |
| HSL | 300º | 0.62% | 0.55% | - |
| HSV(B) | 300º | 0.67% | 0.83% | - |
| XYZ | 41.23 | 23.13 | 64.58 | - |
| YUV | 128.65 | 175.04 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 212 | 0 | 0.67 | 0 | 0.17 | 300 | 0.62 | 0.55 |
| Hex | D4 | 46 | D4 | 0 | 43 | 0 | 11 | 12C | 3E | 37 |
| Octal | 324 | 106 | 324 | 0 | 103 | 0 | 21 | 454 | 76 | 67 |
| Binary | 11010100 | 1000110 | 11010100 | 0 | 1000011 | 0 | 10001 | 100101100 | 111110 | 110111 |
Color Harmonies of #D446D4
Complementary color
Monochromatic Colors of #D446D4
Black with #D446D4
Text Example
Text Example
White with #D446D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446D4; }
p { color: rgb(212,70,212); }
H1.HeaderClassName
{
color: #D446D4;
}
.AnyTagClassName
{
color: #D446D4;
}
</style>
background-color css
<style>
a { background-color: #D446D4; }
a { background-color: rgb(212,70,212); }
div.DivClassName
{
background-color: #D446D4;
}
.BgClassName
{
background-color: #D446D4;
}
</style>
border-color css
<style>
span { border-color: #D446D4; }
span { border-color: rgb(212,70,212); }
td.TdClassName
{
border-color: #D446D4;
}
.TagClassName
{
border-color: #D446D4;
}
</style>