Html Css Color HEX #D444DF Free Speech Magenta
📋 copy color: '#D444DF'red 212 ◦ green 68 ◦ blue 223
Shades of Free Speech Magenta #D444DF
Tints of Free Speech Magenta #D444DF
RGB
CMYK
RGB Variations
Color information
#D444DF (or 0xD444DF) is known color: Free Speech Magenta. HEX triplet: D4, 44 and DF. RGB value is (212,68,223). Sum of RGB (Red+Green+Blue) = 212+68+223=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #D444DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D444DF is #2BBB20. Grayscale: #808080. Windows color (decimal): -2865953 or 14632148. OLE color: 14632148.
HSL color Cylindrical-coordinate representation of color #D444DF: hue angle of 295.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D444DF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 68 | 223 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.13 |
| HSL | 295.74º | 0.71% | 0.57% | - |
| HSV(B) | 295.74º | 0.7% | 0.87% | - |
| XYZ | 42.54 | 23.46 | 72.1 | - |
| YUV | 128.73 | 181.21 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 223 | 0.05 | 0.70 | 0 | 0.13 | 295.74 | 0.71 | 0.57 |
| Hex | D4 | 44 | DF | 5 | 46 | 0 | D | 128 | 47 | 39 |
| Octal | 324 | 104 | 337 | 5 | 106 | 0 | 15 | 450 | 107 | 71 |
| Binary | 11010100 | 1000100 | 11011111 | 101 | 1000110 | 0 | 1101 | 100101000 | 1000111 | 111001 |
Color Harmonies of #D444DF
Complementary color
Monochromatic Colors of #D444DF
Black with #D444DF
Text Example
Text Example
White with #D444DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D444DF; }
p { color: rgb(212,68,223); }
H1.HeaderClassName
{
color: #D444DF;
}
.AnyTagClassName
{
color: #D444DF;
}
</style>
background-color css
<style>
a { background-color: #D444DF; }
a { background-color: rgb(212,68,223); }
div.DivClassName
{
background-color: #D444DF;
}
.BgClassName
{
background-color: #D444DF;
}
</style>
border-color css
<style>
span { border-color: #D444DF; }
span { border-color: rgb(212,68,223); }
td.TdClassName
{
border-color: #D444DF;
}
.TagClassName
{
border-color: #D444DF;
}
</style>