Html Css Color HEX #D343E2 Free Speech Magenta
📋 copy color: '#D343E2'red 211 ◦ green 67 ◦ blue 226
Shades of Free Speech Magenta #D343E2
Tints of Free Speech Magenta #D343E2
RGB
CMYK
RGB Variations
Color information
#D343E2 (or 0xD343E2) is known color: Free Speech Magenta. HEX triplet: D3, 43 and E2. RGB value is (211,67,226). Sum of RGB (Red+Green+Blue) = 211+67+226=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 67 (26.56% from 255 or 13.29% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #D343E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343E2 is #2CBC1D. Grayscale: #7F7F7F. Windows color (decimal): -2931742 or 14828499. OLE color: 14828499.
HSL color Cylindrical-coordinate representation of color #D343E2: hue angle of 294.34º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D343E2 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 67 | 226 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.11 |
| HSL | 294.34º | 0.73% | 0.57% | - |
| HSV(B) | 294.34º | 0.7% | 0.89% | - |
| XYZ | 42.6 | 23.35 | 74.21 | - |
| YUV | 128.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 226 | 0.07 | 0.70 | 0 | 0.11 | 294.34 | 0.73 | 0.57 |
| Hex | D3 | 43 | E2 | 7 | 46 | 0 | B | 126 | 49 | 39 |
| Octal | 323 | 103 | 342 | 7 | 106 | 0 | 13 | 446 | 111 | 71 |
| Binary | 11010011 | 1000011 | 11100010 | 111 | 1000110 | 0 | 1011 | 100100110 | 1001001 | 111001 |
Color Harmonies of #D343E2
Complementary color
Monochromatic Colors of #D343E2
Black with #D343E2
Text Example
Text Example
White with #D343E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343E2; }
p { color: rgb(211,67,226); }
H1.HeaderClassName
{
color: #D343E2;
}
.AnyTagClassName
{
color: #D343E2;
}
</style>
background-color css
<style>
a { background-color: #D343E2; }
a { background-color: rgb(211,67,226); }
div.DivClassName
{
background-color: #D343E2;
}
.BgClassName
{
background-color: #D343E2;
}
</style>
border-color css
<style>
span { border-color: #D343E2; }
span { border-color: rgb(211,67,226); }
td.TdClassName
{
border-color: #D343E2;
}
.TagClassName
{
border-color: #D343E2;
}
</style>