Html Css Color HEX #D356CE Free Speech Magenta
📋 copy color: '#D356CE'red 211 ◦ green 86 ◦ blue 206
Shades of Free Speech Magenta #D356CE
Tints of Free Speech Magenta #D356CE
RGB
CMYK
RGB Variations
Color information
#D356CE (or 0xD356CE) is known color: Free Speech Magenta. HEX triplet: D3, 56 and CE. RGB value is (211,86,206). Sum of RGB (Red+Green+Blue) = 211+86+206=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D356CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D356CE is #2CA931. Grayscale: #888888. Windows color (decimal): -2926898 or 13522643. OLE color: 13522643.
HSL color Cylindrical-coordinate representation of color #D356CE: hue angle of 302.4º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D356CE is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 206 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.17 |
| HSL | 302.4º | 0.59% | 0.58% | - |
| HSV(B) | 302.4º | 0.59% | 0.83% | - |
| XYZ | 41.33 | 24.96 | 61.03 | - |
| YUV | 137.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 206 | 0 | 0.59 | 0.02 | 0.17 | 302.4 | 0.59 | 0.58 |
| Hex | D3 | 56 | CE | 0 | 3B | 2 | 11 | 12E | 3B | 3A |
| Octal | 323 | 126 | 316 | 0 | 73 | 2 | 21 | 456 | 73 | 72 |
| Binary | 11010011 | 1010110 | 11001110 | 0 | 111011 | 10 | 10001 | 100101110 | 111011 | 111010 |
Color Harmonies of #D356CE
Complementary color
Monochromatic Colors of #D356CE
Black with #D356CE
Text Example
Text Example
White with #D356CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356CE; }
p { color: rgb(211,86,206); }
H1.HeaderClassName
{
color: #D356CE;
}
.AnyTagClassName
{
color: #D356CE;
}
</style>
background-color css
<style>
a { background-color: #D356CE; }
a { background-color: rgb(211,86,206); }
div.DivClassName
{
background-color: #D356CE;
}
.BgClassName
{
background-color: #D356CE;
}
</style>
border-color css
<style>
span { border-color: #D356CE; }
span { border-color: rgb(211,86,206); }
td.TdClassName
{
border-color: #D356CE;
}
.TagClassName
{
border-color: #D356CE;
}
</style>