Html Css Color HEX #D344D6 Free Speech Magenta
📋 copy color: '#D344D6'red 211 ◦ green 68 ◦ blue 214
Shades of Free Speech Magenta #D344D6
Tints of Free Speech Magenta #D344D6
RGB
CMYK
RGB Variations
Color information
#D344D6 (or 0xD344D6) is known color: Free Speech Magenta. HEX triplet: D3, 44 and D6. RGB value is (211,68,214). Sum of RGB (Red+Green+Blue) = 211+68+214=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #D344D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344D6 is #2CBB29. Grayscale: #7E7E7E. Windows color (decimal): -2931498 or 14042323. OLE color: 14042323.
HSL color Cylindrical-coordinate representation of color #D344D6: hue angle of 298.77º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D344D6 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 68 | 214 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.16 |
| HSL | 298.77º | 0.64% | 0.55% | - |
| HSV(B) | 298.77º | 0.68% | 0.84% | - |
| XYZ | 41.07 | 22.84 | 65.86 | - |
| YUV | 127.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 214 | 0.01 | 0.68 | 0 | 0.16 | 298.77 | 0.64 | 0.55 |
| Hex | D3 | 44 | D6 | 1 | 44 | 0 | 10 | 12B | 40 | 37 |
| Octal | 323 | 104 | 326 | 1 | 104 | 0 | 20 | 453 | 100 | 67 |
| Binary | 11010011 | 1000100 | 11010110 | 1 | 1000100 | 0 | 10000 | 100101011 | 1000000 | 110111 |
Color Harmonies of #D344D6
Complementary color
Monochromatic Colors of #D344D6
Black with #D344D6
Text Example
Text Example
White with #D344D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344D6; }
p { color: rgb(211,68,214); }
H1.HeaderClassName
{
color: #D344D6;
}
.AnyTagClassName
{
color: #D344D6;
}
</style>
background-color css
<style>
a { background-color: #D344D6; }
a { background-color: rgb(211,68,214); }
div.DivClassName
{
background-color: #D344D6;
}
.BgClassName
{
background-color: #D344D6;
}
</style>
border-color css
<style>
span { border-color: #D344D6; }
span { border-color: rgb(211,68,214); }
td.TdClassName
{
border-color: #D344D6;
}
.TagClassName
{
border-color: #D344D6;
}
</style>