Html Css Color HEX #D347DC Free Speech Magenta
📋 copy color: '#D347DC'red 211 ◦ green 71 ◦ blue 220
Shades of Free Speech Magenta #D347DC
Tints of Free Speech Magenta #D347DC
RGB
CMYK
RGB Variations
Color information
#D347DC (or 0xD347DC) is known color: Free Speech Magenta. HEX triplet: D3, 47 and DC. RGB value is (211,71,220). Sum of RGB (Red+Green+Blue) = 211+71+220=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #D347DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347DC is #2CB823. Grayscale: #818181. Windows color (decimal): -2930724 or 14436307. OLE color: 14436307.
HSL color Cylindrical-coordinate representation of color #D347DC: hue angle of 296.38º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D347DC is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 71 | 220 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.14 |
| HSL | 296.38º | 0.68% | 0.57% | - |
| HSV(B) | 296.38º | 0.68% | 0.86% | - |
| XYZ | 42.04 | 23.52 | 70.03 | - |
| YUV | 129.85 | 178.88 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 220 | 0.04 | 0.68 | 0 | 0.14 | 296.38 | 0.68 | 0.57 |
| Hex | D3 | 47 | DC | 4 | 44 | 0 | E | 128 | 44 | 39 |
| Octal | 323 | 107 | 334 | 4 | 104 | 0 | 16 | 450 | 104 | 71 |
| Binary | 11010011 | 1000111 | 11011100 | 100 | 1000100 | 0 | 1110 | 100101000 | 1000100 | 111001 |
Color Harmonies of #D347DC
Complementary color
Monochromatic Colors of #D347DC
Black with #D347DC
Text Example
Text Example
White with #D347DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347DC; }
p { color: rgb(211,71,220); }
H1.HeaderClassName
{
color: #D347DC;
}
.AnyTagClassName
{
color: #D347DC;
}
</style>
background-color css
<style>
a { background-color: #D347DC; }
a { background-color: rgb(211,71,220); }
div.DivClassName
{
background-color: #D347DC;
}
.BgClassName
{
background-color: #D347DC;
}
</style>
border-color css
<style>
span { border-color: #D347DC; }
span { border-color: rgb(211,71,220); }
td.TdClassName
{
border-color: #D347DC;
}
.TagClassName
{
border-color: #D347DC;
}
</style>