Html Css Color HEX #D840D0 Free Speech Magenta
📋 copy color: '#D840D0'red 216 ◦ green 64 ◦ blue 208
Shades of Free Speech Magenta #D840D0
Tints of Free Speech Magenta #D840D0
RGB
CMYK
RGB Variations
Color information
#D840D0 (or 0xD840D0) is known color: Free Speech Magenta. HEX triplet: D8, 40 and D0. RGB value is (216,64,208). Sum of RGB (Red+Green+Blue) = 216+64+208=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D840D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840D0 is #27BF2F. Grayscale: #7D7D7D. Windows color (decimal): -2604848 or 13648088. OLE color: 13648088.
HSL color Cylindrical-coordinate representation of color #D840D0: hue angle of 303.16º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D840D0 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 208 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.15 |
| HSL | 303.16º | 0.66% | 0.55% | - |
| HSV(B) | 303.16º | 0.7% | 0.85% | - |
| XYZ | 41.54 | 22.82 | 61.89 | - |
| YUV | 125.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 208 | 0 | 0.70 | 0.04 | 0.15 | 303.16 | 0.66 | 0.55 |
| Hex | D8 | 40 | D0 | 0 | 46 | 4 | F | 12F | 42 | 37 |
| Octal | 330 | 100 | 320 | 0 | 106 | 4 | 17 | 457 | 102 | 67 |
| Binary | 11011000 | 1000000 | 11010000 | 0 | 1000110 | 100 | 1111 | 100101111 | 1000010 | 110111 |
Color Harmonies of #D840D0
Complementary color
Monochromatic Colors of #D840D0
Black with #D840D0
Text Example
Text Example
White with #D840D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840D0; }
p { color: rgb(216,64,208); }
H1.HeaderClassName
{
color: #D840D0;
}
.AnyTagClassName
{
color: #D840D0;
}
</style>
background-color css
<style>
a { background-color: #D840D0; }
a { background-color: rgb(216,64,208); }
div.DivClassName
{
background-color: #D840D0;
}
.BgClassName
{
background-color: #D840D0;
}
</style>
border-color css
<style>
span { border-color: #D840D0; }
span { border-color: rgb(216,64,208); }
td.TdClassName
{
border-color: #D840D0;
}
.TagClassName
{
border-color: #D840D0;
}
</style>