Html Css Color HEX #D449E0 Free Speech Magenta
📋 copy color: '#D449E0'red 212 ◦ green 73 ◦ blue 224
Shades of Free Speech Magenta #D449E0
Tints of Free Speech Magenta #D449E0
RGB
CMYK
RGB Variations
Color information
#D449E0 (or 0xD449E0) is known color: Free Speech Magenta. HEX triplet: D4, 49 and E0. RGB value is (212,73,224). Sum of RGB (Red+Green+Blue) = 212+73+224=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #D449E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449E0 is #2BB61F. Grayscale: #838383. Windows color (decimal): -2864672 or 14698964. OLE color: 14698964.
HSL color Cylindrical-coordinate representation of color #D449E0: hue angle of 295.23º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D449E0 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 73 | 224 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.12 |
| HSL | 295.23º | 0.71% | 0.58% | - |
| HSV(B) | 295.23º | 0.67% | 0.88% | - |
| XYZ | 42.99 | 24.14 | 72.92 | - |
| YUV | 131.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 224 | 0.05 | 0.67 | 0 | 0.12 | 295.23 | 0.71 | 0.58 |
| Hex | D4 | 49 | E0 | 5 | 43 | 0 | C | 127 | 47 | 3A |
| Octal | 324 | 111 | 340 | 5 | 103 | 0 | 14 | 447 | 107 | 72 |
| Binary | 11010100 | 1001001 | 11100000 | 101 | 1000011 | 0 | 1100 | 100100111 | 1000111 | 111010 |
Color Harmonies of #D449E0
Complementary color
Monochromatic Colors of #D449E0
Black with #D449E0
Text Example
Text Example
White with #D449E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449E0; }
p { color: rgb(212,73,224); }
H1.HeaderClassName
{
color: #D449E0;
}
.AnyTagClassName
{
color: #D449E0;
}
</style>
background-color css
<style>
a { background-color: #D449E0; }
a { background-color: rgb(212,73,224); }
div.DivClassName
{
background-color: #D449E0;
}
.BgClassName
{
background-color: #D449E0;
}
</style>
border-color css
<style>
span { border-color: #D449E0; }
span { border-color: rgb(212,73,224); }
td.TdClassName
{
border-color: #D449E0;
}
.TagClassName
{
border-color: #D449E0;
}
</style>