Html Css Color HEX #D449EF Free Speech Magenta
📋 copy color: '#D449EF'red 212 ◦ green 73 ◦ blue 239
Shades of Free Speech Magenta #D449EF
Tints of Free Speech Magenta #D449EF
RGB
CMYK
RGB Variations
Color information
#D449EF (or 0xD449EF) is known color: Free Speech Magenta. HEX triplet: D4, 49 and EF. RGB value is (212,73,239). Sum of RGB (Red+Green+Blue) = 212+73+239=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #D449EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449EF is #2BB610. Grayscale: #848484. Windows color (decimal): -2864657 or 15682004. OLE color: 15682004.
HSL color Cylindrical-coordinate representation of color #D449EF: hue angle of 290.24º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D449EF is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 73 | 239 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.06 |
| HSL | 290.24º | 0.84% | 0.61% | - |
| HSV(B) | 290.24º | 0.69% | 0.94% | - |
| XYZ | 45.11 | 24.99 | 84.11 | - |
| YUV | 133.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 239 | 0.11 | 0.69 | 0 | 0.06 | 290.24 | 0.84 | 0.61 |
| Hex | D4 | 49 | EF | B | 45 | 0 | 6 | 122 | 54 | 3D |
| Octal | 324 | 111 | 357 | 13 | 105 | 0 | 6 | 442 | 124 | 75 |
| Binary | 11010100 | 1001001 | 11101111 | 1011 | 1000101 | 0 | 110 | 100100010 | 1010100 | 111101 |
Color Harmonies of #D449EF
Complementary color
Monochromatic Colors of #D449EF
Black with #D449EF
Text Example
Text Example
White with #D449EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449EF; }
p { color: rgb(212,73,239); }
H1.HeaderClassName
{
color: #D449EF;
}
.AnyTagClassName
{
color: #D449EF;
}
</style>
background-color css
<style>
a { background-color: #D449EF; }
a { background-color: rgb(212,73,239); }
div.DivClassName
{
background-color: #D449EF;
}
.BgClassName
{
background-color: #D449EF;
}
</style>
border-color css
<style>
span { border-color: #D449EF; }
span { border-color: rgb(212,73,239); }
td.TdClassName
{
border-color: #D449EF;
}
.TagClassName
{
border-color: #D449EF;
}
</style>