Html Css Color HEX #D746CB Free Speech Magenta
📋 copy color: '#D746CB'red 215 ◦ green 70 ◦ blue 203
Shades of Free Speech Magenta #D746CB
Tints of Free Speech Magenta #D746CB
RGB
CMYK
RGB Variations
Color information
#D746CB (or 0xD746CB) is known color: Free Speech Magenta. HEX triplet: D7, 46 and CB. RGB value is (215,70,203). Sum of RGB (Red+Green+Blue) = 215+70+203=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D746CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746CB is #28B934. Grayscale: #808080. Windows color (decimal): -2668853 or 13321943. OLE color: 13321943.
HSL color Cylindrical-coordinate representation of color #D746CB: hue angle of 304.97º 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 #D746CB is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 203 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.16 |
| HSL | 304.97º | 0.64% | 0.56% | - |
| HSV(B) | 304.97º | 0.67% | 0.84% | - |
| XYZ | 40.99 | 23.14 | 58.81 | - |
| YUV | 128.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 203 | 0 | 0.67 | 0.06 | 0.16 | 304.97 | 0.64 | 0.56 |
| Hex | D7 | 46 | CB | 0 | 43 | 6 | 10 | 131 | 40 | 38 |
| Octal | 327 | 106 | 313 | 0 | 103 | 6 | 20 | 461 | 100 | 70 |
| Binary | 11010111 | 1000110 | 11001011 | 0 | 1000011 | 110 | 10000 | 100110001 | 1000000 | 111000 |
Color Harmonies of #D746CB
Complementary color
Monochromatic Colors of #D746CB
Black with #D746CB
Text Example
Text Example
White with #D746CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D746CB; }
p { color: rgb(215,70,203); }
H1.HeaderClassName
{
color: #D746CB;
}
.AnyTagClassName
{
color: #D746CB;
}
</style>
background-color css
<style>
a { background-color: #D746CB; }
a { background-color: rgb(215,70,203); }
div.DivClassName
{
background-color: #D746CB;
}
.BgClassName
{
background-color: #D746CB;
}
</style>
border-color css
<style>
span { border-color: #D746CB; }
span { border-color: rgb(215,70,203); }
td.TdClassName
{
border-color: #D746CB;
}
.TagClassName
{
border-color: #D746CB;
}
</style>