Html Css Color HEX #D34ED6 Free Speech Magenta
📋 copy color: '#D34ED6'red 211 ◦ green 78 ◦ blue 214
Shades of Free Speech Magenta #D34ED6
Tints of Free Speech Magenta #D34ED6
RGB
CMYK
RGB Variations
Color information
#D34ED6 (or 0xD34ED6) is known color: Free Speech Magenta. HEX triplet: D3, 4E and D6. RGB value is (211,78,214). Sum of RGB (Red+Green+Blue) = 211+78+214=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #D34ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34ED6 is #2CB129. Grayscale: #848484. Windows color (decimal): -2928938 or 14044883. OLE color: 14044883.
HSL color Cylindrical-coordinate representation of color #D34ED6: hue angle of 298.68º degrees, saturation: 0.62, 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 #D34ED6 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 78 | 214 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.16 |
| HSL | 298.68º | 0.62% | 0.57% | - |
| HSV(B) | 298.68º | 0.64% | 0.84% | - |
| XYZ | 41.73 | 24.15 | 66.08 | - |
| YUV | 133.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 214 | 0.01 | 0.64 | 0 | 0.16 | 298.68 | 0.62 | 0.57 |
| Hex | D3 | 4E | D6 | 1 | 40 | 0 | 10 | 12B | 3E | 39 |
| Octal | 323 | 116 | 326 | 1 | 100 | 0 | 20 | 453 | 76 | 71 |
| Binary | 11010011 | 1001110 | 11010110 | 1 | 1000000 | 0 | 10000 | 100101011 | 111110 | 111001 |
Color Harmonies of #D34ED6
Complementary color
Monochromatic Colors of #D34ED6
Black with #D34ED6
Text Example
Text Example
White with #D34ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34ED6; }
p { color: rgb(211,78,214); }
H1.HeaderClassName
{
color: #D34ED6;
}
.AnyTagClassName
{
color: #D34ED6;
}
</style>
background-color css
<style>
a { background-color: #D34ED6; }
a { background-color: rgb(211,78,214); }
div.DivClassName
{
background-color: #D34ED6;
}
.BgClassName
{
background-color: #D34ED6;
}
</style>
border-color css
<style>
span { border-color: #D34ED6; }
span { border-color: rgb(211,78,214); }
td.TdClassName
{
border-color: #D34ED6;
}
.TagClassName
{
border-color: #D34ED6;
}
</style>