Html Css Color HEX #D850D0 Free Speech Magenta
📋 copy color: '#D850D0'red 216 ◦ green 80 ◦ blue 208
Shades of Free Speech Magenta #D850D0
Tints of Free Speech Magenta #D850D0
RGB
CMYK
RGB Variations
Color information
#D850D0 (or 0xD850D0) is known color: Free Speech Magenta. HEX triplet: D8, 50 and D0. RGB value is (216,80,208). Sum of RGB (Red+Green+Blue) = 216+80+208=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D850D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850D0 is #27AF2F. Grayscale: #868686. Windows color (decimal): -2600752 or 13652184. OLE color: 13652184.
HSL color Cylindrical-coordinate representation of color #D850D0: hue angle of 303.53º 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 #D850D0 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 208 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.15 |
| HSL | 303.53º | 0.64% | 0.58% | - |
| HSV(B) | 303.53º | 0.63% | 0.85% | - |
| XYZ | 42.57 | 24.89 | 62.23 | - |
| YUV | 135.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 208 | 0 | 0.63 | 0.04 | 0.15 | 303.53 | 0.64 | 0.58 |
| Hex | D8 | 50 | D0 | 0 | 3F | 4 | F | 130 | 40 | 3A |
| Octal | 330 | 120 | 320 | 0 | 77 | 4 | 17 | 460 | 100 | 72 |
| Binary | 11011000 | 1010000 | 11010000 | 0 | 111111 | 100 | 1111 | 100110000 | 1000000 | 111010 |
Color Harmonies of #D850D0
Complementary color
Monochromatic Colors of #D850D0
Black with #D850D0
Text Example
Text Example
White with #D850D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D850D0; }
p { color: rgb(216,80,208); }
H1.HeaderClassName
{
color: #D850D0;
}
.AnyTagClassName
{
color: #D850D0;
}
</style>
background-color css
<style>
a { background-color: #D850D0; }
a { background-color: rgb(216,80,208); }
div.DivClassName
{
background-color: #D850D0;
}
.BgClassName
{
background-color: #D850D0;
}
</style>
border-color css
<style>
span { border-color: #D850D0; }
span { border-color: rgb(216,80,208); }
td.TdClassName
{
border-color: #D850D0;
}
.TagClassName
{
border-color: #D850D0;
}
</style>