Html Css Color HEX #D349E1 Free Speech Magenta
📋 copy color: '#D349E1'red 211 ◦ green 73 ◦ blue 225
Shades of Free Speech Magenta #D349E1
Tints of Free Speech Magenta #D349E1
RGB
CMYK
RGB Variations
Color information
#D349E1 (or 0xD349E1) is known color: Free Speech Magenta. HEX triplet: D3, 49 and E1. RGB value is (211,73,225). Sum of RGB (Red+Green+Blue) = 211+73+225=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #D349E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D349E1 is #2CB61E. Grayscale: #838383. Windows color (decimal): -2930207 or 14764499. OLE color: 14764499.
HSL color Cylindrical-coordinate representation of color #D349E1: hue angle of 294.47º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D349E1 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 73 | 225 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.12 |
| HSL | 294.47º | 0.72% | 0.58% | - |
| HSV(B) | 294.47º | 0.68% | 0.88% | - |
| XYZ | 42.84 | 24.05 | 73.62 | - |
| YUV | 131.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 225 | 0.06 | 0.68 | 0 | 0.12 | 294.47 | 0.72 | 0.58 |
| Hex | D3 | 49 | E1 | 6 | 44 | 0 | C | 126 | 48 | 3A |
| Octal | 323 | 111 | 341 | 6 | 104 | 0 | 14 | 446 | 110 | 72 |
| Binary | 11010011 | 1001001 | 11100001 | 110 | 1000100 | 0 | 1100 | 100100110 | 1001000 | 111010 |
Color Harmonies of #D349E1
Complementary color
Monochromatic Colors of #D349E1
Black with #D349E1
Text Example
Text Example
White with #D349E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D349E1; }
p { color: rgb(211,73,225); }
H1.HeaderClassName
{
color: #D349E1;
}
.AnyTagClassName
{
color: #D349E1;
}
</style>
background-color css
<style>
a { background-color: #D349E1; }
a { background-color: rgb(211,73,225); }
div.DivClassName
{
background-color: #D349E1;
}
.BgClassName
{
background-color: #D349E1;
}
</style>
border-color css
<style>
span { border-color: #D349E1; }
span { border-color: rgb(211,73,225); }
td.TdClassName
{
border-color: #D349E1;
}
.TagClassName
{
border-color: #D349E1;
}
</style>