Html Css Color HEX #D149DB Free Speech Magenta
📋 copy color: '#D149DB'red 209 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #D149DB
Tints of Free Speech Magenta #D149DB
RGB
CMYK
RGB Variations
Color information
#D149DB (or 0xD149DB) is known color: Free Speech Magenta. HEX triplet: D1, 49 and DB. RGB value is (209,73,219). Sum of RGB (Red+Green+Blue) = 209+73+219=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #D149DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149DB is #2EB624. Grayscale: #818181. Windows color (decimal): -3061285 or 14371281. OLE color: 14371281.
HSL color Cylindrical-coordinate representation of color #D149DB: hue angle of 295.89º 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 #D149DB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 73 | 219 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.14 |
| HSL | 295.89º | 0.67% | 0.57% | - |
| HSV(B) | 295.89º | 0.67% | 0.86% | - |
| XYZ | 41.46 | 23.43 | 69.36 | - |
| YUV | 130.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 219 | 0.05 | 0.67 | 0 | 0.14 | 295.89 | 0.67 | 0.57 |
| Hex | D1 | 49 | DB | 5 | 43 | 0 | E | 128 | 43 | 39 |
| Octal | 321 | 111 | 333 | 5 | 103 | 0 | 16 | 450 | 103 | 71 |
| Binary | 11010001 | 1001001 | 11011011 | 101 | 1000011 | 0 | 1110 | 100101000 | 1000011 | 111001 |
Color Harmonies of #D149DB
Complementary color
Monochromatic Colors of #D149DB
Black with #D149DB
Text Example
Text Example
White with #D149DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149DB; }
p { color: rgb(209,73,219); }
H1.HeaderClassName
{
color: #D149DB;
}
.AnyTagClassName
{
color: #D149DB;
}
</style>
background-color css
<style>
a { background-color: #D149DB; }
a { background-color: rgb(209,73,219); }
div.DivClassName
{
background-color: #D149DB;
}
.BgClassName
{
background-color: #D149DB;
}
</style>
border-color css
<style>
span { border-color: #D149DB; }
span { border-color: rgb(209,73,219); }
td.TdClassName
{
border-color: #D149DB;
}
.TagClassName
{
border-color: #D149DB;
}
</style>