Html Css Color HEX #D34ECE Free Speech Magenta
📋 copy color: '#D34ECE'red 211 ◦ green 78 ◦ blue 206
Shades of Free Speech Magenta #D34ECE
Tints of Free Speech Magenta #D34ECE
RGB
CMYK
RGB Variations
Color information
#D34ECE (or 0xD34ECE) is known color: Free Speech Magenta. HEX triplet: D3, 4E and CE. RGB value is (211,78,206). Sum of RGB (Red+Green+Blue) = 211+78+206=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34ECE is #2CB131. Grayscale: #838383. Windows color (decimal): -2928946 or 13520595. OLE color: 13520595.
HSL color Cylindrical-coordinate representation of color #D34ECE: hue angle of 302.26º 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 #D34ECE is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 78 | 206 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.17 |
| HSL | 302.26º | 0.6% | 0.57% | - |
| HSV(B) | 302.26º | 0.63% | 0.83% | - |
| XYZ | 40.73 | 23.75 | 60.83 | - |
| YUV | 132.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 206 | 0 | 0.63 | 0.02 | 0.17 | 302.26 | 0.6 | 0.57 |
| Hex | D3 | 4E | CE | 0 | 3F | 2 | 11 | 12E | 3C | 39 |
| Octal | 323 | 116 | 316 | 0 | 77 | 2 | 21 | 456 | 74 | 71 |
| Binary | 11010011 | 1001110 | 11001110 | 0 | 111111 | 10 | 10001 | 100101110 | 111100 | 111001 |
Color Harmonies of #D34ECE
Complementary color
Monochromatic Colors of #D34ECE
Black with #D34ECE
Text Example
Text Example
White with #D34ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34ECE; }
p { color: rgb(211,78,206); }
H1.HeaderClassName
{
color: #D34ECE;
}
.AnyTagClassName
{
color: #D34ECE;
}
</style>
background-color css
<style>
a { background-color: #D34ECE; }
a { background-color: rgb(211,78,206); }
div.DivClassName
{
background-color: #D34ECE;
}
.BgClassName
{
background-color: #D34ECE;
}
</style>
border-color css
<style>
span { border-color: #D34ECE; }
span { border-color: rgb(211,78,206); }
td.TdClassName
{
border-color: #D34ECE;
}
.TagClassName
{
border-color: #D34ECE;
}
</style>