Html Css Color HEX #D446E5 Free Speech Magenta
📋 copy color: '#D446E5'red 212 ◦ green 70 ◦ blue 229
Shades of Free Speech Magenta #D446E5
Tints of Free Speech Magenta #D446E5
RGB
CMYK
RGB Variations
Color information
#D446E5 (or 0xD446E5) is known color: Free Speech Magenta. HEX triplet: D4, 46 and E5. RGB value is (212,70,229). Sum of RGB (Red+Green+Blue) = 212+70+229=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #D446E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446E5 is #2BB91A. Grayscale: #828282. Windows color (decimal): -2865435 or 15025876. OLE color: 15025876.
HSL color Cylindrical-coordinate representation of color #D446E5: hue angle of 293.58º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D446E5 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 70 | 229 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.10 |
| HSL | 293.58º | 0.75% | 0.59% | - |
| HSV(B) | 293.58º | 0.69% | 0.9% | - |
| XYZ | 43.48 | 24.03 | 76.48 | - |
| YUV | 130.58 | 183.54 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 229 | 0.07 | 0.69 | 0 | 0.10 | 293.58 | 0.75 | 0.59 |
| Hex | D4 | 46 | E5 | 7 | 45 | 0 | A | 126 | 4B | 3B |
| Octal | 324 | 106 | 345 | 7 | 105 | 0 | 12 | 446 | 113 | 73 |
| Binary | 11010100 | 1000110 | 11100101 | 111 | 1000101 | 0 | 1010 | 100100110 | 1001011 | 111011 |
Color Harmonies of #D446E5
Complementary color
Monochromatic Colors of #D446E5
Black with #D446E5
Text Example
Text Example
White with #D446E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446E5; }
p { color: rgb(212,70,229); }
H1.HeaderClassName
{
color: #D446E5;
}
.AnyTagClassName
{
color: #D446E5;
}
</style>
background-color css
<style>
a { background-color: #D446E5; }
a { background-color: rgb(212,70,229); }
div.DivClassName
{
background-color: #D446E5;
}
.BgClassName
{
background-color: #D446E5;
}
</style>
border-color css
<style>
span { border-color: #D446E5; }
span { border-color: rgb(212,70,229); }
td.TdClassName
{
border-color: #D446E5;
}
.TagClassName
{
border-color: #D446E5;
}
</style>