Html Css Color HEX #D746CE Free Speech Magenta
📋 copy color: '#D746CE'red 215 ◦ green 70 ◦ blue 206
Shades of Free Speech Magenta #D746CE
Tints of Free Speech Magenta #D746CE
RGB
CMYK
RGB Variations
Color information
#D746CE (or 0xD746CE) is known color: Free Speech Magenta. HEX triplet: D7, 46 and CE. RGB value is (215,70,206). Sum of RGB (Red+Green+Blue) = 215+70+206=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D746CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746CE is #28B931. Grayscale: #808080. Windows color (decimal): -2668850 or 13518551. OLE color: 13518551.
HSL color Cylindrical-coordinate representation of color #D746CE: hue angle of 303.72º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D746CE is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 206 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.16 |
| HSL | 303.72º | 0.64% | 0.56% | - |
| HSV(B) | 303.72º | 0.67% | 0.84% | - |
| XYZ | 41.36 | 23.28 | 60.71 | - |
| YUV | 128.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 206 | 0 | 0.67 | 0.04 | 0.16 | 303.72 | 0.64 | 0.56 |
| Hex | D7 | 46 | CE | 0 | 43 | 4 | 10 | 130 | 40 | 38 |
| Octal | 327 | 106 | 316 | 0 | 103 | 4 | 20 | 460 | 100 | 70 |
| Binary | 11010111 | 1000110 | 11001110 | 0 | 1000011 | 100 | 10000 | 100110000 | 1000000 | 111000 |
Color Harmonies of #D746CE
Complementary color
Monochromatic Colors of #D746CE
Black with #D746CE
Text Example
Text Example
White with #D746CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D746CE; }
p { color: rgb(215,70,206); }
H1.HeaderClassName
{
color: #D746CE;
}
.AnyTagClassName
{
color: #D746CE;
}
</style>
background-color css
<style>
a { background-color: #D746CE; }
a { background-color: rgb(215,70,206); }
div.DivClassName
{
background-color: #D746CE;
}
.BgClassName
{
background-color: #D746CE;
}
</style>
border-color css
<style>
span { border-color: #D746CE; }
span { border-color: rgb(215,70,206); }
td.TdClassName
{
border-color: #D746CE;
}
.TagClassName
{
border-color: #D746CE;
}
</style>