Html Css Color HEX #D641DF Free Speech Magenta
📋 copy color: '#D641DF'red 214 ◦ green 65 ◦ blue 223
Shades of Free Speech Magenta #D641DF
Tints of Free Speech Magenta #D641DF
RGB
CMYK
RGB Variations
Color information
#D641DF (or 0xD641DF) is known color: Free Speech Magenta. HEX triplet: D6, 41 and DF. RGB value is (214,65,223). Sum of RGB (Red+Green+Blue) = 214+65+223=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #D641DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641DF is #29BE20. Grayscale: #7F7F7F. Windows color (decimal): -2735649 or 14631382. OLE color: 14631382.
HSL color Cylindrical-coordinate representation of color #D641DF: hue angle of 296.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D641DF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 65 | 223 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.13 |
| HSL | 296.58º | 0.71% | 0.56% | - |
| HSV(B) | 296.58º | 0.71% | 0.87% | - |
| XYZ | 42.94 | 23.4 | 72.07 | - |
| YUV | 127.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 223 | 0.04 | 0.71 | 0 | 0.13 | 296.58 | 0.71 | 0.56 |
| Hex | D6 | 41 | DF | 4 | 47 | 0 | D | 129 | 47 | 38 |
| Octal | 326 | 101 | 337 | 4 | 107 | 0 | 15 | 451 | 107 | 70 |
| Binary | 11010110 | 1000001 | 11011111 | 100 | 1000111 | 0 | 1101 | 100101001 | 1000111 | 111000 |
Color Harmonies of #D641DF
Complementary color
Monochromatic Colors of #D641DF
Black with #D641DF
Text Example
Text Example
White with #D641DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641DF; }
p { color: rgb(214,65,223); }
H1.HeaderClassName
{
color: #D641DF;
}
.AnyTagClassName
{
color: #D641DF;
}
</style>
background-color css
<style>
a { background-color: #D641DF; }
a { background-color: rgb(214,65,223); }
div.DivClassName
{
background-color: #D641DF;
}
.BgClassName
{
background-color: #D641DF;
}
</style>
border-color css
<style>
span { border-color: #D641DF; }
span { border-color: rgb(214,65,223); }
td.TdClassName
{
border-color: #D641DF;
}
.TagClassName
{
border-color: #D641DF;
}
</style>