Html Css Color HEX #D858DC Free Speech Magenta
📋 copy color: '#D858DC'red 216 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #D858DC
Tints of Free Speech Magenta #D858DC
RGB
CMYK
RGB Variations
Color information
#D858DC (or 0xD858DC) is known color: Free Speech Magenta. HEX triplet: D8, 58 and DC. RGB value is (216,88,220). Sum of RGB (Red+Green+Blue) = 216+88+220=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #D858DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858DC is #27A723. Grayscale: #8C8C8C. Windows color (decimal): -2598692 or 14440664. OLE color: 14440664.
HSL color Cylindrical-coordinate representation of color #D858DC: hue angle of 298.18º degrees, saturation: 0.65, 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 #D858DC is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 88 | 220 | - |
| CMYK | 0.02 | 0.6 | 0 | 0.14 |
| HSL | 298.18º | 0.65% | 0.6% | - |
| HSV(B) | 298.18º | 0.6% | 0.86% | - |
| XYZ | 44.73 | 26.75 | 70.52 | - |
| YUV | 141.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 220 | 0.02 | 0.6 | 0 | 0.14 | 298.18 | 0.65 | 0.6 |
| Hex | D8 | 58 | DC | 2 | 3C | 0 | E | 12A | 41 | 3C |
| Octal | 330 | 130 | 334 | 2 | 74 | 0 | 16 | 452 | 101 | 74 |
| Binary | 11011000 | 1011000 | 11011100 | 10 | 111100 | 0 | 1110 | 100101010 | 1000001 | 111100 |
Color Harmonies of #D858DC
Complementary color
Monochromatic Colors of #D858DC
Black with #D858DC
Text Example
Text Example
White with #D858DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D858DC; }
p { color: rgb(216,88,220); }
H1.HeaderClassName
{
color: #D858DC;
}
.AnyTagClassName
{
color: #D858DC;
}
</style>
background-color css
<style>
a { background-color: #D858DC; }
a { background-color: rgb(216,88,220); }
div.DivClassName
{
background-color: #D858DC;
}
.BgClassName
{
background-color: #D858DC;
}
</style>
border-color css
<style>
span { border-color: #D858DC; }
span { border-color: rgb(216,88,220); }
td.TdClassName
{
border-color: #D858DC;
}
.TagClassName
{
border-color: #D858DC;
}
</style>