Html Css Color HEX #D446DB Free Speech Magenta
📋 copy color: '#D446DB'red 212 ◦ green 70 ◦ blue 219
Shades of Free Speech Magenta #D446DB
Tints of Free Speech Magenta #D446DB
RGB
CMYK
RGB Variations
Color information
#D446DB (or 0xD446DB) is known color: Free Speech Magenta. HEX triplet: D4, 46 and DB. RGB value is (212,70,219). Sum of RGB (Red+Green+Blue) = 212+70+219=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 70 (27.73% from 255 or 13.97% 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 #D446DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446DB is #2BB924. Grayscale: #808080. Windows color (decimal): -2865445 or 14370516. OLE color: 14370516.
HSL color Cylindrical-coordinate representation of color #D446DB: hue angle of 297.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D446DB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 70 | 219 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.14 |
| HSL | 297.18º | 0.67% | 0.57% | - |
| HSV(B) | 297.18º | 0.68% | 0.86% | - |
| XYZ | 42.13 | 23.49 | 69.33 | - |
| YUV | 129.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 219 | 0.03 | 0.68 | 0 | 0.14 | 297.18 | 0.67 | 0.57 |
| Hex | D4 | 46 | DB | 3 | 44 | 0 | E | 129 | 43 | 39 |
| Octal | 324 | 106 | 333 | 3 | 104 | 0 | 16 | 451 | 103 | 71 |
| Binary | 11010100 | 1000110 | 11011011 | 11 | 1000100 | 0 | 1110 | 100101001 | 1000011 | 111001 |
Color Harmonies of #D446DB
Complementary color
Monochromatic Colors of #D446DB
Black with #D446DB
Text Example
Text Example
White with #D446DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D446DB; }
p { color: rgb(212,70,219); }
H1.HeaderClassName
{
color: #D446DB;
}
.AnyTagClassName
{
color: #D446DB;
}
</style>
background-color css
<style>
a { background-color: #D446DB; }
a { background-color: rgb(212,70,219); }
div.DivClassName
{
background-color: #D446DB;
}
.BgClassName
{
background-color: #D446DB;
}
</style>
border-color css
<style>
span { border-color: #D446DB; }
span { border-color: rgb(212,70,219); }
td.TdClassName
{
border-color: #D446DB;
}
.TagClassName
{
border-color: #D446DB;
}
</style>