Html Css Color HEX #D359DF Free Speech Magenta
📋 copy color: '#D359DF'red 211 ◦ green 89 ◦ blue 223
Shades of Free Speech Magenta #D359DF
Tints of Free Speech Magenta #D359DF
RGB
CMYK
RGB Variations
Color information
#D359DF (or 0xD359DF) is known color: Free Speech Magenta. HEX triplet: D3, 59 and DF. RGB value is (211,89,223). Sum of RGB (Red+Green+Blue) = 211+89+223=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #D359DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359DF is #2CA620. Grayscale: #8C8C8C. Windows color (decimal): -2926113 or 14637523. OLE color: 14637523.
HSL color Cylindrical-coordinate representation of color #D359DF: hue angle of 294.63º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D359DF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 89 | 223 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.13 |
| HSL | 294.63º | 0.68% | 0.61% | - |
| HSV(B) | 294.63º | 0.6% | 0.87% | - |
| XYZ | 43.76 | 26.32 | 72.59 | - |
| YUV | 140.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 223 | 0.05 | 0.60 | 0 | 0.13 | 294.63 | 0.68 | 0.61 |
| Hex | D3 | 59 | DF | 5 | 3C | 0 | D | 127 | 44 | 3D |
| Octal | 323 | 131 | 337 | 5 | 74 | 0 | 15 | 447 | 104 | 75 |
| Binary | 11010011 | 1011001 | 11011111 | 101 | 111100 | 0 | 1101 | 100100111 | 1000100 | 111101 |
Color Harmonies of #D359DF
Complementary color
Monochromatic Colors of #D359DF
Black with #D359DF
Text Example
Text Example
White with #D359DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359DF; }
p { color: rgb(211,89,223); }
H1.HeaderClassName
{
color: #D359DF;
}
.AnyTagClassName
{
color: #D359DF;
}
</style>
background-color css
<style>
a { background-color: #D359DF; }
a { background-color: rgb(211,89,223); }
div.DivClassName
{
background-color: #D359DF;
}
.BgClassName
{
background-color: #D359DF;
}
</style>
border-color css
<style>
span { border-color: #D359DF; }
span { border-color: rgb(211,89,223); }
td.TdClassName
{
border-color: #D359DF;
}
.TagClassName
{
border-color: #D359DF;
}
</style>