Html Css Color HEX #D449DA Free Speech Magenta
📋 copy color: '#D449DA'red 212 ◦ green 73 ◦ blue 218
Shades of Free Speech Magenta #D449DA
Tints of Free Speech Magenta #D449DA
RGB
CMYK
RGB Variations
Color information
#D449DA (or 0xD449DA) is known color: Free Speech Magenta. HEX triplet: D4, 49 and DA. RGB value is (212,73,218). Sum of RGB (Red+Green+Blue) = 212+73+218=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #D449DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449DA is #2BB625. Grayscale: #828282. Windows color (decimal): -2864678 or 14305748. OLE color: 14305748.
HSL color Cylindrical-coordinate representation of color #D449DA: hue angle of 297.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D449DA is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 73 | 218 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.15 |
| HSL | 297.52º | 0.66% | 0.57% | - |
| HSV(B) | 297.52º | 0.67% | 0.85% | - |
| XYZ | 42.19 | 23.82 | 68.7 | - |
| YUV | 131.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 218 | 0.03 | 0.67 | 0 | 0.15 | 297.52 | 0.66 | 0.57 |
| Hex | D4 | 49 | DA | 3 | 43 | 0 | F | 12A | 42 | 39 |
| Octal | 324 | 111 | 332 | 3 | 103 | 0 | 17 | 452 | 102 | 71 |
| Binary | 11010100 | 1001001 | 11011010 | 11 | 1000011 | 0 | 1111 | 100101010 | 1000010 | 111001 |
Color Harmonies of #D449DA
Complementary color
Monochromatic Colors of #D449DA
Black with #D449DA
Text Example
Text Example
White with #D449DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449DA; }
p { color: rgb(212,73,218); }
H1.HeaderClassName
{
color: #D449DA;
}
.AnyTagClassName
{
color: #D449DA;
}
</style>
background-color css
<style>
a { background-color: #D449DA; }
a { background-color: rgb(212,73,218); }
div.DivClassName
{
background-color: #D449DA;
}
.BgClassName
{
background-color: #D449DA;
}
</style>
border-color css
<style>
span { border-color: #D449DA; }
span { border-color: rgb(212,73,218); }
td.TdClassName
{
border-color: #D449DA;
}
.TagClassName
{
border-color: #D449DA;
}
</style>