Html Css Color HEX #D45EDF Free Speech Magenta
📋 copy color: '#D45EDF'red 212 ◦ green 94 ◦ blue 223
Shades of Free Speech Magenta #D45EDF
Tints of Free Speech Magenta #D45EDF
RGB
CMYK
RGB Variations
Color information
#D45EDF (or 0xD45EDF) is known color: Free Speech Magenta. HEX triplet: D4, 5E and DF. RGB value is (212,94,223). Sum of RGB (Red+Green+Blue) = 212+94+223=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #D45EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45EDF is #2BA120. Grayscale: #8F8F8F. Windows color (decimal): -2859297 or 14638804. OLE color: 14638804.
HSL color Cylindrical-coordinate representation of color #D45EDF: hue angle of 294.88º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45EDF is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 94 | 223 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.13 |
| HSL | 294.88º | 0.67% | 0.62% | - |
| HSV(B) | 294.88º | 0.58% | 0.87% | - |
| XYZ | 44.47 | 27.33 | 72.74 | - |
| YUV | 143.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 223 | 0.05 | 0.58 | 0 | 0.13 | 294.88 | 0.67 | 0.62 |
| Hex | D4 | 5E | DF | 5 | 3A | 0 | D | 127 | 43 | 3E |
| Octal | 324 | 136 | 337 | 5 | 72 | 0 | 15 | 447 | 103 | 76 |
| Binary | 11010100 | 1011110 | 11011111 | 101 | 111010 | 0 | 1101 | 100100111 | 1000011 | 111110 |
Color Harmonies of #D45EDF
Complementary color
Monochromatic Colors of #D45EDF
Black with #D45EDF
Text Example
Text Example
White with #D45EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45EDF; }
p { color: rgb(212,94,223); }
H1.HeaderClassName
{
color: #D45EDF;
}
.AnyTagClassName
{
color: #D45EDF;
}
</style>
background-color css
<style>
a { background-color: #D45EDF; }
a { background-color: rgb(212,94,223); }
div.DivClassName
{
background-color: #D45EDF;
}
.BgClassName
{
background-color: #D45EDF;
}
</style>
border-color css
<style>
span { border-color: #D45EDF; }
span { border-color: rgb(212,94,223); }
td.TdClassName
{
border-color: #D45EDF;
}
.TagClassName
{
border-color: #D45EDF;
}
</style>