Html Css Color HEX #D359CC Free Speech Magenta
📋 copy color: '#D359CC'red 211 ◦ green 89 ◦ blue 204
Shades of Free Speech Magenta #D359CC
Tints of Free Speech Magenta #D359CC
RGB
CMYK
RGB Variations
Color information
#D359CC (or 0xD359CC) is known color: Free Speech Magenta. HEX triplet: D3, 59 and CC. RGB value is (211,89,204). Sum of RGB (Red+Green+Blue) = 211+89+204=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D359CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359CC is #2CA633. Grayscale: #8A8A8A. Windows color (decimal): -2926132 or 13392339. OLE color: 13392339.
HSL color Cylindrical-coordinate representation of color #D359CC: hue angle of 303.44º 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 #D359CC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 204 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.17 |
| HSL | 303.44º | 0.58% | 0.59% | - |
| HSV(B) | 303.44º | 0.58% | 0.83% | - |
| XYZ | 41.34 | 25.35 | 59.84 | - |
| YUV | 138.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 204 | 0 | 0.58 | 0.03 | 0.17 | 303.44 | 0.58 | 0.59 |
| Hex | D3 | 59 | CC | 0 | 3A | 3 | 11 | 12F | 3A | 3B |
| Octal | 323 | 131 | 314 | 0 | 72 | 3 | 21 | 457 | 72 | 73 |
| Binary | 11010011 | 1011001 | 11001100 | 0 | 111010 | 11 | 10001 | 100101111 | 111010 | 111011 |
Color Harmonies of #D359CC
Complementary color
Monochromatic Colors of #D359CC
Black with #D359CC
Text Example
Text Example
White with #D359CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359CC; }
p { color: rgb(211,89,204); }
H1.HeaderClassName
{
color: #D359CC;
}
.AnyTagClassName
{
color: #D359CC;
}
</style>
background-color css
<style>
a { background-color: #D359CC; }
a { background-color: rgb(211,89,204); }
div.DivClassName
{
background-color: #D359CC;
}
.BgClassName
{
background-color: #D359CC;
}
</style>
border-color css
<style>
span { border-color: #D359CC; }
span { border-color: rgb(211,89,204); }
td.TdClassName
{
border-color: #D359CC;
}
.TagClassName
{
border-color: #D359CC;
}
</style>