Html Css Color HEX #D857DC Free Speech Magenta
📋 copy color: '#D857DC'red 216 ◦ green 87 ◦ blue 220
Shades of Free Speech Magenta #D857DC
Tints of Free Speech Magenta #D857DC
RGB
CMYK
RGB Variations
Color information
#D857DC (or 0xD857DC) is known color: Free Speech Magenta. HEX triplet: D8, 57 and DC. RGB value is (216,87,220). Sum of RGB (Red+Green+Blue) = 216+87+220=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #D857DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D857DC is #27A823. Grayscale: #8C8C8C. Windows color (decimal): -2598948 or 14440408. OLE color: 14440408.
HSL color Cylindrical-coordinate representation of color #D857DC: hue angle of 298.2º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D857DC is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 87 | 220 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.14 |
| HSL | 298.2º | 0.66% | 0.6% | - |
| HSV(B) | 298.2º | 0.6% | 0.86% | - |
| XYZ | 44.65 | 26.58 | 70.49 | - |
| YUV | 140.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 220 | 0.02 | 0.60 | 0 | 0.14 | 298.2 | 0.66 | 0.6 |
| Hex | D8 | 57 | DC | 2 | 3C | 0 | E | 12A | 42 | 3C |
| Octal | 330 | 127 | 334 | 2 | 74 | 0 | 16 | 452 | 102 | 74 |
| Binary | 11011000 | 1010111 | 11011100 | 10 | 111100 | 0 | 1110 | 100101010 | 1000010 | 111100 |
Color Harmonies of #D857DC
Complementary color
Monochromatic Colors of #D857DC
Black with #D857DC
Text Example
Text Example
White with #D857DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D857DC; }
p { color: rgb(216,87,220); }
H1.HeaderClassName
{
color: #D857DC;
}
.AnyTagClassName
{
color: #D857DC;
}
</style>
background-color css
<style>
a { background-color: #D857DC; }
a { background-color: rgb(216,87,220); }
div.DivClassName
{
background-color: #D857DC;
}
.BgClassName
{
background-color: #D857DC;
}
</style>
border-color css
<style>
span { border-color: #D857DC; }
span { border-color: rgb(216,87,220); }
td.TdClassName
{
border-color: #D857DC;
}
.TagClassName
{
border-color: #D857DC;
}
</style>