Html Css Color HEX #D449ED Free Speech Magenta
📋 copy color: '#D449ED'red 212 ◦ green 73 ◦ blue 237
Shades of Free Speech Magenta #D449ED
Tints of Free Speech Magenta #D449ED
RGB
CMYK
RGB Variations
Color information
#D449ED (or 0xD449ED) is known color: Free Speech Magenta. HEX triplet: D4, 49 and ED. RGB value is (212,73,237). Sum of RGB (Red+Green+Blue) = 212+73+237=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #D449ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449ED is #2BB612. Grayscale: #848484. Windows color (decimal): -2864659 or 15550932. OLE color: 15550932.
HSL color Cylindrical-coordinate representation of color #D449ED: hue angle of 290.85º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D449ED is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 73 | 237 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.07 |
| HSL | 290.85º | 0.82% | 0.61% | - |
| HSV(B) | 290.85º | 0.69% | 0.93% | - |
| XYZ | 44.82 | 24.88 | 82.56 | - |
| YUV | 133.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 237 | 0.11 | 0.69 | 0 | 0.07 | 290.85 | 0.82 | 0.61 |
| Hex | D4 | 49 | ED | B | 45 | 0 | 7 | 123 | 52 | 3D |
| Octal | 324 | 111 | 355 | 13 | 105 | 0 | 7 | 443 | 122 | 75 |
| Binary | 11010100 | 1001001 | 11101101 | 1011 | 1000101 | 0 | 111 | 100100011 | 1010010 | 111101 |
Color Harmonies of #D449ED
Complementary color
Monochromatic Colors of #D449ED
Black with #D449ED
Text Example
Text Example
White with #D449ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449ED; }
p { color: rgb(212,73,237); }
H1.HeaderClassName
{
color: #D449ED;
}
.AnyTagClassName
{
color: #D449ED;
}
</style>
background-color css
<style>
a { background-color: #D449ED; }
a { background-color: rgb(212,73,237); }
div.DivClassName
{
background-color: #D449ED;
}
.BgClassName
{
background-color: #D449ED;
}
</style>
border-color css
<style>
span { border-color: #D449ED; }
span { border-color: rgb(212,73,237); }
td.TdClassName
{
border-color: #D449ED;
}
.TagClassName
{
border-color: #D449ED;
}
</style>