Html Css Color HEX #D359D3 Free Speech Magenta
📋 copy color: '#D359D3'red 211 ◦ green 89 ◦ blue 211
Shades of Free Speech Magenta #D359D3
Tints of Free Speech Magenta #D359D3
RGB
CMYK
RGB Variations
Color information
#D359D3 (or 0xD359D3) is known color: Free Speech Magenta. HEX triplet: D3, 59 and D3. RGB value is (211,89,211). Sum of RGB (Red+Green+Blue) = 211+89+211=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D359D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359D3 is #2CA62C. Grayscale: #8B8B8B. Windows color (decimal): -2926125 or 13851091. OLE color: 13851091.
HSL color Cylindrical-coordinate representation of color #D359D3: hue angle of 300º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D359D3 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 211 | - |
| CMYK | 0 | 0.58 | 0 | 0.17 |
| HSL | 300º | 0.58% | 0.59% | - |
| HSV(B) | 300º | 0.58% | 0.83% | - |
| XYZ | 42.19 | 25.7 | 64.36 | - |
| YUV | 139.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 211 | 0 | 0.58 | 0 | 0.17 | 300 | 0.58 | 0.59 |
| Hex | D3 | 59 | D3 | 0 | 3A | 0 | 11 | 12C | 3A | 3B |
| Octal | 323 | 131 | 323 | 0 | 72 | 0 | 21 | 454 | 72 | 73 |
| Binary | 11010011 | 1011001 | 11010011 | 0 | 111010 | 0 | 10001 | 100101100 | 111010 | 111011 |
Color Harmonies of #D359D3
Complementary color
Monochromatic Colors of #D359D3
Black with #D359D3
Text Example
Text Example
White with #D359D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359D3; }
p { color: rgb(211,89,211); }
H1.HeaderClassName
{
color: #D359D3;
}
.AnyTagClassName
{
color: #D359D3;
}
</style>
background-color css
<style>
a { background-color: #D359D3; }
a { background-color: rgb(211,89,211); }
div.DivClassName
{
background-color: #D359D3;
}
.BgClassName
{
background-color: #D359D3;
}
</style>
border-color css
<style>
span { border-color: #D359D3; }
span { border-color: rgb(211,89,211); }
td.TdClassName
{
border-color: #D359D3;
}
.TagClassName
{
border-color: #D359D3;
}
</style>