Html Css Color HEX #D441DF Free Speech Magenta
📋 copy color: '#D441DF'red 212 ◦ green 65 ◦ blue 223
Shades of Free Speech Magenta #D441DF
Tints of Free Speech Magenta #D441DF
RGB
CMYK
RGB Variations
Color information
#D441DF (or 0xD441DF) is known color: Free Speech Magenta. HEX triplet: D4, 41 and DF. RGB value is (212,65,223). Sum of RGB (Red+Green+Blue) = 212+65+223=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #D441DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D441DF is #2BBE20. Grayscale: #7E7E7E. Windows color (decimal): -2866721 or 14631380. OLE color: 14631380.
HSL color Cylindrical-coordinate representation of color #D441DF: hue angle of 295.82º 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 #D441DF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 65 | 223 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.13 |
| HSL | 295.82º | 0.71% | 0.56% | - |
| HSV(B) | 295.82º | 0.71% | 0.87% | - |
| XYZ | 42.36 | 23.11 | 72.04 | - |
| YUV | 126.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 223 | 0.05 | 0.71 | 0 | 0.13 | 295.82 | 0.71 | 0.56 |
| Hex | D4 | 41 | DF | 5 | 47 | 0 | D | 128 | 47 | 38 |
| Octal | 324 | 101 | 337 | 5 | 107 | 0 | 15 | 450 | 107 | 70 |
| Binary | 11010100 | 1000001 | 11011111 | 101 | 1000111 | 0 | 1101 | 100101000 | 1000111 | 111000 |
Color Harmonies of #D441DF
Complementary color
Monochromatic Colors of #D441DF
Black with #D441DF
Text Example
Text Example
White with #D441DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D441DF; }
p { color: rgb(212,65,223); }
H1.HeaderClassName
{
color: #D441DF;
}
.AnyTagClassName
{
color: #D441DF;
}
</style>
background-color css
<style>
a { background-color: #D441DF; }
a { background-color: rgb(212,65,223); }
div.DivClassName
{
background-color: #D441DF;
}
.BgClassName
{
background-color: #D441DF;
}
</style>
border-color css
<style>
span { border-color: #D441DF; }
span { border-color: rgb(212,65,223); }
td.TdClassName
{
border-color: #D441DF;
}
.TagClassName
{
border-color: #D441DF;
}
</style>