Html Css Color HEX #D449F3 Free Speech Magenta
📋 copy color: '#D449F3'red 212 ◦ green 73 ◦ blue 243
Shades of Free Speech Magenta #D449F3
Tints of Free Speech Magenta #D449F3
RGB
CMYK
RGB Variations
Color information
#D449F3 (or 0xD449F3) is known color: Free Speech Magenta. HEX triplet: D4, 49 and F3. RGB value is (212,73,243). Sum of RGB (Red+Green+Blue) = 212+73+243=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #D449F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449F3 is #2BB60C. Grayscale: #858585. Windows color (decimal): -2864653 or 15944148. OLE color: 15944148.
HSL color Cylindrical-coordinate representation of color #D449F3: hue angle of 289.06º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D449F3 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 73 | 243 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.05 |
| HSL | 289.06º | 0.88% | 0.62% | - |
| HSV(B) | 289.06º | 0.7% | 0.95% | - |
| XYZ | 45.71 | 25.23 | 87.26 | - |
| YUV | 133.94 | 189.55 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 243 | 0.13 | 0.70 | 0 | 0.05 | 289.06 | 0.88 | 0.62 |
| Hex | D4 | 49 | F3 | D | 46 | 0 | 5 | 121 | 58 | 3E |
| Octal | 324 | 111 | 363 | 15 | 106 | 0 | 5 | 441 | 130 | 76 |
| Binary | 11010100 | 1001001 | 11110011 | 1101 | 1000110 | 0 | 101 | 100100001 | 1011000 | 111110 |
Color Harmonies of #D449F3
Complementary color
Monochromatic Colors of #D449F3
Black with #D449F3
Text Example
Text Example
White with #D449F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449F3; }
p { color: rgb(212,73,243); }
H1.HeaderClassName
{
color: #D449F3;
}
.AnyTagClassName
{
color: #D449F3;
}
</style>
background-color css
<style>
a { background-color: #D449F3; }
a { background-color: rgb(212,73,243); }
div.DivClassName
{
background-color: #D449F3;
}
.BgClassName
{
background-color: #D449F3;
}
</style>
border-color css
<style>
span { border-color: #D449F3; }
span { border-color: rgb(212,73,243); }
td.TdClassName
{
border-color: #D449F3;
}
.TagClassName
{
border-color: #D449F3;
}
</style>