Html Css Color HEX #D349DD Free Speech Magenta
📋 copy color: '#D349DD'red 211 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #D349DD
Tints of Free Speech Magenta #D349DD
RGB
CMYK
RGB Variations
Color information
#D349DD (or 0xD349DD) is known color: Free Speech Magenta. HEX triplet: D3, 49 and DD. RGB value is (211,73,221). Sum of RGB (Red+Green+Blue) = 211+73+221=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #D349DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D349DD is #2CB622. Grayscale: #828282. Windows color (decimal): -2930211 or 14502355. OLE color: 14502355.
HSL color Cylindrical-coordinate representation of color #D349DD: hue angle of 295.95º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D349DD is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 73 | 221 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.13 |
| HSL | 295.95º | 0.69% | 0.58% | - |
| HSV(B) | 295.95º | 0.67% | 0.87% | - |
| XYZ | 42.3 | 23.83 | 70.78 | - |
| YUV | 131.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 221 | 0.05 | 0.67 | 0 | 0.13 | 295.95 | 0.69 | 0.58 |
| Hex | D3 | 49 | DD | 5 | 43 | 0 | D | 128 | 45 | 3A |
| Octal | 323 | 111 | 335 | 5 | 103 | 0 | 15 | 450 | 105 | 72 |
| Binary | 11010011 | 1001001 | 11011101 | 101 | 1000011 | 0 | 1101 | 100101000 | 1000101 | 111010 |
Color Harmonies of #D349DD
Complementary color
Monochromatic Colors of #D349DD
Black with #D349DD
Text Example
Text Example
White with #D349DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D349DD; }
p { color: rgb(211,73,221); }
H1.HeaderClassName
{
color: #D349DD;
}
.AnyTagClassName
{
color: #D349DD;
}
</style>
background-color css
<style>
a { background-color: #D349DD; }
a { background-color: rgb(211,73,221); }
div.DivClassName
{
background-color: #D349DD;
}
.BgClassName
{
background-color: #D349DD;
}
</style>
border-color css
<style>
span { border-color: #D349DD; }
span { border-color: rgb(211,73,221); }
td.TdClassName
{
border-color: #D349DD;
}
.TagClassName
{
border-color: #D349DD;
}
</style>