Html Css Color HEX #D449E4 Free Speech Magenta
📋 copy color: '#D449E4'red 212 ◦ green 73 ◦ blue 228
Shades of Free Speech Magenta #D449E4
Tints of Free Speech Magenta #D449E4
RGB
CMYK
RGB Variations
Color information
#D449E4 (or 0xD449E4) is known color: Free Speech Magenta. HEX triplet: D4, 49 and E4. RGB value is (212,73,228). Sum of RGB (Red+Green+Blue) = 212+73+228=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #D449E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D449E4 is #2BB61B. Grayscale: #838383. Windows color (decimal): -2864668 or 14961108. OLE color: 14961108.
HSL color Cylindrical-coordinate representation of color #D449E4: hue angle of 293.81º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D449E4 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 73 | 228 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.11 |
| HSL | 293.81º | 0.74% | 0.59% | - |
| HSV(B) | 293.81º | 0.68% | 0.89% | - |
| XYZ | 43.54 | 24.36 | 75.81 | - |
| YUV | 132.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 228 | 0.07 | 0.68 | 0 | 0.11 | 293.81 | 0.74 | 0.59 |
| Hex | D4 | 49 | E4 | 7 | 44 | 0 | B | 126 | 4A | 3B |
| Octal | 324 | 111 | 344 | 7 | 104 | 0 | 13 | 446 | 112 | 73 |
| Binary | 11010100 | 1001001 | 11100100 | 111 | 1000100 | 0 | 1011 | 100100110 | 1001010 | 111011 |
Color Harmonies of #D449E4
Complementary color
Monochromatic Colors of #D449E4
Black with #D449E4
Text Example
Text Example
White with #D449E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449E4; }
p { color: rgb(212,73,228); }
H1.HeaderClassName
{
color: #D449E4;
}
.AnyTagClassName
{
color: #D449E4;
}
</style>
background-color css
<style>
a { background-color: #D449E4; }
a { background-color: rgb(212,73,228); }
div.DivClassName
{
background-color: #D449E4;
}
.BgClassName
{
background-color: #D449E4;
}
</style>
border-color css
<style>
span { border-color: #D449E4; }
span { border-color: rgb(212,73,228); }
td.TdClassName
{
border-color: #D449E4;
}
.TagClassName
{
border-color: #D449E4;
}
</style>