Html Css Color HEX #D349DB Free Speech Magenta
📋 copy color: '#D349DB'red 211 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #D349DB
Tints of Free Speech Magenta #D349DB
RGB
CMYK
RGB Variations
Color information
#D349DB (or 0xD349DB) is known color: Free Speech Magenta. HEX triplet: D3, 49 and DB. RGB value is (211,73,219). Sum of RGB (Red+Green+Blue) = 211+73+219=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #D349DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D349DB is #2CB624. Grayscale: #828282. Windows color (decimal): -2930213 or 14371283. OLE color: 14371283.
HSL color Cylindrical-coordinate representation of color #D349DB: hue angle of 296.71º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D349DB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 211 | 73 | 219 | - |
CMYK | 0.04 | 0.67 | 0 | 0.14 |
HSL | 296.71º | 0.67% | 0.57% | - |
HSV(B) | 296.71º | 0.67% | 0.86% | - |
XYZ | 42.03 | 23.73 | 69.38 | - |
YUV | 130.91 | 177.72 | 185.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 73 | 219 | 0.04 | 0.67 | 0 | 0.14 | 296.71 | 0.67 | 0.57 |
Hex | D3 | 49 | DB | 4 | 43 | 0 | E | 129 | 43 | 39 |
Octal | 323 | 111 | 333 | 4 | 103 | 0 | 16 | 451 | 103 | 71 |
Binary | 11010011 | 1001001 | 11011011 | 100 | 1000011 | 0 | 1110 | 100101001 | 1000011 | 111001 |
Color Harmonies of #D349DB
Complementary color
Monochromatic Colors of #D349DB
Black with #D349DB
Text Example
Text Example
White with #D349DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D349DB; }
p { color: rgb(211,73,219); }
H1.HeaderClassName
{
color: #D349DB;
}
.AnyTagClassName
{
color: #D349DB;
}
</style>
background-color css
<style>
a { background-color: #D349DB; }
a { background-color: rgb(211,73,219); }
div.DivClassName
{
background-color: #D349DB;
}
.BgClassName
{
background-color: #D349DB;
}
</style>
border-color css
<style>
span { border-color: #D349DB; }
span { border-color: rgb(211,73,219); }
td.TdClassName
{
border-color: #D349DB;
}
.TagClassName
{
border-color: #D349DB;
}
</style>