Html Css Color HEX #D449DC Free Speech Magenta
📋 copy color: '#D449DC'red 212 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #D449DC
Tints of Free Speech Magenta #D449DC
RGB
CMYK
RGB Variations
Color information
#D449DC (or 0xD449DC) is known color: Free Speech Magenta. HEX triplet: D4, 49 and DC. RGB value is (212,73,220). Sum of RGB (Red+Green+Blue) = 212+73+220=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #D449DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449DC is #2BB623. Grayscale: #828282. Windows color (decimal): -2864676 or 14436820. OLE color: 14436820.
HSL color Cylindrical-coordinate representation of color #D449DC: hue angle of 296.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D449DC is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 73 | 220 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.14 |
| HSL | 296.73º | 0.68% | 0.57% | - |
| HSV(B) | 296.73º | 0.67% | 0.86% | - |
| XYZ | 42.45 | 23.93 | 70.09 | - |
| YUV | 131.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 220 | 0.04 | 0.67 | 0 | 0.14 | 296.73 | 0.68 | 0.57 |
| Hex | D4 | 49 | DC | 4 | 43 | 0 | E | 129 | 44 | 39 |
| Octal | 324 | 111 | 334 | 4 | 103 | 0 | 16 | 451 | 104 | 71 |
| Binary | 11010100 | 1001001 | 11011100 | 100 | 1000011 | 0 | 1110 | 100101001 | 1000100 | 111001 |
Color Harmonies of #D449DC
Complementary color
Monochromatic Colors of #D449DC
Black with #D449DC
Text Example
Text Example
White with #D449DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449DC; }
p { color: rgb(212,73,220); }
H1.HeaderClassName
{
color: #D449DC;
}
.AnyTagClassName
{
color: #D449DC;
}
</style>
background-color css
<style>
a { background-color: #D449DC; }
a { background-color: rgb(212,73,220); }
div.DivClassName
{
background-color: #D449DC;
}
.BgClassName
{
background-color: #D449DC;
}
</style>
border-color css
<style>
span { border-color: #D449DC; }
span { border-color: rgb(212,73,220); }
td.TdClassName
{
border-color: #D449DC;
}
.TagClassName
{
border-color: #D449DC;
}
</style>