Html Css Color HEX #D449F2 Free Speech Magenta
📋 copy color: '#D449F2'red 212 ◦ green 73 ◦ blue 242
Shades of Free Speech Magenta #D449F2
Tints of Free Speech Magenta #D449F2
RGB
CMYK
RGB Variations
Color information
#D449F2 (or 0xD449F2) is known color: Free Speech Magenta. HEX triplet: D4, 49 and F2. RGB value is (212,73,242). Sum of RGB (Red+Green+Blue) = 212+73+242=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #D449F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449F2 is #2BB60D. Grayscale: #858585. Windows color (decimal): -2864654 or 15878612. OLE color: 15878612.
HSL color Cylindrical-coordinate representation of color #D449F2: hue angle of 289.35º degrees, saturation: 0.87, 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 #D449F2 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 73 | 242 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.05 |
| HSL | 289.35º | 0.87% | 0.62% | - |
| HSV(B) | 289.35º | 0.7% | 0.95% | - |
| XYZ | 45.56 | 25.17 | 86.46 | - |
| YUV | 133.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 242 | 0.12 | 0.70 | 0 | 0.05 | 289.35 | 0.87 | 0.62 |
| Hex | D4 | 49 | F2 | C | 46 | 0 | 5 | 121 | 57 | 3E |
| Octal | 324 | 111 | 362 | 14 | 106 | 0 | 5 | 441 | 127 | 76 |
| Binary | 11010100 | 1001001 | 11110010 | 1100 | 1000110 | 0 | 101 | 100100001 | 1010111 | 111110 |
Color Harmonies of #D449F2
Complementary color
Monochromatic Colors of #D449F2
Black with #D449F2
Text Example
Text Example
White with #D449F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449F2; }
p { color: rgb(212,73,242); }
H1.HeaderClassName
{
color: #D449F2;
}
.AnyTagClassName
{
color: #D449F2;
}
</style>
background-color css
<style>
a { background-color: #D449F2; }
a { background-color: rgb(212,73,242); }
div.DivClassName
{
background-color: #D449F2;
}
.BgClassName
{
background-color: #D449F2;
}
</style>
border-color css
<style>
span { border-color: #D449F2; }
span { border-color: rgb(212,73,242); }
td.TdClassName
{
border-color: #D449F2;
}
.TagClassName
{
border-color: #D449F2;
}
</style>