Html Css Color HEX #D34DD6 Free Speech Magenta
📋 copy color: '#D34DD6'red 211 ◦ green 77 ◦ blue 214
Shades of Free Speech Magenta #D34DD6
Tints of Free Speech Magenta #D34DD6
RGB
CMYK
RGB Variations
Color information
#D34DD6 (or 0xD34DD6) is known color: Free Speech Magenta. HEX triplet: D3, 4D and D6. RGB value is (211,77,214). Sum of RGB (Red+Green+Blue) = 211+77+214=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #D34DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DD6 is #2CB229. Grayscale: #848484. Windows color (decimal): -2929194 or 14044627. OLE color: 14044627.
HSL color Cylindrical-coordinate representation of color #D34DD6: hue angle of 298.69º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34DD6 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 77 | 214 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.16 |
| HSL | 298.69º | 0.63% | 0.57% | - |
| HSV(B) | 298.69º | 0.64% | 0.84% | - |
| XYZ | 41.66 | 24.01 | 66.06 | - |
| YUV | 132.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 214 | 0.01 | 0.64 | 0 | 0.16 | 298.69 | 0.63 | 0.57 |
| Hex | D3 | 4D | D6 | 1 | 40 | 0 | 10 | 12B | 3F | 39 |
| Octal | 323 | 115 | 326 | 1 | 100 | 0 | 20 | 453 | 77 | 71 |
| Binary | 11010011 | 1001101 | 11010110 | 1 | 1000000 | 0 | 10000 | 100101011 | 111111 | 111001 |
Color Harmonies of #D34DD6
Complementary color
Monochromatic Colors of #D34DD6
Black with #D34DD6
Text Example
Text Example
White with #D34DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DD6; }
p { color: rgb(211,77,214); }
H1.HeaderClassName
{
color: #D34DD6;
}
.AnyTagClassName
{
color: #D34DD6;
}
</style>
background-color css
<style>
a { background-color: #D34DD6; }
a { background-color: rgb(211,77,214); }
div.DivClassName
{
background-color: #D34DD6;
}
.BgClassName
{
background-color: #D34DD6;
}
</style>
border-color css
<style>
span { border-color: #D34DD6; }
span { border-color: rgb(211,77,214); }
td.TdClassName
{
border-color: #D34DD6;
}
.TagClassName
{
border-color: #D34DD6;
}
</style>