Html Css Color HEX #D344DC Free Speech Magenta
📋 copy color: '#D344DC'red 211 ◦ green 68 ◦ blue 220
Shades of Free Speech Magenta #D344DC
Tints of Free Speech Magenta #D344DC
RGB
CMYK
RGB Variations
Color information
#D344DC (or 0xD344DC) is known color: Free Speech Magenta. HEX triplet: D3, 44 and DC. RGB value is (211,68,220). Sum of RGB (Red+Green+Blue) = 211+68+220=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #D344DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344DC is #2CBB23. Grayscale: #7F7F7F. Windows color (decimal): -2931492 or 14435539. OLE color: 14435539.
HSL color Cylindrical-coordinate representation of color #D344DC: hue angle of 296.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D344DC is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 68 | 220 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.14 |
| HSL | 296.45º | 0.68% | 0.56% | - |
| HSV(B) | 296.45º | 0.69% | 0.86% | - |
| XYZ | 41.85 | 23.15 | 69.97 | - |
| YUV | 128.09 | 179.88 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 220 | 0.04 | 0.69 | 0 | 0.14 | 296.45 | 0.68 | 0.56 |
| Hex | D3 | 44 | DC | 4 | 45 | 0 | E | 128 | 44 | 38 |
| Octal | 323 | 104 | 334 | 4 | 105 | 0 | 16 | 450 | 104 | 70 |
| Binary | 11010011 | 1000100 | 11011100 | 100 | 1000101 | 0 | 1110 | 100101000 | 1000100 | 111000 |
Color Harmonies of #D344DC
Complementary color
Monochromatic Colors of #D344DC
Black with #D344DC
Text Example
Text Example
White with #D344DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344DC; }
p { color: rgb(211,68,220); }
H1.HeaderClassName
{
color: #D344DC;
}
.AnyTagClassName
{
color: #D344DC;
}
</style>
background-color css
<style>
a { background-color: #D344DC; }
a { background-color: rgb(211,68,220); }
div.DivClassName
{
background-color: #D344DC;
}
.BgClassName
{
background-color: #D344DC;
}
</style>
border-color css
<style>
span { border-color: #D344DC; }
span { border-color: rgb(211,68,220); }
td.TdClassName
{
border-color: #D344DC;
}
.TagClassName
{
border-color: #D344DC;
}
</style>