Html Css Color HEX #D847C8 Free Speech Magenta
📋 copy color: '#D847C8'red 216 ◦ green 71 ◦ blue 200
Shades of Free Speech Magenta #D847C8
Tints of Free Speech Magenta #D847C8
RGB
CMYK
RGB Variations
Color information
#D847C8 (or 0xD847C8) is known color: Free Speech Magenta. HEX triplet: D8, 47 and C8. RGB value is (216,71,200). Sum of RGB (Red+Green+Blue) = 216+71+200=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D847C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D847C8 is #27B837. Grayscale: #808080. Windows color (decimal): -2603064 or 13125592. OLE color: 13125592.
HSL color Cylindrical-coordinate representation of color #D847C8: hue angle of 306.62º 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 #D847C8 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 200 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.15 |
| HSL | 306.62º | 0.65% | 0.56% | - |
| HSV(B) | 306.62º | 0.67% | 0.85% | - |
| XYZ | 41 | 23.28 | 56.98 | - |
| YUV | 129.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 200 | 0 | 0.67 | 0.07 | 0.15 | 306.62 | 0.65 | 0.56 |
| Hex | D8 | 47 | C8 | 0 | 43 | 7 | F | 133 | 41 | 38 |
| Octal | 330 | 107 | 310 | 0 | 103 | 7 | 17 | 463 | 101 | 70 |
| Binary | 11011000 | 1000111 | 11001000 | 0 | 1000011 | 111 | 1111 | 100110011 | 1000001 | 111000 |
Color Harmonies of #D847C8
Complementary color
Monochromatic Colors of #D847C8
Black with #D847C8
Text Example
Text Example
White with #D847C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D847C8; }
p { color: rgb(216,71,200); }
H1.HeaderClassName
{
color: #D847C8;
}
.AnyTagClassName
{
color: #D847C8;
}
</style>
background-color css
<style>
a { background-color: #D847C8; }
a { background-color: rgb(216,71,200); }
div.DivClassName
{
background-color: #D847C8;
}
.BgClassName
{
background-color: #D847C8;
}
</style>
border-color css
<style>
span { border-color: #D847C8; }
span { border-color: rgb(216,71,200); }
td.TdClassName
{
border-color: #D847C8;
}
.TagClassName
{
border-color: #D847C8;
}
</style>