Html Css Color HEX #D34ECF Free Speech Magenta
📋 copy color: '#D34ECF'red 211 ◦ green 78 ◦ blue 207
Shades of Free Speech Magenta #D34ECF
Tints of Free Speech Magenta #D34ECF
RGB
CMYK
RGB Variations
Color information
#D34ECF (or 0xD34ECF) is known color: Free Speech Magenta. HEX triplet: D3, 4E and CF. RGB value is (211,78,207). Sum of RGB (Red+Green+Blue) = 211+78+207=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34ECF is #2CB130. Grayscale: #848484. Windows color (decimal): -2928945 or 13586131. OLE color: 13586131.
HSL color Cylindrical-coordinate representation of color #D34ECF: hue angle of 301.8º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34ECF is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 207 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.17 |
| HSL | 301.8º | 0.6% | 0.57% | - |
| HSV(B) | 301.8º | 0.63% | 0.83% | - |
| XYZ | 40.85 | 23.8 | 61.47 | - |
| YUV | 132.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 207 | 0 | 0.63 | 0.02 | 0.17 | 301.8 | 0.6 | 0.57 |
| Hex | D3 | 4E | CF | 0 | 3F | 2 | 11 | 12E | 3C | 39 |
| Octal | 323 | 116 | 317 | 0 | 77 | 2 | 21 | 456 | 74 | 71 |
| Binary | 11010011 | 1001110 | 11001111 | 0 | 111111 | 10 | 10001 | 100101110 | 111100 | 111001 |
Color Harmonies of #D34ECF
Complementary color
Monochromatic Colors of #D34ECF
Black with #D34ECF
Text Example
Text Example
White with #D34ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34ECF; }
p { color: rgb(211,78,207); }
H1.HeaderClassName
{
color: #D34ECF;
}
.AnyTagClassName
{
color: #D34ECF;
}
</style>
background-color css
<style>
a { background-color: #D34ECF; }
a { background-color: rgb(211,78,207); }
div.DivClassName
{
background-color: #D34ECF;
}
.BgClassName
{
background-color: #D34ECF;
}
</style>
border-color css
<style>
span { border-color: #D34ECF; }
span { border-color: rgb(211,78,207); }
td.TdClassName
{
border-color: #D34ECF;
}
.TagClassName
{
border-color: #D34ECF;
}
</style>