Html Css Color HEX #D341DE Free Speech Magenta
📋 copy color: '#D341DE'red 211 ◦ green 65 ◦ blue 222
Shades of Free Speech Magenta #D341DE
Tints of Free Speech Magenta #D341DE
RGB
CMYK
RGB Variations
Color information
#D341DE (or 0xD341DE) is known color: Free Speech Magenta. HEX triplet: D3, 41 and DE. RGB value is (211,65,222). Sum of RGB (Red+Green+Blue) = 211+65+222=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #D341DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D341DE is #2CBE21. Grayscale: #7E7E7E. Windows color (decimal): -2932258 or 14565843. OLE color: 14565843.
HSL color Cylindrical-coordinate representation of color #D341DE: hue angle of 295.8º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D341DE is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 65 | 222 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.13 |
| HSL | 295.8º | 0.7% | 0.56% | - |
| HSV(B) | 295.8º | 0.71% | 0.87% | - |
| XYZ | 41.94 | 22.9 | 71.32 | - |
| YUV | 126.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 222 | 0.05 | 0.71 | 0 | 0.13 | 295.8 | 0.7 | 0.56 |
| Hex | D3 | 41 | DE | 5 | 47 | 0 | D | 128 | 46 | 38 |
| Octal | 323 | 101 | 336 | 5 | 107 | 0 | 15 | 450 | 106 | 70 |
| Binary | 11010011 | 1000001 | 11011110 | 101 | 1000111 | 0 | 1101 | 100101000 | 1000110 | 111000 |
Color Harmonies of #D341DE
Complementary color
Monochromatic Colors of #D341DE
Black with #D341DE
Text Example
Text Example
White with #D341DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341DE; }
p { color: rgb(211,65,222); }
H1.HeaderClassName
{
color: #D341DE;
}
.AnyTagClassName
{
color: #D341DE;
}
</style>
background-color css
<style>
a { background-color: #D341DE; }
a { background-color: rgb(211,65,222); }
div.DivClassName
{
background-color: #D341DE;
}
.BgClassName
{
background-color: #D341DE;
}
</style>
border-color css
<style>
span { border-color: #D341DE; }
span { border-color: rgb(211,65,222); }
td.TdClassName
{
border-color: #D341DE;
}
.TagClassName
{
border-color: #D341DE;
}
</style>