Html Css Color HEX #D744DF Free Speech Magenta
📋 copy color: '#D744DF'red 215 ◦ green 68 ◦ blue 223
Shades of Free Speech Magenta #D744DF
Tints of Free Speech Magenta #D744DF
RGB
CMYK
RGB Variations
Color information
#D744DF (or 0xD744DF) is known color: Free Speech Magenta. HEX triplet: D7, 44 and DF. RGB value is (215,68,223). Sum of RGB (Red+Green+Blue) = 215+68+223=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #D744DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744DF is #28BB20. Grayscale: #818181. Windows color (decimal): -2669345 or 14632151. OLE color: 14632151.
HSL color Cylindrical-coordinate representation of color #D744DF: hue angle of 296.9º 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 #D744DF is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 68 | 223 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.13 |
| HSL | 296.9º | 0.71% | 0.57% | - |
| HSV(B) | 296.9º | 0.7% | 0.87% | - |
| XYZ | 43.41 | 23.91 | 72.14 | - |
| YUV | 129.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 223 | 0.04 | 0.70 | 0 | 0.13 | 296.9 | 0.71 | 0.57 |
| Hex | D7 | 44 | DF | 4 | 46 | 0 | D | 129 | 47 | 39 |
| Octal | 327 | 104 | 337 | 4 | 106 | 0 | 15 | 451 | 107 | 71 |
| Binary | 11010111 | 1000100 | 11011111 | 100 | 1000110 | 0 | 1101 | 100101001 | 1000111 | 111001 |
Color Harmonies of #D744DF
Complementary color
Monochromatic Colors of #D744DF
Black with #D744DF
Text Example
Text Example
White with #D744DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D744DF; }
p { color: rgb(215,68,223); }
H1.HeaderClassName
{
color: #D744DF;
}
.AnyTagClassName
{
color: #D744DF;
}
</style>
background-color css
<style>
a { background-color: #D744DF; }
a { background-color: rgb(215,68,223); }
div.DivClassName
{
background-color: #D744DF;
}
.BgClassName
{
background-color: #D744DF;
}
</style>
border-color css
<style>
span { border-color: #D744DF; }
span { border-color: rgb(215,68,223); }
td.TdClassName
{
border-color: #D744DF;
}
.TagClassName
{
border-color: #D744DF;
}
</style>