Html Css Color HEX #D34EDB Free Speech Magenta
📋 copy color: '#D34EDB'red 211 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #D34EDB
Tints of Free Speech Magenta #D34EDB
RGB
CMYK
RGB Variations
Color information
#D34EDB (or 0xD34EDB) is known color: Free Speech Magenta. HEX triplet: D3, 4E and DB. RGB value is (211,78,219). Sum of RGB (Red+Green+Blue) = 211+78+219=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #D34EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34EDB is #2CB124. Grayscale: #858585. Windows color (decimal): -2928933 or 14372563. OLE color: 14372563.
HSL color Cylindrical-coordinate representation of color #D34EDB: hue angle of 296.6º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34EDB is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 78 | 219 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.14 |
| HSL | 296.6º | 0.66% | 0.58% | - |
| HSV(B) | 296.6º | 0.64% | 0.86% | - |
| XYZ | 42.37 | 24.41 | 69.5 | - |
| YUV | 133.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 219 | 0.04 | 0.64 | 0 | 0.14 | 296.6 | 0.66 | 0.58 |
| Hex | D3 | 4E | DB | 4 | 40 | 0 | E | 129 | 42 | 3A |
| Octal | 323 | 116 | 333 | 4 | 100 | 0 | 16 | 451 | 102 | 72 |
| Binary | 11010011 | 1001110 | 11011011 | 100 | 1000000 | 0 | 1110 | 100101001 | 1000010 | 111010 |
Color Harmonies of #D34EDB
Complementary color
Monochromatic Colors of #D34EDB
Black with #D34EDB
Text Example
Text Example
White with #D34EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34EDB; }
p { color: rgb(211,78,219); }
H1.HeaderClassName
{
color: #D34EDB;
}
.AnyTagClassName
{
color: #D34EDB;
}
</style>
background-color css
<style>
a { background-color: #D34EDB; }
a { background-color: rgb(211,78,219); }
div.DivClassName
{
background-color: #D34EDB;
}
.BgClassName
{
background-color: #D34EDB;
}
</style>
border-color css
<style>
span { border-color: #D34EDB; }
span { border-color: rgb(211,78,219); }
td.TdClassName
{
border-color: #D34EDB;
}
.TagClassName
{
border-color: #D34EDB;
}
</style>