Html Css Color HEX #D745DF Free Speech Magenta
📋 copy color: '#D745DF'red 215 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #D745DF
Tints of Free Speech Magenta #D745DF
RGB
CMYK
RGB Variations
Color information
#D745DF (or 0xD745DF) is known color: Free Speech Magenta. HEX triplet: D7, 45 and DF. RGB value is (215,69,223). Sum of RGB (Red+Green+Blue) = 215+69+223=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #D745DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D745DF is #28BA20. Grayscale: #818181. Windows color (decimal): -2669089 or 14632407. OLE color: 14632407.
HSL color Cylindrical-coordinate representation of color #D745DF: hue angle of 296.88º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D745DF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 69 | 223 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.13 |
| HSL | 296.88º | 0.71% | 0.57% | - |
| HSV(B) | 296.88º | 0.69% | 0.87% | - |
| XYZ | 43.47 | 24.03 | 72.16 | - |
| YUV | 130.21 | 180.37 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 223 | 0.04 | 0.69 | 0 | 0.13 | 296.88 | 0.71 | 0.57 |
| Hex | D7 | 45 | DF | 4 | 45 | 0 | D | 129 | 47 | 39 |
| Octal | 327 | 105 | 337 | 4 | 105 | 0 | 15 | 451 | 107 | 71 |
| Binary | 11010111 | 1000101 | 11011111 | 100 | 1000101 | 0 | 1101 | 100101001 | 1000111 | 111001 |
Color Harmonies of #D745DF
Complementary color
Monochromatic Colors of #D745DF
Black with #D745DF
Text Example
Text Example
White with #D745DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D745DF; }
p { color: rgb(215,69,223); }
H1.HeaderClassName
{
color: #D745DF;
}
.AnyTagClassName
{
color: #D745DF;
}
</style>
background-color css
<style>
a { background-color: #D745DF; }
a { background-color: rgb(215,69,223); }
div.DivClassName
{
background-color: #D745DF;
}
.BgClassName
{
background-color: #D745DF;
}
</style>
border-color css
<style>
span { border-color: #D745DF; }
span { border-color: rgb(215,69,223); }
td.TdClassName
{
border-color: #D745DF;
}
.TagClassName
{
border-color: #D745DF;
}
</style>