Html Css Color HEX #D343E5 Free Speech Magenta
📋 copy color: '#D343E5'red 211 ◦ green 67 ◦ blue 229
Shades of Free Speech Magenta #D343E5
Tints of Free Speech Magenta #D343E5
RGB
CMYK
RGB Variations
Color information
#D343E5 (or 0xD343E5) is known color: Free Speech Magenta. HEX triplet: D3, 43 and E5. RGB value is (211,67,229). Sum of RGB (Red+Green+Blue) = 211+67+229=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #D343E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343E5 is #2CBC1A. Grayscale: #808080. Windows color (decimal): -2931739 or 15025107. OLE color: 15025107.
HSL color Cylindrical-coordinate representation of color #D343E5: hue angle of 293.33º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D343E5 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 67 | 229 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.10 |
| HSL | 293.33º | 0.76% | 0.58% | - |
| HSV(B) | 293.33º | 0.71% | 0.9% | - |
| XYZ | 43.01 | 23.52 | 76.4 | - |
| YUV | 128.52 | 184.71 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 229 | 0.08 | 0.71 | 0 | 0.10 | 293.33 | 0.76 | 0.58 |
| Hex | D3 | 43 | E5 | 8 | 47 | 0 | A | 125 | 4C | 3A |
| Octal | 323 | 103 | 345 | 10 | 107 | 0 | 12 | 445 | 114 | 72 |
| Binary | 11010011 | 1000011 | 11100101 | 1000 | 1000111 | 0 | 1010 | 100100101 | 1001100 | 111010 |
Color Harmonies of #D343E5
Complementary color
Monochromatic Colors of #D343E5
Black with #D343E5
Text Example
Text Example
White with #D343E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343E5; }
p { color: rgb(211,67,229); }
H1.HeaderClassName
{
color: #D343E5;
}
.AnyTagClassName
{
color: #D343E5;
}
</style>
background-color css
<style>
a { background-color: #D343E5; }
a { background-color: rgb(211,67,229); }
div.DivClassName
{
background-color: #D343E5;
}
.BgClassName
{
background-color: #D343E5;
}
</style>
border-color css
<style>
span { border-color: #D343E5; }
span { border-color: rgb(211,67,229); }
td.TdClassName
{
border-color: #D343E5;
}
.TagClassName
{
border-color: #D343E5;
}
</style>