Html Css Color HEX #D641D3 Free Speech Magenta
📋 copy color: '#D641D3'red 214 ◦ green 65 ◦ blue 211
Shades of Free Speech Magenta #D641D3
Tints of Free Speech Magenta #D641D3
RGB
CMYK
RGB Variations
Color information
#D641D3 (or 0xD641D3) is known color: Free Speech Magenta. HEX triplet: D6, 41 and D3. RGB value is (214,65,211). Sum of RGB (Red+Green+Blue) = 214+65+211=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D641D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641D3 is #29BE2C. Grayscale: #7D7D7D. Windows color (decimal): -2735661 or 13844950. OLE color: 13844950.
HSL color Cylindrical-coordinate representation of color #D641D3: hue angle of 301.21º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641D3 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 211 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.16 |
| HSL | 301.21º | 0.65% | 0.55% | - |
| HSV(B) | 301.21º | 0.7% | 0.84% | - |
| XYZ | 41.38 | 22.78 | 63.84 | - |
| YUV | 126.2 | 175.86 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 211 | 0 | 0.70 | 0.01 | 0.16 | 301.21 | 0.65 | 0.55 |
| Hex | D6 | 41 | D3 | 0 | 46 | 1 | 10 | 12D | 41 | 37 |
| Octal | 326 | 101 | 323 | 0 | 106 | 1 | 20 | 455 | 101 | 67 |
| Binary | 11010110 | 1000001 | 11010011 | 0 | 1000110 | 1 | 10000 | 100101101 | 1000001 | 110111 |
Color Harmonies of #D641D3
Complementary color
Monochromatic Colors of #D641D3
Black with #D641D3
Text Example
Text Example
White with #D641D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641D3; }
p { color: rgb(214,65,211); }
H1.HeaderClassName
{
color: #D641D3;
}
.AnyTagClassName
{
color: #D641D3;
}
</style>
background-color css
<style>
a { background-color: #D641D3; }
a { background-color: rgb(214,65,211); }
div.DivClassName
{
background-color: #D641D3;
}
.BgClassName
{
background-color: #D641D3;
}
</style>
border-color css
<style>
span { border-color: #D641D3; }
span { border-color: rgb(214,65,211); }
td.TdClassName
{
border-color: #D641D3;
}
.TagClassName
{
border-color: #D641D3;
}
</style>