Html Css Color HEX #D644D3 Free Speech Magenta
📋 copy color: '#D644D3'red 214 ◦ green 68 ◦ blue 211
Shades of Free Speech Magenta #D644D3
Tints of Free Speech Magenta #D644D3
RGB
CMYK
RGB Variations
Color information
#D644D3 (or 0xD644D3) is known color: Free Speech Magenta. HEX triplet: D6, 44 and D3. RGB value is (214,68,211). Sum of RGB (Red+Green+Blue) = 214+68+211=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D644D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D644D3 is #29BB2C. Grayscale: #7F7F7F. Windows color (decimal): -2734893 or 13845718. OLE color: 13845718.
HSL color Cylindrical-coordinate representation of color #D644D3: hue angle of 301.23º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D644D3 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 211 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.16 |
| HSL | 301.23º | 0.64% | 0.55% | - |
| HSV(B) | 301.23º | 0.68% | 0.84% | - |
| XYZ | 41.56 | 23.13 | 63.9 | - |
| YUV | 127.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 211 | 0 | 0.68 | 0.01 | 0.16 | 301.23 | 0.64 | 0.55 |
| Hex | D6 | 44 | D3 | 0 | 44 | 1 | 10 | 12D | 40 | 37 |
| Octal | 326 | 104 | 323 | 0 | 104 | 1 | 20 | 455 | 100 | 67 |
| Binary | 11010110 | 1000100 | 11010011 | 0 | 1000100 | 1 | 10000 | 100101101 | 1000000 | 110111 |
Color Harmonies of #D644D3
Complementary color
Monochromatic Colors of #D644D3
Black with #D644D3
Text Example
Text Example
White with #D644D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D644D3; }
p { color: rgb(214,68,211); }
H1.HeaderClassName
{
color: #D644D3;
}
.AnyTagClassName
{
color: #D644D3;
}
</style>
background-color css
<style>
a { background-color: #D644D3; }
a { background-color: rgb(214,68,211); }
div.DivClassName
{
background-color: #D644D3;
}
.BgClassName
{
background-color: #D644D3;
}
</style>
border-color css
<style>
span { border-color: #D644D3; }
span { border-color: rgb(214,68,211); }
td.TdClassName
{
border-color: #D644D3;
}
.TagClassName
{
border-color: #D644D3;
}
</style>