Html Css Color HEX #D850CE Free Speech Magenta
📋 copy color: '#D850CE'red 216 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #D850CE
Tints of Free Speech Magenta #D850CE
RGB
CMYK
RGB Variations
Color information
#D850CE (or 0xD850CE) is known color: Free Speech Magenta. HEX triplet: D8, 50 and CE. RGB value is (216,80,206). Sum of RGB (Red+Green+Blue) = 216+80+206=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D850CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850CE is #27AF31. Grayscale: #868686. Windows color (decimal): -2600754 or 13521112. OLE color: 13521112.
HSL color Cylindrical-coordinate representation of color #D850CE: hue angle of 304.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D850CE is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 206 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.15 |
| HSL | 304.41º | 0.64% | 0.58% | - |
| HSV(B) | 304.41º | 0.63% | 0.85% | - |
| XYZ | 42.33 | 24.79 | 60.95 | - |
| YUV | 135.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 206 | 0 | 0.63 | 0.05 | 0.15 | 304.41 | 0.64 | 0.58 |
| Hex | D8 | 50 | CE | 0 | 3F | 5 | F | 130 | 40 | 3A |
| Octal | 330 | 120 | 316 | 0 | 77 | 5 | 17 | 460 | 100 | 72 |
| Binary | 11011000 | 1010000 | 11001110 | 0 | 111111 | 101 | 1111 | 100110000 | 1000000 | 111010 |
Color Harmonies of #D850CE
Complementary color
Monochromatic Colors of #D850CE
Black with #D850CE
Text Example
Text Example
White with #D850CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850CE; }
p { color: rgb(216,80,206); }
H1.HeaderClassName
{
color: #D850CE;
}
.AnyTagClassName
{
color: #D850CE;
}
</style>
background-color css
<style>
a { background-color: #D850CE; }
a { background-color: rgb(216,80,206); }
div.DivClassName
{
background-color: #D850CE;
}
.BgClassName
{
background-color: #D850CE;
}
</style>
border-color css
<style>
span { border-color: #D850CE; }
span { border-color: rgb(216,80,206); }
td.TdClassName
{
border-color: #D850CE;
}
.TagClassName
{
border-color: #D850CE;
}
</style>