Html Css Color HEX #D746DF Free Speech Magenta
📋 copy color: '#D746DF'red 215 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #D746DF
Tints of Free Speech Magenta #D746DF
RGB
CMYK
RGB Variations
Color information
#D746DF (or 0xD746DF) is known color: Free Speech Magenta. HEX triplet: D7, 46 and DF. RGB value is (215,70,223). Sum of RGB (Red+Green+Blue) = 215+70+223=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #D746DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746DF is #28B920. Grayscale: #828282. Windows color (decimal): -2668833 or 14632663. OLE color: 14632663.
HSL color Cylindrical-coordinate representation of color #D746DF: hue angle of 296.86º 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 #D746DF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 70 | 223 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.13 |
| HSL | 296.86º | 0.71% | 0.57% | - |
| HSV(B) | 296.86º | 0.69% | 0.87% | - |
| XYZ | 43.53 | 24.16 | 72.18 | - |
| YUV | 130.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 223 | 0.04 | 0.69 | 0 | 0.13 | 296.86 | 0.71 | 0.57 |
| Hex | D7 | 46 | DF | 4 | 45 | 0 | D | 129 | 47 | 39 |
| Octal | 327 | 106 | 337 | 4 | 105 | 0 | 15 | 451 | 107 | 71 |
| Binary | 11010111 | 1000110 | 11011111 | 100 | 1000101 | 0 | 1101 | 100101001 | 1000111 | 111001 |
Color Harmonies of #D746DF
Complementary color
Monochromatic Colors of #D746DF
Black with #D746DF
Text Example
Text Example
White with #D746DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D746DF; }
p { color: rgb(215,70,223); }
H1.HeaderClassName
{
color: #D746DF;
}
.AnyTagClassName
{
color: #D746DF;
}
</style>
background-color css
<style>
a { background-color: #D746DF; }
a { background-color: rgb(215,70,223); }
div.DivClassName
{
background-color: #D746DF;
}
.BgClassName
{
background-color: #D746DF;
}
</style>
border-color css
<style>
span { border-color: #D746DF; }
span { border-color: rgb(215,70,223); }
td.TdClassName
{
border-color: #D746DF;
}
.TagClassName
{
border-color: #D746DF;
}
</style>