Html Css Color HEX #D843DC Free Speech Magenta
📋 copy color: '#D843DC'red 216 ◦ green 67 ◦ blue 220
Shades of Free Speech Magenta #D843DC
Tints of Free Speech Magenta #D843DC
RGB
CMYK
RGB Variations
Color information
#D843DC (or 0xD843DC) is known color: Free Speech Magenta. HEX triplet: D8, 43 and DC. RGB value is (216,67,220). Sum of RGB (Red+Green+Blue) = 216+67+220=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #D843DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D843DC is #27BC23. Grayscale: #808080. Windows color (decimal): -2604068 or 14435288. OLE color: 14435288.
HSL color Cylindrical-coordinate representation of color #D843DC: hue angle of 298.43º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D843DC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 67 | 220 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.14 |
| HSL | 298.43º | 0.69% | 0.56% | - |
| HSV(B) | 298.43º | 0.7% | 0.86% | - |
| XYZ | 43.24 | 23.78 | 70.02 | - |
| YUV | 128.99 | 179.36 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 220 | 0.02 | 0.70 | 0 | 0.14 | 298.43 | 0.69 | 0.56 |
| Hex | D8 | 43 | DC | 2 | 46 | 0 | E | 12A | 45 | 38 |
| Octal | 330 | 103 | 334 | 2 | 106 | 0 | 16 | 452 | 105 | 70 |
| Binary | 11011000 | 1000011 | 11011100 | 10 | 1000110 | 0 | 1110 | 100101010 | 1000101 | 111000 |
Color Harmonies of #D843DC
Complementary color
Monochromatic Colors of #D843DC
Black with #D843DC
Text Example
Text Example
White with #D843DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D843DC; }
p { color: rgb(216,67,220); }
H1.HeaderClassName
{
color: #D843DC;
}
.AnyTagClassName
{
color: #D843DC;
}
</style>
background-color css
<style>
a { background-color: #D843DC; }
a { background-color: rgb(216,67,220); }
div.DivClassName
{
background-color: #D843DC;
}
.BgClassName
{
background-color: #D843DC;
}
</style>
border-color css
<style>
span { border-color: #D843DC; }
span { border-color: rgb(216,67,220); }
td.TdClassName
{
border-color: #D843DC;
}
.TagClassName
{
border-color: #D843DC;
}
</style>