Html Css Color HEX #D354D6 Free Speech Magenta
📋 copy color: '#D354D6'red 211 ◦ green 84 ◦ blue 214
Shades of Free Speech Magenta #D354D6
Tints of Free Speech Magenta #D354D6
RGB
CMYK
RGB Variations
Color information
#D354D6 (or 0xD354D6) is known color: Free Speech Magenta. HEX triplet: D3, 54 and D6. RGB value is (211,84,214). Sum of RGB (Red+Green+Blue) = 211+84+214=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #D354D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354D6 is #2CAB29. Grayscale: #888888. Windows color (decimal): -2927402 or 14046419. OLE color: 14046419.
HSL color Cylindrical-coordinate representation of color #D354D6: hue angle of 298.62º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D354D6 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 84 | 214 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.16 |
| HSL | 298.62º | 0.61% | 0.58% | - |
| HSV(B) | 298.62º | 0.61% | 0.84% | - |
| XYZ | 42.17 | 25.04 | 66.23 | - |
| YUV | 136.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 214 | 0.01 | 0.61 | 0 | 0.16 | 298.62 | 0.61 | 0.58 |
| Hex | D3 | 54 | D6 | 1 | 3D | 0 | 10 | 12B | 3D | 3A |
| Octal | 323 | 124 | 326 | 1 | 75 | 0 | 20 | 453 | 75 | 72 |
| Binary | 11010011 | 1010100 | 11010110 | 1 | 111101 | 0 | 10000 | 100101011 | 111101 | 111010 |
Color Harmonies of #D354D6
Complementary color
Monochromatic Colors of #D354D6
Black with #D354D6
Text Example
Text Example
White with #D354D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354D6; }
p { color: rgb(211,84,214); }
H1.HeaderClassName
{
color: #D354D6;
}
.AnyTagClassName
{
color: #D354D6;
}
</style>
background-color css
<style>
a { background-color: #D354D6; }
a { background-color: rgb(211,84,214); }
div.DivClassName
{
background-color: #D354D6;
}
.BgClassName
{
background-color: #D354D6;
}
</style>
border-color css
<style>
span { border-color: #D354D6; }
span { border-color: rgb(211,84,214); }
td.TdClassName
{
border-color: #D354D6;
}
.TagClassName
{
border-color: #D354D6;
}
</style>