Html Css Color HEX #D441DB Free Speech Magenta
📋 copy color: '#D441DB'red 212 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #D441DB
Tints of Free Speech Magenta #D441DB
RGB
CMYK
RGB Variations
Color information
#D441DB (or 0xD441DB) is known color: Free Speech Magenta. HEX triplet: D4, 41 and DB. RGB value is (212,65,219). Sum of RGB (Red+Green+Blue) = 212+65+219=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #D441DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441DB is #2BBE24. Grayscale: #7E7E7E. Windows color (decimal): -2866725 or 14369236. OLE color: 14369236.
HSL color Cylindrical-coordinate representation of color #D441DB: hue angle of 297.27º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D441DB is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 65 | 219 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.14 |
| HSL | 297.27º | 0.68% | 0.56% | - |
| HSV(B) | 297.27º | 0.7% | 0.86% | - |
| XYZ | 41.83 | 22.89 | 69.23 | - |
| YUV | 126.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 219 | 0.03 | 0.70 | 0 | 0.14 | 297.27 | 0.68 | 0.56 |
| Hex | D4 | 41 | DB | 3 | 46 | 0 | E | 129 | 44 | 38 |
| Octal | 324 | 101 | 333 | 3 | 106 | 0 | 16 | 451 | 104 | 70 |
| Binary | 11010100 | 1000001 | 11011011 | 11 | 1000110 | 0 | 1110 | 100101001 | 1000100 | 111000 |
Color Harmonies of #D441DB
Complementary color
Monochromatic Colors of #D441DB
Black with #D441DB
Text Example
Text Example
White with #D441DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441DB; }
p { color: rgb(212,65,219); }
H1.HeaderClassName
{
color: #D441DB;
}
.AnyTagClassName
{
color: #D441DB;
}
</style>
background-color css
<style>
a { background-color: #D441DB; }
a { background-color: rgb(212,65,219); }
div.DivClassName
{
background-color: #D441DB;
}
.BgClassName
{
background-color: #D441DB;
}
</style>
border-color css
<style>
span { border-color: #D441DB; }
span { border-color: rgb(212,65,219); }
td.TdClassName
{
border-color: #D441DB;
}
.TagClassName
{
border-color: #D441DB;
}
</style>