Html Css Color HEX #D447ED Free Speech Magenta
📋 copy color: '#D447ED'red 212 ◦ green 71 ◦ blue 237
Shades of Free Speech Magenta #D447ED
Tints of Free Speech Magenta #D447ED
RGB
CMYK
RGB Variations
Color information
#D447ED (or 0xD447ED) is known color: Free Speech Magenta. HEX triplet: D4, 47 and ED. RGB value is (212,71,237). Sum of RGB (Red+Green+Blue) = 212+71+237=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #D447ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D447ED is #2BB812. Grayscale: #838383. Windows color (decimal): -2865171 or 15550420. OLE color: 15550420.
HSL color Cylindrical-coordinate representation of color #D447ED: hue angle of 290.96º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D447ED is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 71 | 237 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 290.96º | 0.82% | 0.6% | - |
| HSV(B) | 290.96º | 0.7% | 0.93% | - |
| XYZ | 44.69 | 24.62 | 82.52 | - |
| YUV | 132.08 | 187.21 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 237 | 0.11 | 0.70 | 0 | 0.07 | 290.96 | 0.82 | 0.6 |
| Hex | D4 | 47 | ED | B | 46 | 0 | 7 | 123 | 52 | 3C |
| Octal | 324 | 107 | 355 | 13 | 106 | 0 | 7 | 443 | 122 | 74 |
| Binary | 11010100 | 1000111 | 11101101 | 1011 | 1000110 | 0 | 111 | 100100011 | 1010010 | 111100 |
Color Harmonies of #D447ED
Complementary color
Monochromatic Colors of #D447ED
Black with #D447ED
Text Example
Text Example
White with #D447ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D447ED; }
p { color: rgb(212,71,237); }
H1.HeaderClassName
{
color: #D447ED;
}
.AnyTagClassName
{
color: #D447ED;
}
</style>
background-color css
<style>
a { background-color: #D447ED; }
a { background-color: rgb(212,71,237); }
div.DivClassName
{
background-color: #D447ED;
}
.BgClassName
{
background-color: #D447ED;
}
</style>
border-color css
<style>
span { border-color: #D447ED; }
span { border-color: rgb(212,71,237); }
td.TdClassName
{
border-color: #D447ED;
}
.TagClassName
{
border-color: #D447ED;
}
</style>