Html Css Color HEX #D850CF Free Speech Magenta
📋 copy color: '#D850CF'red 216 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #D850CF
Tints of Free Speech Magenta #D850CF
RGB
CMYK
RGB Variations
Color information
#D850CF (or 0xD850CF) is known color: Free Speech Magenta. HEX triplet: D8, 50 and CF. RGB value is (216,80,207). Sum of RGB (Red+Green+Blue) = 216+80+207=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D850CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850CF is #27AF30. Grayscale: #868686. Windows color (decimal): -2600753 or 13586648. OLE color: 13586648.
HSL color Cylindrical-coordinate representation of color #D850CF: hue angle of 303.97º 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 #D850CF is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 207 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.15 |
| HSL | 303.97º | 0.64% | 0.58% | - |
| HSV(B) | 303.97º | 0.63% | 0.85% | - |
| XYZ | 42.45 | 24.84 | 61.59 | - |
| YUV | 135.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 207 | 0 | 0.63 | 0.04 | 0.15 | 303.97 | 0.64 | 0.58 |
| Hex | D8 | 50 | CF | 0 | 3F | 4 | F | 130 | 40 | 3A |
| Octal | 330 | 120 | 317 | 0 | 77 | 4 | 17 | 460 | 100 | 72 |
| Binary | 11011000 | 1010000 | 11001111 | 0 | 111111 | 100 | 1111 | 100110000 | 1000000 | 111010 |
Color Harmonies of #D850CF
Complementary color
Monochromatic Colors of #D850CF
Black with #D850CF
Text Example
Text Example
White with #D850CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850CF; }
p { color: rgb(216,80,207); }
H1.HeaderClassName
{
color: #D850CF;
}
.AnyTagClassName
{
color: #D850CF;
}
</style>
background-color css
<style>
a { background-color: #D850CF; }
a { background-color: rgb(216,80,207); }
div.DivClassName
{
background-color: #D850CF;
}
.BgClassName
{
background-color: #D850CF;
}
</style>
border-color css
<style>
span { border-color: #D850CF; }
span { border-color: rgb(216,80,207); }
td.TdClassName
{
border-color: #D850CF;
}
.TagClassName
{
border-color: #D850CF;
}
</style>