Html Css Color HEX #D847D0 Free Speech Magenta
📋 copy color: '#D847D0'red 216 ◦ green 71 ◦ blue 208
Shades of Free Speech Magenta #D847D0
Tints of Free Speech Magenta #D847D0
RGB
CMYK
RGB Variations
Color information
#D847D0 (or 0xD847D0) is known color: Free Speech Magenta. HEX triplet: D8, 47 and D0. RGB value is (216,71,208). Sum of RGB (Red+Green+Blue) = 216+71+208=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D847D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D847D0 is #27B82F. Grayscale: #818181. Windows color (decimal): -2603056 or 13649880. OLE color: 13649880.
HSL color Cylindrical-coordinate representation of color #D847D0: hue angle of 303.31º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D847D0 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 208 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.15 |
| HSL | 303.31º | 0.65% | 0.56% | - |
| HSV(B) | 303.31º | 0.67% | 0.85% | - |
| XYZ | 41.96 | 23.66 | 62.03 | - |
| YUV | 129.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 208 | 0 | 0.67 | 0.04 | 0.15 | 303.31 | 0.65 | 0.56 |
| Hex | D8 | 47 | D0 | 0 | 43 | 4 | F | 12F | 41 | 38 |
| Octal | 330 | 107 | 320 | 0 | 103 | 4 | 17 | 457 | 101 | 70 |
| Binary | 11011000 | 1000111 | 11010000 | 0 | 1000011 | 100 | 1111 | 100101111 | 1000001 | 111000 |
Color Harmonies of #D847D0
Complementary color
Monochromatic Colors of #D847D0
Black with #D847D0
Text Example
Text Example
White with #D847D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D847D0; }
p { color: rgb(216,71,208); }
H1.HeaderClassName
{
color: #D847D0;
}
.AnyTagClassName
{
color: #D847D0;
}
</style>
background-color css
<style>
a { background-color: #D847D0; }
a { background-color: rgb(216,71,208); }
div.DivClassName
{
background-color: #D847D0;
}
.BgClassName
{
background-color: #D847D0;
}
</style>
border-color css
<style>
span { border-color: #D847D0; }
span { border-color: rgb(216,71,208); }
td.TdClassName
{
border-color: #D847D0;
}
.TagClassName
{
border-color: #D847D0;
}
</style>