Html Css Color HEX #D449D5 Free Speech Magenta
📋 copy color: '#D449D5'red 212 ◦ green 73 ◦ blue 213
Shades of Free Speech Magenta #D449D5
Tints of Free Speech Magenta #D449D5
RGB
CMYK
RGB Variations
Color information
#D449D5 (or 0xD449D5) is known color: Free Speech Magenta. HEX triplet: D4, 49 and D5. RGB value is (212,73,213). Sum of RGB (Red+Green+Blue) = 212+73+213=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #D449D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449D5 is #2BB62A. Grayscale: #828282. Windows color (decimal): -2864683 or 13978068. OLE color: 13978068.
HSL color Cylindrical-coordinate representation of color #D449D5: hue angle of 299.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D449D5 is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 73 | 213 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.16 |
| HSL | 299.57º | 0.63% | 0.56% | - |
| HSV(B) | 299.57º | 0.66% | 0.84% | - |
| XYZ | 41.54 | 23.57 | 65.31 | - |
| YUV | 130.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 213 | 0.00 | 0.66 | 0 | 0.16 | 299.57 | 0.63 | 0.56 |
| Hex | D4 | 49 | D5 | 0 | 42 | 0 | 10 | 12C | 3E | 38 |
| Octal | 324 | 111 | 325 | 0 | 102 | 0 | 20 | 454 | 76 | 70 |
| Binary | 11010100 | 1001001 | 11010101 | 0 | 1000010 | 0 | 10000 | 100101100 | 111110 | 111000 |
Color Harmonies of #D449D5
Complementary color
Monochromatic Colors of #D449D5
Black with #D449D5
Text Example
Text Example
White with #D449D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449D5; }
p { color: rgb(212,73,213); }
H1.HeaderClassName
{
color: #D449D5;
}
.AnyTagClassName
{
color: #D449D5;
}
</style>
background-color css
<style>
a { background-color: #D449D5; }
a { background-color: rgb(212,73,213); }
div.DivClassName
{
background-color: #D449D5;
}
.BgClassName
{
background-color: #D449D5;
}
</style>
border-color css
<style>
span { border-color: #D449D5; }
span { border-color: rgb(212,73,213); }
td.TdClassName
{
border-color: #D449D5;
}
.TagClassName
{
border-color: #D449D5;
}
</style>