Html Css Color HEX #D359DC Free Speech Magenta
📋 copy color: '#D359DC'red 211 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #D359DC
Tints of Free Speech Magenta #D359DC
RGB
CMYK
RGB Variations
Color information
#D359DC (or 0xD359DC) is known color: Free Speech Magenta. HEX triplet: D3, 59 and DC. RGB value is (211,89,220). Sum of RGB (Red+Green+Blue) = 211+89+220=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #D359DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359DC is #2CA623. Grayscale: #8C8C8C. Windows color (decimal): -2926116 or 14440915. OLE color: 14440915.
HSL color Cylindrical-coordinate representation of color #D359DC: hue angle of 295.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D359DC is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 89 | 220 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.14 |
| HSL | 295.88º | 0.65% | 0.61% | - |
| HSV(B) | 295.88º | 0.6% | 0.86% | - |
| XYZ | 43.35 | 26.16 | 70.47 | - |
| YUV | 140.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 220 | 0.04 | 0.60 | 0 | 0.14 | 295.88 | 0.65 | 0.61 |
| Hex | D3 | 59 | DC | 4 | 3C | 0 | E | 128 | 41 | 3D |
| Octal | 323 | 131 | 334 | 4 | 74 | 0 | 16 | 450 | 101 | 75 |
| Binary | 11010011 | 1011001 | 11011100 | 100 | 111100 | 0 | 1110 | 100101000 | 1000001 | 111101 |
Color Harmonies of #D359DC
Complementary color
Monochromatic Colors of #D359DC
Black with #D359DC
Text Example
Text Example
White with #D359DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359DC; }
p { color: rgb(211,89,220); }
H1.HeaderClassName
{
color: #D359DC;
}
.AnyTagClassName
{
color: #D359DC;
}
</style>
background-color css
<style>
a { background-color: #D359DC; }
a { background-color: rgb(211,89,220); }
div.DivClassName
{
background-color: #D359DC;
}
.BgClassName
{
background-color: #D359DC;
}
</style>
border-color css
<style>
span { border-color: #D359DC; }
span { border-color: rgb(211,89,220); }
td.TdClassName
{
border-color: #D359DC;
}
.TagClassName
{
border-color: #D359DC;
}
</style>