Html Css Color HEX #D857D1 Free Speech Magenta
📋 copy color: '#D857D1'red 216 ◦ green 87 ◦ blue 209
Shades of Free Speech Magenta #D857D1
Tints of Free Speech Magenta #D857D1
RGB
CMYK
RGB Variations
Color information
#D857D1 (or 0xD857D1) is known color: Free Speech Magenta. HEX triplet: D8, 57 and D1. RGB value is (216,87,209). Sum of RGB (Red+Green+Blue) = 216+87+209=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D857D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D857D1 is #27A82E. Grayscale: #8B8B8B. Windows color (decimal): -2598959 or 13719512. OLE color: 13719512.
HSL color Cylindrical-coordinate representation of color #D857D1: hue angle of 303.26º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D857D1 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 209 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.15 |
| HSL | 303.26º | 0.62% | 0.59% | - |
| HSV(B) | 303.26º | 0.6% | 0.85% | - |
| XYZ | 43.24 | 26.02 | 63.06 | - |
| YUV | 139.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 209 | 0 | 0.60 | 0.03 | 0.15 | 303.26 | 0.62 | 0.59 |
| Hex | D8 | 57 | D1 | 0 | 3C | 3 | F | 12F | 3E | 3B |
| Octal | 330 | 127 | 321 | 0 | 74 | 3 | 17 | 457 | 76 | 73 |
| Binary | 11011000 | 1010111 | 11010001 | 0 | 111100 | 11 | 1111 | 100101111 | 111110 | 111011 |
Color Harmonies of #D857D1
Complementary color
Monochromatic Colors of #D857D1
Black with #D857D1
Text Example
Text Example
White with #D857D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D857D1; }
p { color: rgb(216,87,209); }
H1.HeaderClassName
{
color: #D857D1;
}
.AnyTagClassName
{
color: #D857D1;
}
</style>
background-color css
<style>
a { background-color: #D857D1; }
a { background-color: rgb(216,87,209); }
div.DivClassName
{
background-color: #D857D1;
}
.BgClassName
{
background-color: #D857D1;
}
</style>
border-color css
<style>
span { border-color: #D857D1; }
span { border-color: rgb(216,87,209); }
td.TdClassName
{
border-color: #D857D1;
}
.TagClassName
{
border-color: #D857D1;
}
</style>