Html Css Color HEX #D443D6 Free Speech Magenta
📋 copy color: '#D443D6'red 212 ◦ green 67 ◦ blue 214
Shades of Free Speech Magenta #D443D6
Tints of Free Speech Magenta #D443D6
RGB
CMYK
RGB Variations
Color information
#D443D6 (or 0xD443D6) is known color: Free Speech Magenta. HEX triplet: D4, 43 and D6. RGB value is (212,67,214). Sum of RGB (Red+Green+Blue) = 212+67+214=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #D443D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443D6 is #2BBC29. Grayscale: #7E7E7E. Windows color (decimal): -2866218 or 14042068. OLE color: 14042068.
HSL color Cylindrical-coordinate representation of color #D443D6: hue angle of 299.18º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D443D6 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 67 | 214 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.16 |
| HSL | 299.18º | 0.64% | 0.55% | - |
| HSV(B) | 299.18º | 0.69% | 0.84% | - |
| XYZ | 41.3 | 22.87 | 65.86 | - |
| YUV | 127.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 214 | 0.01 | 0.69 | 0 | 0.16 | 299.18 | 0.64 | 0.55 |
| Hex | D4 | 43 | D6 | 1 | 45 | 0 | 10 | 12B | 40 | 37 |
| Octal | 324 | 103 | 326 | 1 | 105 | 0 | 20 | 453 | 100 | 67 |
| Binary | 11010100 | 1000011 | 11010110 | 1 | 1000101 | 0 | 10000 | 100101011 | 1000000 | 110111 |
Color Harmonies of #D443D6
Complementary color
Monochromatic Colors of #D443D6
Black with #D443D6
Text Example
Text Example
White with #D443D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443D6; }
p { color: rgb(212,67,214); }
H1.HeaderClassName
{
color: #D443D6;
}
.AnyTagClassName
{
color: #D443D6;
}
</style>
background-color css
<style>
a { background-color: #D443D6; }
a { background-color: rgb(212,67,214); }
div.DivClassName
{
background-color: #D443D6;
}
.BgClassName
{
background-color: #D443D6;
}
</style>
border-color css
<style>
span { border-color: #D443D6; }
span { border-color: rgb(212,67,214); }
td.TdClassName
{
border-color: #D443D6;
}
.TagClassName
{
border-color: #D443D6;
}
</style>