Html Css Color HEX #D449DD Free Speech Magenta
📋 copy color: '#D449DD'red 212 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #D449DD
Tints of Free Speech Magenta #D449DD
RGB
CMYK
RGB Variations
Color information
#D449DD (or 0xD449DD) is known color: Free Speech Magenta. HEX triplet: D4, 49 and DD. RGB value is (212,73,221). Sum of RGB (Red+Green+Blue) = 212+73+221=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #D449DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449DD is #2BB622. Grayscale: #828282. Windows color (decimal): -2864675 or 14502356. OLE color: 14502356.
HSL color Cylindrical-coordinate representation of color #D449DD: hue angle of 296.35º degrees, saturation: 0.69, 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 #D449DD is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 73 | 221 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.13 |
| HSL | 296.35º | 0.69% | 0.58% | - |
| HSV(B) | 296.35º | 0.67% | 0.87% | - |
| XYZ | 42.59 | 23.98 | 70.79 | - |
| YUV | 131.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 221 | 0.04 | 0.67 | 0 | 0.13 | 296.35 | 0.69 | 0.58 |
| Hex | D4 | 49 | DD | 4 | 43 | 0 | D | 128 | 45 | 3A |
| Octal | 324 | 111 | 335 | 4 | 103 | 0 | 15 | 450 | 105 | 72 |
| Binary | 11010100 | 1001001 | 11011101 | 100 | 1000011 | 0 | 1101 | 100101000 | 1000101 | 111010 |
Color Harmonies of #D449DD
Complementary color
Monochromatic Colors of #D449DD
Black with #D449DD
Text Example
Text Example
White with #D449DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449DD; }
p { color: rgb(212,73,221); }
H1.HeaderClassName
{
color: #D449DD;
}
.AnyTagClassName
{
color: #D449DD;
}
</style>
background-color css
<style>
a { background-color: #D449DD; }
a { background-color: rgb(212,73,221); }
div.DivClassName
{
background-color: #D449DD;
}
.BgClassName
{
background-color: #D449DD;
}
</style>
border-color css
<style>
span { border-color: #D449DD; }
span { border-color: rgb(212,73,221); }
td.TdClassName
{
border-color: #D449DD;
}
.TagClassName
{
border-color: #D449DD;
}
</style>