Html Css Color HEX #D841D0 Free Speech Magenta
📋 copy color: '#D841D0'red 216 ◦ green 65 ◦ blue 208
Shades of Free Speech Magenta #D841D0
Tints of Free Speech Magenta #D841D0
RGB
CMYK
RGB Variations
Color information
#D841D0 (or 0xD841D0) is known color: Free Speech Magenta. HEX triplet: D8, 41 and D0. RGB value is (216,65,208). Sum of RGB (Red+Green+Blue) = 216+65+208=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D841D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841D0 is #27BE2F. Grayscale: #7E7E7E. Windows color (decimal): -2604592 or 13648344. OLE color: 13648344.
HSL color Cylindrical-coordinate representation of color #D841D0: hue angle of 303.18º 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 #D841D0 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 208 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.15 |
| HSL | 303.18º | 0.66% | 0.55% | - |
| HSV(B) | 303.18º | 0.7% | 0.85% | - |
| XYZ | 41.59 | 22.93 | 61.91 | - |
| YUV | 126.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 208 | 0 | 0.70 | 0.04 | 0.15 | 303.18 | 0.66 | 0.55 |
| Hex | D8 | 41 | D0 | 0 | 46 | 4 | F | 12F | 42 | 37 |
| Octal | 330 | 101 | 320 | 0 | 106 | 4 | 17 | 457 | 102 | 67 |
| Binary | 11011000 | 1000001 | 11010000 | 0 | 1000110 | 100 | 1111 | 100101111 | 1000010 | 110111 |
Color Harmonies of #D841D0
Complementary color
Monochromatic Colors of #D841D0
Black with #D841D0
Text Example
Text Example
White with #D841D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D841D0; }
p { color: rgb(216,65,208); }
H1.HeaderClassName
{
color: #D841D0;
}
.AnyTagClassName
{
color: #D841D0;
}
</style>
background-color css
<style>
a { background-color: #D841D0; }
a { background-color: rgb(216,65,208); }
div.DivClassName
{
background-color: #D841D0;
}
.BgClassName
{
background-color: #D841D0;
}
</style>
border-color css
<style>
span { border-color: #D841D0; }
span { border-color: rgb(216,65,208); }
td.TdClassName
{
border-color: #D841D0;
}
.TagClassName
{
border-color: #D841D0;
}
</style>