Html Css Color HEX #D356DF Free Speech Magenta
📋 copy color: '#D356DF'red 211 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #D356DF
Tints of Free Speech Magenta #D356DF
RGB
CMYK
RGB Variations
Color information
#D356DF (or 0xD356DF) is known color: Free Speech Magenta. HEX triplet: D3, 56 and DF. RGB value is (211,86,223). Sum of RGB (Red+Green+Blue) = 211+86+223=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #D356DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D356DF is #2CA920. Grayscale: #8A8A8A. Windows color (decimal): -2926881 or 14636755. OLE color: 14636755.
HSL color Cylindrical-coordinate representation of color #D356DF: hue angle of 294.74º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D356DF is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 86 | 223 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.13 |
| HSL | 294.74º | 0.68% | 0.61% | - |
| HSV(B) | 294.74º | 0.61% | 0.87% | - |
| XYZ | 43.51 | 25.83 | 72.5 | - |
| YUV | 138.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 223 | 0.05 | 0.61 | 0 | 0.13 | 294.74 | 0.68 | 0.61 |
| Hex | D3 | 56 | DF | 5 | 3D | 0 | D | 127 | 44 | 3D |
| Octal | 323 | 126 | 337 | 5 | 75 | 0 | 15 | 447 | 104 | 75 |
| Binary | 11010011 | 1010110 | 11011111 | 101 | 111101 | 0 | 1101 | 100100111 | 1000100 | 111101 |
Color Harmonies of #D356DF
Complementary color
Monochromatic Colors of #D356DF
Black with #D356DF
Text Example
Text Example
White with #D356DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356DF; }
p { color: rgb(211,86,223); }
H1.HeaderClassName
{
color: #D356DF;
}
.AnyTagClassName
{
color: #D356DF;
}
</style>
background-color css
<style>
a { background-color: #D356DF; }
a { background-color: rgb(211,86,223); }
div.DivClassName
{
background-color: #D356DF;
}
.BgClassName
{
background-color: #D356DF;
}
</style>
border-color css
<style>
span { border-color: #D356DF; }
span { border-color: rgb(211,86,223); }
td.TdClassName
{
border-color: #D356DF;
}
.TagClassName
{
border-color: #D356DF;
}
</style>