Html Css Color HEX #D34FCE Free Speech Magenta
📋 copy color: '#D34FCE'red 211 ◦ green 79 ◦ blue 206
Shades of Free Speech Magenta #D34FCE
Tints of Free Speech Magenta #D34FCE
RGB
CMYK
RGB Variations
Color information
#D34FCE (or 0xD34FCE) is known color: Free Speech Magenta. HEX triplet: D3, 4F and CE. RGB value is (211,79,206). Sum of RGB (Red+Green+Blue) = 211+79+206=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FCE is #2CB031. Grayscale: #848484. Windows color (decimal): -2928690 or 13520851. OLE color: 13520851.
HSL color Cylindrical-coordinate representation of color #D34FCE: hue angle of 302.27º 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 #D34FCE is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 206 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.17 |
| HSL | 302.27º | 0.6% | 0.57% | - |
| HSV(B) | 302.27º | 0.63% | 0.83% | - |
| XYZ | 40.8 | 23.9 | 60.85 | - |
| YUV | 132.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 206 | 0 | 0.63 | 0.02 | 0.17 | 302.27 | 0.6 | 0.57 |
| Hex | D3 | 4F | CE | 0 | 3F | 2 | 11 | 12E | 3C | 39 |
| Octal | 323 | 117 | 316 | 0 | 77 | 2 | 21 | 456 | 74 | 71 |
| Binary | 11010011 | 1001111 | 11001110 | 0 | 111111 | 10 | 10001 | 100101110 | 111100 | 111001 |
Color Harmonies of #D34FCE
Complementary color
Monochromatic Colors of #D34FCE
Black with #D34FCE
Text Example
Text Example
White with #D34FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FCE; }
p { color: rgb(211,79,206); }
H1.HeaderClassName
{
color: #D34FCE;
}
.AnyTagClassName
{
color: #D34FCE;
}
</style>
background-color css
<style>
a { background-color: #D34FCE; }
a { background-color: rgb(211,79,206); }
div.DivClassName
{
background-color: #D34FCE;
}
.BgClassName
{
background-color: #D34FCE;
}
</style>
border-color css
<style>
span { border-color: #D34FCE; }
span { border-color: rgb(211,79,206); }
td.TdClassName
{
border-color: #D34FCE;
}
.TagClassName
{
border-color: #D34FCE;
}
</style>