Html Css Color HEX #D342DC Free Speech Magenta
📋 copy color: '#D342DC'red 211 ◦ green 66 ◦ blue 220
Shades of Free Speech Magenta #D342DC
Tints of Free Speech Magenta #D342DC
RGB
CMYK
RGB Variations
Color information
#D342DC (or 0xD342DC) is known color: Free Speech Magenta. HEX triplet: D3, 42 and DC. RGB value is (211,66,220). Sum of RGB (Red+Green+Blue) = 211+66+220=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #D342DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D342DC is #2CBD23. Grayscale: #7E7E7E. Windows color (decimal): -2932004 or 14435027. OLE color: 14435027.
HSL color Cylindrical-coordinate representation of color #D342DC: hue angle of 296.49º 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 #D342DC is Cyan = 0.04, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 66 | 220 | - |
| CMYK | 0.04 | 0.7 | 0 | 0.14 |
| HSL | 296.49º | 0.69% | 0.56% | - |
| HSV(B) | 296.49º | 0.7% | 0.86% | - |
| XYZ | 41.73 | 22.91 | 69.93 | - |
| YUV | 126.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 220 | 0.04 | 0.7 | 0 | 0.14 | 296.49 | 0.69 | 0.56 |
| Hex | D3 | 42 | DC | 4 | 46 | 0 | E | 128 | 45 | 38 |
| Octal | 323 | 102 | 334 | 4 | 106 | 0 | 16 | 450 | 105 | 70 |
| Binary | 11010011 | 1000010 | 11011100 | 100 | 1000110 | 0 | 1110 | 100101000 | 1000101 | 111000 |
Color Harmonies of #D342DC
Complementary color
Monochromatic Colors of #D342DC
Black with #D342DC
Text Example
Text Example
White with #D342DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D342DC; }
p { color: rgb(211,66,220); }
H1.HeaderClassName
{
color: #D342DC;
}
.AnyTagClassName
{
color: #D342DC;
}
</style>
background-color css
<style>
a { background-color: #D342DC; }
a { background-color: rgb(211,66,220); }
div.DivClassName
{
background-color: #D342DC;
}
.BgClassName
{
background-color: #D342DC;
}
</style>
border-color css
<style>
span { border-color: #D342DC; }
span { border-color: rgb(211,66,220); }
td.TdClassName
{
border-color: #D342DC;
}
.TagClassName
{
border-color: #D342DC;
}
</style>