Html Css Color HEX #D449DF Free Speech Magenta
📋 copy color: '#D449DF'red 212 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #D449DF
Tints of Free Speech Magenta #D449DF
RGB
CMYK
RGB Variations
Color information
#D449DF (or 0xD449DF) is known color: Free Speech Magenta. HEX triplet: D4, 49 and DF. RGB value is (212,73,223). Sum of RGB (Red+Green+Blue) = 212+73+223=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #D449DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449DF is #2BB620. Grayscale: #838383. Windows color (decimal): -2864673 or 14633428. OLE color: 14633428.
HSL color Cylindrical-coordinate representation of color #D449DF: hue angle of 295.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D449DF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 73 | 223 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.13 |
| HSL | 295.6º | 0.7% | 0.58% | - |
| HSV(B) | 295.6º | 0.67% | 0.87% | - |
| XYZ | 42.85 | 24.09 | 72.2 | - |
| YUV | 131.66 | 179.55 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 223 | 0.05 | 0.67 | 0 | 0.13 | 295.6 | 0.7 | 0.58 |
| Hex | D4 | 49 | DF | 5 | 43 | 0 | D | 128 | 46 | 3A |
| Octal | 324 | 111 | 337 | 5 | 103 | 0 | 15 | 450 | 106 | 72 |
| Binary | 11010100 | 1001001 | 11011111 | 101 | 1000011 | 0 | 1101 | 100101000 | 1000110 | 111010 |
Color Harmonies of #D449DF
Complementary color
Monochromatic Colors of #D449DF
Black with #D449DF
Text Example
Text Example
White with #D449DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449DF; }
p { color: rgb(212,73,223); }
H1.HeaderClassName
{
color: #D449DF;
}
.AnyTagClassName
{
color: #D449DF;
}
</style>
background-color css
<style>
a { background-color: #D449DF; }
a { background-color: rgb(212,73,223); }
div.DivClassName
{
background-color: #D449DF;
}
.BgClassName
{
background-color: #D449DF;
}
</style>
border-color css
<style>
span { border-color: #D449DF; }
span { border-color: rgb(212,73,223); }
td.TdClassName
{
border-color: #D449DF;
}
.TagClassName
{
border-color: #D449DF;
}
</style>