Html Css Color HEX #D35ECC Free Speech Magenta
📋 copy color: '#D35ECC'red 211 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #D35ECC
Tints of Free Speech Magenta #D35ECC
RGB
CMYK
RGB Variations
Color information
#D35ECC (or 0xD35ECC) is known color: Free Speech Magenta. HEX triplet: D3, 5E and CC. RGB value is (211,94,204). Sum of RGB (Red+Green+Blue) = 211+94+204=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D35ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ECC is #2CA133. Grayscale: #8D8D8D. Windows color (decimal): -2924852 or 13393619. OLE color: 13393619.
HSL color Cylindrical-coordinate representation of color #D35ECC: hue angle of 303.59º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35ECC is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 204 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.17 |
| HSL | 303.59º | 0.57% | 0.6% | - |
| HSV(B) | 303.59º | 0.55% | 0.83% | - |
| XYZ | 41.77 | 26.21 | 59.99 | - |
| YUV | 141.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 204 | 0 | 0.55 | 0.03 | 0.17 | 303.59 | 0.57 | 0.6 |
| Hex | D3 | 5E | CC | 0 | 37 | 3 | 11 | 130 | 39 | 3C |
| Octal | 323 | 136 | 314 | 0 | 67 | 3 | 21 | 460 | 71 | 74 |
| Binary | 11010011 | 1011110 | 11001100 | 0 | 110111 | 11 | 10001 | 100110000 | 111001 | 111100 |
Color Harmonies of #D35ECC
Complementary color
Monochromatic Colors of #D35ECC
Black with #D35ECC
Text Example
Text Example
White with #D35ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35ECC; }
p { color: rgb(211,94,204); }
H1.HeaderClassName
{
color: #D35ECC;
}
.AnyTagClassName
{
color: #D35ECC;
}
</style>
background-color css
<style>
a { background-color: #D35ECC; }
a { background-color: rgb(211,94,204); }
div.DivClassName
{
background-color: #D35ECC;
}
.BgClassName
{
background-color: #D35ECC;
}
</style>
border-color css
<style>
span { border-color: #D35ECC; }
span { border-color: rgb(211,94,204); }
td.TdClassName
{
border-color: #D35ECC;
}
.TagClassName
{
border-color: #D35ECC;
}
</style>