Html Css Color HEX #D447E3 Free Speech Magenta
📋 copy color: '#D447E3'red 212 ◦ green 71 ◦ blue 227
Shades of Free Speech Magenta #D447E3
Tints of Free Speech Magenta #D447E3
RGB
CMYK
RGB Variations
Color information
#D447E3 (or 0xD447E3) is known color: Free Speech Magenta. HEX triplet: D4, 47 and E3. RGB value is (212,71,227). Sum of RGB (Red+Green+Blue) = 212+71+227=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #D447E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447E3 is #2BB81C. Grayscale: #828282. Windows color (decimal): -2865181 or 14895060. OLE color: 14895060.
HSL color Cylindrical-coordinate representation of color #D447E3: hue angle of 294.23º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D447E3 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 71 | 227 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.11 |
| HSL | 294.23º | 0.74% | 0.58% | - |
| HSV(B) | 294.23º | 0.69% | 0.89% | - |
| XYZ | 43.27 | 24.05 | 75.03 | - |
| YUV | 130.94 | 182.21 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 227 | 0.07 | 0.69 | 0 | 0.11 | 294.23 | 0.74 | 0.58 |
| Hex | D4 | 47 | E3 | 7 | 45 | 0 | B | 126 | 4A | 3A |
| Octal | 324 | 107 | 343 | 7 | 105 | 0 | 13 | 446 | 112 | 72 |
| Binary | 11010100 | 1000111 | 11100011 | 111 | 1000101 | 0 | 1011 | 100100110 | 1001010 | 111010 |
Color Harmonies of #D447E3
Complementary color
Monochromatic Colors of #D447E3
Black with #D447E3
Text Example
Text Example
White with #D447E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D447E3; }
p { color: rgb(212,71,227); }
H1.HeaderClassName
{
color: #D447E3;
}
.AnyTagClassName
{
color: #D447E3;
}
</style>
background-color css
<style>
a { background-color: #D447E3; }
a { background-color: rgb(212,71,227); }
div.DivClassName
{
background-color: #D447E3;
}
.BgClassName
{
background-color: #D447E3;
}
</style>
border-color css
<style>
span { border-color: #D447E3; }
span { border-color: rgb(212,71,227); }
td.TdClassName
{
border-color: #D447E3;
}
.TagClassName
{
border-color: #D447E3;
}
</style>