Html Css Color HEX #D840D1 Free Speech Magenta
📋 copy color: '#D840D1'red 216 ◦ green 64 ◦ blue 209
Shades of Free Speech Magenta #D840D1
Tints of Free Speech Magenta #D840D1
RGB
CMYK
RGB Variations
Color information
#D840D1 (or 0xD840D1) is known color: Free Speech Magenta. HEX triplet: D8, 40 and D1. RGB value is (216,64,209). Sum of RGB (Red+Green+Blue) = 216+64+209=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D840D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D840D1 is #27BF2E. Grayscale: #7D7D7D. Windows color (decimal): -2604847 or 13713624. OLE color: 13713624.
HSL color Cylindrical-coordinate representation of color #D840D1: hue angle of 302.76º 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 #D840D1 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 209 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.15 |
| HSL | 302.76º | 0.66% | 0.55% | - |
| HSV(B) | 302.76º | 0.7% | 0.85% | - |
| XYZ | 41.66 | 22.87 | 62.54 | - |
| YUV | 125.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 209 | 0 | 0.70 | 0.03 | 0.15 | 302.76 | 0.66 | 0.55 |
| Hex | D8 | 40 | D1 | 0 | 46 | 3 | F | 12F | 42 | 37 |
| Octal | 330 | 100 | 321 | 0 | 106 | 3 | 17 | 457 | 102 | 67 |
| Binary | 11011000 | 1000000 | 11010001 | 0 | 1000110 | 11 | 1111 | 100101111 | 1000010 | 110111 |
Color Harmonies of #D840D1
Complementary color
Monochromatic Colors of #D840D1
Black with #D840D1
Text Example
Text Example
White with #D840D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840D1; }
p { color: rgb(216,64,209); }
H1.HeaderClassName
{
color: #D840D1;
}
.AnyTagClassName
{
color: #D840D1;
}
</style>
background-color css
<style>
a { background-color: #D840D1; }
a { background-color: rgb(216,64,209); }
div.DivClassName
{
background-color: #D840D1;
}
.BgClassName
{
background-color: #D840D1;
}
</style>
border-color css
<style>
span { border-color: #D840D1; }
span { border-color: rgb(216,64,209); }
td.TdClassName
{
border-color: #D840D1;
}
.TagClassName
{
border-color: #D840D1;
}
</style>