Html Css Color HEX #D85ECB Free Speech Magenta
📋 copy color: '#D85ECB'red 216 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #D85ECB
Tints of Free Speech Magenta #D85ECB
RGB
CMYK
RGB Variations
Color information
#D85ECB (or 0xD85ECB) is known color: Free Speech Magenta. HEX triplet: D8, 5E and CB. RGB value is (216,94,203). Sum of RGB (Red+Green+Blue) = 216+94+203=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ECB is #27A134. Grayscale: #8E8E8E. Windows color (decimal): -2597173 or 13328088. OLE color: 13328088.
HSL color Cylindrical-coordinate representation of color #D85ECB: hue angle of 306.39º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85ECB is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 203 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.15 |
| HSL | 306.39º | 0.61% | 0.61% | - |
| HSV(B) | 306.39º | 0.56% | 0.85% | - |
| XYZ | 43.1 | 26.92 | 59.42 | - |
| YUV | 142.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 203 | 0 | 0.56 | 0.06 | 0.15 | 306.39 | 0.61 | 0.61 |
| Hex | D8 | 5E | CB | 0 | 38 | 6 | F | 132 | 3D | 3D |
| Octal | 330 | 136 | 313 | 0 | 70 | 6 | 17 | 462 | 75 | 75 |
| Binary | 11011000 | 1011110 | 11001011 | 0 | 111000 | 110 | 1111 | 100110010 | 111101 | 111101 |
Color Harmonies of #D85ECB
Complementary color
Monochromatic Colors of #D85ECB
Black with #D85ECB
Text Example
Text Example
White with #D85ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85ECB; }
p { color: rgb(216,94,203); }
H1.HeaderClassName
{
color: #D85ECB;
}
.AnyTagClassName
{
color: #D85ECB;
}
</style>
background-color css
<style>
a { background-color: #D85ECB; }
a { background-color: rgb(216,94,203); }
div.DivClassName
{
background-color: #D85ECB;
}
.BgClassName
{
background-color: #D85ECB;
}
</style>
border-color css
<style>
span { border-color: #D85ECB; }
span { border-color: rgb(216,94,203); }
td.TdClassName
{
border-color: #D85ECB;
}
.TagClassName
{
border-color: #D85ECB;
}
</style>