Html Css Color HEX #D449E9 Free Speech Magenta
📋 copy color: '#D449E9'red 212 ◦ green 73 ◦ blue 233
Shades of Free Speech Magenta #D449E9
Tints of Free Speech Magenta #D449E9
RGB
CMYK
RGB Variations
Color information
#D449E9 (or 0xD449E9) is known color: Free Speech Magenta. HEX triplet: D4, 49 and E9. RGB value is (212,73,233). Sum of RGB (Red+Green+Blue) = 212+73+233=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #D449E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449E9 is #2BB616. Grayscale: #848484. Windows color (decimal): -2864663 or 15288788. OLE color: 15288788.
HSL color Cylindrical-coordinate representation of color #D449E9: hue angle of 292.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D449E9 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 73 | 233 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.09 |
| HSL | 292.13º | 0.78% | 0.6% | - |
| HSV(B) | 292.13º | 0.69% | 0.91% | - |
| XYZ | 44.24 | 24.65 | 79.52 | - |
| YUV | 132.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 233 | 0.09 | 0.69 | 0 | 0.09 | 292.13 | 0.78 | 0.6 |
| Hex | D4 | 49 | E9 | 9 | 45 | 0 | 9 | 124 | 4E | 3C |
| Octal | 324 | 111 | 351 | 11 | 105 | 0 | 11 | 444 | 116 | 74 |
| Binary | 11010100 | 1001001 | 11101001 | 1001 | 1000101 | 0 | 1001 | 100100100 | 1001110 | 111100 |
Color Harmonies of #D449E9
Complementary color
Monochromatic Colors of #D449E9
Black with #D449E9
Text Example
Text Example
White with #D449E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449E9; }
p { color: rgb(212,73,233); }
H1.HeaderClassName
{
color: #D449E9;
}
.AnyTagClassName
{
color: #D449E9;
}
</style>
background-color css
<style>
a { background-color: #D449E9; }
a { background-color: rgb(212,73,233); }
div.DivClassName
{
background-color: #D449E9;
}
.BgClassName
{
background-color: #D449E9;
}
</style>
border-color css
<style>
span { border-color: #D449E9; }
span { border-color: rgb(212,73,233); }
td.TdClassName
{
border-color: #D449E9;
}
.TagClassName
{
border-color: #D449E9;
}
</style>