Html Css Color HEX #D34FDB Free Speech Magenta
📋 copy color: '#D34FDB'red 211 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #D34FDB
Tints of Free Speech Magenta #D34FDB
RGB
CMYK
RGB Variations
Color information
#D34FDB (or 0xD34FDB) is known color: Free Speech Magenta. HEX triplet: D3, 4F and DB. RGB value is (211,79,219). Sum of RGB (Red+Green+Blue) = 211+79+219=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #D34FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FDB is #2CB024. Grayscale: #868686. Windows color (decimal): -2928677 or 14372819. OLE color: 14372819.
HSL color Cylindrical-coordinate representation of color #D34FDB: hue angle of 296.57º 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 #D34FDB is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 79 | 219 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.14 |
| HSL | 296.57º | 0.66% | 0.58% | - |
| HSV(B) | 296.57º | 0.64% | 0.86% | - |
| XYZ | 42.45 | 24.56 | 69.52 | - |
| YUV | 134.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 219 | 0.04 | 0.64 | 0 | 0.14 | 296.57 | 0.66 | 0.58 |
| Hex | D3 | 4F | DB | 4 | 40 | 0 | E | 129 | 42 | 3A |
| Octal | 323 | 117 | 333 | 4 | 100 | 0 | 16 | 451 | 102 | 72 |
| Binary | 11010011 | 1001111 | 11011011 | 100 | 1000000 | 0 | 1110 | 100101001 | 1000010 | 111010 |
Color Harmonies of #D34FDB
Complementary color
Monochromatic Colors of #D34FDB
Black with #D34FDB
Text Example
Text Example
White with #D34FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FDB; }
p { color: rgb(211,79,219); }
H1.HeaderClassName
{
color: #D34FDB;
}
.AnyTagClassName
{
color: #D34FDB;
}
</style>
background-color css
<style>
a { background-color: #D34FDB; }
a { background-color: rgb(211,79,219); }
div.DivClassName
{
background-color: #D34FDB;
}
.BgClassName
{
background-color: #D34FDB;
}
</style>
border-color css
<style>
span { border-color: #D34FDB; }
span { border-color: rgb(211,79,219); }
td.TdClassName
{
border-color: #D34FDB;
}
.TagClassName
{
border-color: #D34FDB;
}
</style>