Html Css Color HEX #D344DD Free Speech Magenta
📋 copy color: '#D344DD'red 211 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #D344DD
Tints of Free Speech Magenta #D344DD
RGB
CMYK
RGB Variations
Color information
#D344DD (or 0xD344DD) is known color: Free Speech Magenta. HEX triplet: D3, 44 and DD. RGB value is (211,68,221). Sum of RGB (Red+Green+Blue) = 211+68+221=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #D344DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344DD is #2CBB22. Grayscale: #7F7F7F. Windows color (decimal): -2931491 or 14501075. OLE color: 14501075.
HSL color Cylindrical-coordinate representation of color #D344DD: hue angle of 296.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D344DD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 68 | 221 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.13 |
| HSL | 296.08º | 0.69% | 0.57% | - |
| HSV(B) | 296.08º | 0.69% | 0.87% | - |
| XYZ | 41.98 | 23.2 | 70.67 | - |
| YUV | 128.2 | 180.38 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 221 | 0.05 | 0.69 | 0 | 0.13 | 296.08 | 0.69 | 0.57 |
| Hex | D3 | 44 | DD | 5 | 45 | 0 | D | 128 | 45 | 39 |
| Octal | 323 | 104 | 335 | 5 | 105 | 0 | 15 | 450 | 105 | 71 |
| Binary | 11010011 | 1000100 | 11011101 | 101 | 1000101 | 0 | 1101 | 100101000 | 1000101 | 111001 |
Color Harmonies of #D344DD
Complementary color
Monochromatic Colors of #D344DD
Black with #D344DD
Text Example
Text Example
White with #D344DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344DD; }
p { color: rgb(211,68,221); }
H1.HeaderClassName
{
color: #D344DD;
}
.AnyTagClassName
{
color: #D344DD;
}
</style>
background-color css
<style>
a { background-color: #D344DD; }
a { background-color: rgb(211,68,221); }
div.DivClassName
{
background-color: #D344DD;
}
.BgClassName
{
background-color: #D344DD;
}
</style>
border-color css
<style>
span { border-color: #D344DD; }
span { border-color: rgb(211,68,221); }
td.TdClassName
{
border-color: #D344DD;
}
.TagClassName
{
border-color: #D344DD;
}
</style>